@things-factory/operato-ecs 4.3.671 → 4.3.675
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.
- package/dist-server/index.js +16 -0
- package/dist-server/index.js.map +1 -0
- package/package.json +25 -25
@@ -0,0 +1,16 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const integration_base_1 = require("@things-factory/integration-base");
|
4
|
+
const debug = require('debug')('things-factory:operato-ecs:index');
|
5
|
+
process.on('bootstrap-module-start', async ({ app, config, client }) => {
|
6
|
+
debug('%%%%%%%%%%%%%%%% TASK ENGINE - BEGIN %%%%%%%%%%%%%%%%');
|
7
|
+
try {
|
8
|
+
await integration_base_1.ConnectionManager.ready();
|
9
|
+
await integration_base_1.ScenarioEngine.loadAll();
|
10
|
+
}
|
11
|
+
catch (ex) {
|
12
|
+
integration_base_1.ConnectionManager.logger.error(ex);
|
13
|
+
}
|
14
|
+
debug('%%%%%%%%%%%%%%%% TASK ENGINE - END %%%%%%%%%%%%%%%%');
|
15
|
+
});
|
16
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;AAAA,uEAAoF;AAEpF,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,kCAAkC,CAAC,CAAA;AAElE,OAAO,CAAC,EAAE,CAAC,wBAA+B,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAO,EAAE,EAAE;IACjF,KAAK,CAAC,uDAAuD,CAAC,CAAA;IAC9D,IAAI;QACF,MAAM,oCAAiB,CAAC,KAAK,EAAE,CAAA;QAC/B,MAAM,iCAAc,CAAC,OAAO,EAAE,CAAA;KAC/B;IAAC,OAAO,EAAE,EAAE;QACX,oCAAiB,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAA;KACnC;IACD,KAAK,CAAC,qDAAqD,CAAC,CAAA;AAC9D,CAAC,CAAC,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "4.3.
|
3
|
+
"version": "4.3.675",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -48,36 +48,36 @@
|
|
48
48
|
"@operato/scene-switch": "^0.1.8",
|
49
49
|
"@operato/scene-table": "^0.1.8",
|
50
50
|
"@operato/scene-timer": "^0.1.8",
|
51
|
-
"@things-factory/api": "^4.3.
|
52
|
-
"@things-factory/apptool-ui": "^4.3.
|
53
|
-
"@things-factory/auth-ui": "^4.3.
|
54
|
-
"@things-factory/board-service": "^4.3.
|
55
|
-
"@things-factory/board-ui": "^4.3.
|
56
|
-
"@things-factory/context-ui": "^4.3.
|
57
|
-
"@things-factory/dashboard": "^4.3.
|
58
|
-
"@things-factory/export-ui": "^4.3.
|
59
|
-
"@things-factory/grist-ui": "^4.3.
|
60
|
-
"@things-factory/help": "^4.3.
|
61
|
-
"@things-factory/i18n-base": "^4.3.
|
62
|
-
"@things-factory/integration-melsec": "^4.3.
|
63
|
-
"@things-factory/integration-modbus": "^4.3.
|
64
|
-
"@things-factory/integration-ui": "^4.3.
|
65
|
-
"@things-factory/lite-menu": "^4.3.
|
66
|
-
"@things-factory/more-ui": "^4.3.
|
67
|
-
"@things-factory/oauth2-client": "^4.3.
|
68
|
-
"@things-factory/print-ui": "^4.3.
|
69
|
-
"@things-factory/resource-ui": "^4.3.
|
51
|
+
"@things-factory/api": "^4.3.675",
|
52
|
+
"@things-factory/apptool-ui": "^4.3.675",
|
53
|
+
"@things-factory/auth-ui": "^4.3.675",
|
54
|
+
"@things-factory/board-service": "^4.3.675",
|
55
|
+
"@things-factory/board-ui": "^4.3.675",
|
56
|
+
"@things-factory/context-ui": "^4.3.675",
|
57
|
+
"@things-factory/dashboard": "^4.3.675",
|
58
|
+
"@things-factory/export-ui": "^4.3.675",
|
59
|
+
"@things-factory/grist-ui": "^4.3.675",
|
60
|
+
"@things-factory/help": "^4.3.675",
|
61
|
+
"@things-factory/i18n-base": "^4.3.675",
|
62
|
+
"@things-factory/integration-melsec": "^4.3.675",
|
63
|
+
"@things-factory/integration-modbus": "^4.3.675",
|
64
|
+
"@things-factory/integration-ui": "^4.3.675",
|
65
|
+
"@things-factory/lite-menu": "^4.3.675",
|
66
|
+
"@things-factory/more-ui": "^4.3.675",
|
67
|
+
"@things-factory/oauth2-client": "^4.3.675",
|
68
|
+
"@things-factory/print-ui": "^4.3.675",
|
69
|
+
"@things-factory/resource-ui": "^4.3.675",
|
70
70
|
"@things-factory/scene-data-transform": "^4.3.591",
|
71
71
|
"@things-factory/scene-form": "^4.3.591",
|
72
72
|
"@things-factory/scene-restful": "^4.3.591",
|
73
|
-
"@things-factory/setting-base": "^4.3.
|
74
|
-
"@things-factory/setting-ui": "^4.3.
|
75
|
-
"@things-factory/shell": "^4.3.
|
76
|
-
"@things-factory/system-ui": "^4.3.
|
73
|
+
"@things-factory/setting-base": "^4.3.675",
|
74
|
+
"@things-factory/setting-ui": "^4.3.675",
|
75
|
+
"@things-factory/shell": "^4.3.675",
|
76
|
+
"@things-factory/system-ui": "^4.3.675",
|
77
77
|
"jsmodbus": "^4.0.2"
|
78
78
|
},
|
79
79
|
"devDependencies": {
|
80
80
|
"@things-factory/builder": "^4.3.591"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "71e1820fa406b37bab179e29d0d08a37ffb68b85"
|
83
83
|
}
|