Fixed import in sartography-workflow-lib

This commit is contained in:
Aaron Louie 2020-06-02 22:15:17 -04:00
parent 987f2c2fc8
commit 5dd130fb2e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -12299,9 +12299,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sartography-workflow-lib": {
"version": "0.0.245",
"resolved": "https://registry.npmjs.org/sartography-workflow-lib/-/sartography-workflow-lib-0.0.245.tgz",
"integrity": "sha512-URKgZNxDgVx3iJ4l9+GAeO3KUZfqoSzKY7ViGZLyzJ73BAZsOScviAQV2EM2aJ6DuGJyqlTbIUjPpewgH//uBA=="
"version": "0.0.246",
"resolved": "https://registry.npmjs.org/sartography-workflow-lib/-/sartography-workflow-lib-0.0.246.tgz",
"integrity": "sha512-haOW3AN2REVPnwdQfxJrO7xme/qfy43f9SaoEBKJ+ttwyiMbR2OkcM/ab4uhpBx/kmg9zYknyN7qIMjjRKNIKQ=="
},
"sass": {
"version": "1.23.3",

View File

@ -54,7 +54,7 @@
"ngx-file-drop": "^8.0.8",
"ngx-markdown": "^9.0.0",
"rxjs": "~6.5.4",
"sartography-workflow-lib": "0.0.245",
"sartography-workflow-lib": "0.0.246",
"tslib": "^1.11.1",
"uuid": "^7.0.2",
"zone.js": "^0.10.3"