@things-factory/operato-board 4.3.367 → 4.3.378

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,34 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const integration_base_1 = require("@things-factory/integration-base");
18
+ __exportStar(require("./migrations"), exports);
19
+ __exportStar(require("./middlewares"), exports);
20
+ __exportStar(require("./subscribers"), exports);
21
+ __exportStar(require("./service"), exports);
22
+ require("./routes");
23
+ process.on('bootstrap-module-start', async ({ app, config, client }) => {
24
+ console.log('%%%%%%%%%%%%%%%% SCENARIO ENGINE - BEGIN %%%%%%%%%%%%%%%%');
25
+ try {
26
+ await integration_base_1.ConnectionManager.ready();
27
+ await integration_base_1.ScenarioEngine.loadAll();
28
+ }
29
+ catch (ex) {
30
+ integration_base_1.ConnectionManager.logger.error(ex);
31
+ }
32
+ console.log('%%%%%%%%%%%%%%%% SCENARIO ENGINE - END %%%%%%%%%%%%%%%%');
33
+ });
34
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAoF;AAEpF,+CAA4B;AAC5B,gDAA6B;AAC7B,gDAA6B;AAC7B,4CAAyB;AAEzB,oBAAiB;AAEjB,OAAO,CAAC,EAAE,CAAC,wBAA+B,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAO,EAAE,EAAE;IACjF,OAAO,CAAC,GAAG,CAAC,2DAA2D,CAAC,CAAA;IACxE,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,OAAO,CAAC,GAAG,CAAC,yDAAyD,CAAC,CAAA;AACxE,CAAC,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ const debug = require('debug')('things-factory:operato-board:routes');
2
+ process.on('bootstrap-module-domain-private-route', (app, domainPrivateRouter) => { });
3
+ //# sourceMappingURL=routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.js","sourceRoot":"","sources":["../server/routes.ts"],"names":[],"mappings":"AAAA,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,qCAAqC,CAAC,CAAA;AAErE,OAAO,CAAC,EAAE,CAAC,uCAA8C,EAAE,CAAC,GAAG,EAAE,mBAAmB,EAAE,EAAE,GAAE,CAAC,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "4.3.367",
3
+ "version": "4.3.378",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -62,52 +62,52 @@
62
62
  "@operato/scene-table": "^0.1.8",
63
63
  "@operato/scene-timer": "^0.1.8",
64
64
  "@operato/scene-wheel-sorter": "^0.1.8",
65
- "@things-factory/apptool-ui": "^4.3.281",
66
- "@things-factory/attachment-ui": "^4.3.344",
67
- "@things-factory/auth-ui": "^4.3.281",
68
- "@things-factory/board-service": "^4.3.281",
69
- "@things-factory/board-ui": "^4.3.344",
70
- "@things-factory/context-ui": "^4.3.281",
71
- "@things-factory/export-ui": "^4.3.281",
72
- "@things-factory/fav-base": "^4.3.281",
73
- "@things-factory/font-base": "^4.3.281",
74
- "@things-factory/form-ui": "^4.3.281",
75
- "@things-factory/help": "^4.3.281",
76
- "@things-factory/i18n-base": "^4.3.281",
77
- "@things-factory/import-ui": "^4.3.281",
78
- "@things-factory/integration-notification": "^4.3.367",
79
- "@things-factory/integration-ui": "^4.3.367",
80
- "@things-factory/layout-ui": "^4.3.281",
81
- "@things-factory/more-ui": "^4.3.281",
82
- "@things-factory/notification": "^4.3.281",
83
- "@things-factory/oauth2-client": "^4.3.281",
84
- "@things-factory/offline-ui": "^4.3.281",
65
+ "@things-factory/apptool-ui": "^4.3.378",
66
+ "@things-factory/attachment-ui": "^4.3.378",
67
+ "@things-factory/auth-ui": "^4.3.378",
68
+ "@things-factory/board-service": "^4.3.378",
69
+ "@things-factory/board-ui": "^4.3.378",
70
+ "@things-factory/context-ui": "^4.3.378",
71
+ "@things-factory/export-ui": "^4.3.378",
72
+ "@things-factory/fav-base": "^4.3.378",
73
+ "@things-factory/font-base": "^4.3.378",
74
+ "@things-factory/form-ui": "^4.3.378",
75
+ "@things-factory/help": "^4.3.378",
76
+ "@things-factory/i18n-base": "^4.3.378",
77
+ "@things-factory/import-ui": "^4.3.378",
78
+ "@things-factory/integration-notification": "^4.3.378",
79
+ "@things-factory/integration-ui": "^4.3.378",
80
+ "@things-factory/layout-ui": "^4.3.378",
81
+ "@things-factory/more-ui": "^4.3.378",
82
+ "@things-factory/notification": "^4.3.378",
83
+ "@things-factory/oauth2-client": "^4.3.378",
84
+ "@things-factory/offline-ui": "^4.3.378",
85
85
  "@things-factory/operato-license-checker": "^3.1.0",
86
- "@things-factory/pdf": "^4.3.281",
87
- "@things-factory/print-service": "^4.3.281",
88
- "@things-factory/print-ui": "^4.3.281",
89
- "@things-factory/resource-ui": "^4.3.281",
90
- "@things-factory/scene-baidu-map": "^4.3.281",
91
- "@things-factory/scene-data-transform": "^4.3.281",
92
- "@things-factory/scene-excel": "^4.3.281",
93
- "@things-factory/scene-firebase": "^4.3.281",
94
- "@things-factory/scene-form": "^4.3.281",
95
- "@things-factory/scene-google-map": "^4.3.281",
96
- "@things-factory/scene-graphql": "^4.3.281",
97
- "@things-factory/scene-label": "^4.3.281",
98
- "@things-factory/scene-marker": "^4.3.281",
99
- "@things-factory/scene-mqtt": "^4.3.281",
100
- "@things-factory/scene-restful": "^4.3.281",
101
- "@things-factory/scene-urdf": "^4.3.281",
102
- "@things-factory/scene-visualizer": "^4.3.281",
103
- "@things-factory/screencast-ui": "^4.3.281",
104
- "@things-factory/setting-ui": "^4.3.281",
105
- "@things-factory/system-ui": "^4.3.281"
86
+ "@things-factory/pdf": "^4.3.378",
87
+ "@things-factory/print-service": "^4.3.378",
88
+ "@things-factory/print-ui": "^4.3.378",
89
+ "@things-factory/resource-ui": "^4.3.378",
90
+ "@things-factory/scene-baidu-map": "^4.3.378",
91
+ "@things-factory/scene-data-transform": "^4.3.378",
92
+ "@things-factory/scene-excel": "^4.3.378",
93
+ "@things-factory/scene-firebase": "^4.3.378",
94
+ "@things-factory/scene-form": "^4.3.378",
95
+ "@things-factory/scene-google-map": "^4.3.378",
96
+ "@things-factory/scene-graphql": "^4.3.378",
97
+ "@things-factory/scene-label": "^4.3.378",
98
+ "@things-factory/scene-marker": "^4.3.378",
99
+ "@things-factory/scene-mqtt": "^4.3.378",
100
+ "@things-factory/scene-restful": "^4.3.378",
101
+ "@things-factory/scene-urdf": "^4.3.378",
102
+ "@things-factory/scene-visualizer": "^4.3.378",
103
+ "@things-factory/screencast-ui": "^4.3.378",
104
+ "@things-factory/setting-ui": "^4.3.378",
105
+ "@things-factory/system-ui": "^4.3.378"
106
106
  },
107
107
  "devDependencies": {
108
- "@things-factory/board-test": "^4.3.281",
109
- "@things-factory/builder": "^4.3.281"
108
+ "@things-factory/board-test": "^4.3.378",
109
+ "@things-factory/builder": "^4.3.378"
110
110
  },
111
111
  "resolutions": {},
112
- "gitHead": "7ca4aeb73080cd52d7058fe97e6cbb2cc431a80d"
112
+ "gitHead": "9de7af5e7b61574cdb4773876a41e1b9b77c1689"
113
113
  }