@sunspirytus/xflow-extension 1.0.52 → 1.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -308,7 +308,7 @@ let DagHooksContribution = class DagHooksContribution {
|
|
|
308
308
|
getInitialValue: () => ({
|
|
309
309
|
statusMap: new Map(),
|
|
310
310
|
subscription: new DisposableCollection(),
|
|
311
|
-
graphStatus: GRAPH_STATUS_INFO.StatusEnum.
|
|
311
|
+
graphStatus: GRAPH_STATUS_INFO.StatusEnum.UNKNOWN,
|
|
312
312
|
}),
|
|
313
313
|
watchChange: (self) => __awaiter(this, void 0, void 0, function* () {
|
|
314
314
|
const { subscription } = yield self.getValidValue();
|
|
@@ -376,7 +376,7 @@ var DagHooksContribution = /** @class */ (function () {
|
|
|
376
376
|
getInitialValue: function () { return ({
|
|
377
377
|
statusMap: new Map(),
|
|
378
378
|
subscription: new xflow_core_1.DisposableCollection(),
|
|
379
|
-
graphStatus: constants_1.GRAPH_STATUS_INFO.StatusEnum.
|
|
379
|
+
graphStatus: constants_1.GRAPH_STATUS_INFO.StatusEnum.UNKNOWN,
|
|
380
380
|
}); },
|
|
381
381
|
watchChange: function (self) { return tslib_1.__awaiter(_this, void 0, void 0, function () {
|
|
382
382
|
var subscription;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@sunspirytus/xflow-extension",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.53",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"registry": "https://registry.npmjs.org"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@sunspirytus/xflow-core": "1.0.
|
|
20
|
-
"@sunspirytus/xflow-hook": "1.0.
|
|
19
|
+
"@sunspirytus/xflow-core": "1.0.53",
|
|
20
|
+
"@sunspirytus/xflow-hook": "1.0.53",
|
|
21
21
|
"mana-syringe": "^0.2.2",
|
|
22
22
|
"moment": "^2.29.1",
|
|
23
23
|
"rc-field-form": "^1.22.0",
|