@things-factory/operato-ecs 4.3.671 → 4.3.673

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.
@@ -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.671",
3
+ "version": "4.3.673",
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.671",
52
- "@things-factory/apptool-ui": "^4.3.671",
53
- "@things-factory/auth-ui": "^4.3.671",
54
- "@things-factory/board-service": "^4.3.671",
55
- "@things-factory/board-ui": "^4.3.671",
56
- "@things-factory/context-ui": "^4.3.671",
57
- "@things-factory/dashboard": "^4.3.671",
58
- "@things-factory/export-ui": "^4.3.671",
59
- "@things-factory/grist-ui": "^4.3.671",
60
- "@things-factory/help": "^4.3.671",
61
- "@things-factory/i18n-base": "^4.3.671",
62
- "@things-factory/integration-melsec": "^4.3.671",
63
- "@things-factory/integration-modbus": "^4.3.671",
64
- "@things-factory/integration-ui": "^4.3.671",
65
- "@things-factory/lite-menu": "^4.3.671",
66
- "@things-factory/more-ui": "^4.3.671",
67
- "@things-factory/oauth2-client": "^4.3.671",
68
- "@things-factory/print-ui": "^4.3.671",
69
- "@things-factory/resource-ui": "^4.3.671",
51
+ "@things-factory/api": "^4.3.673",
52
+ "@things-factory/apptool-ui": "^4.3.673",
53
+ "@things-factory/auth-ui": "^4.3.673",
54
+ "@things-factory/board-service": "^4.3.673",
55
+ "@things-factory/board-ui": "^4.3.673",
56
+ "@things-factory/context-ui": "^4.3.673",
57
+ "@things-factory/dashboard": "^4.3.673",
58
+ "@things-factory/export-ui": "^4.3.673",
59
+ "@things-factory/grist-ui": "^4.3.673",
60
+ "@things-factory/help": "^4.3.673",
61
+ "@things-factory/i18n-base": "^4.3.673",
62
+ "@things-factory/integration-melsec": "^4.3.673",
63
+ "@things-factory/integration-modbus": "^4.3.673",
64
+ "@things-factory/integration-ui": "^4.3.673",
65
+ "@things-factory/lite-menu": "^4.3.673",
66
+ "@things-factory/more-ui": "^4.3.673",
67
+ "@things-factory/oauth2-client": "^4.3.673",
68
+ "@things-factory/print-ui": "^4.3.673",
69
+ "@things-factory/resource-ui": "^4.3.673",
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.671",
74
- "@things-factory/setting-ui": "^4.3.671",
75
- "@things-factory/shell": "^4.3.671",
76
- "@things-factory/system-ui": "^4.3.671",
73
+ "@things-factory/setting-base": "^4.3.673",
74
+ "@things-factory/setting-ui": "^4.3.673",
75
+ "@things-factory/shell": "^4.3.673",
76
+ "@things-factory/system-ui": "^4.3.673",
77
77
  "jsmodbus": "^4.0.2"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@things-factory/builder": "^4.3.591"
81
81
  },
82
- "gitHead": "ef524cb207378186ec71917d9a8546363d4300b2"
82
+ "gitHead": "d22f985380f3af2ebc0f81ea8bec478ba00b4777"
83
83
  }