@things-factory/operato-fleet 4.3.376 → 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,22 @@
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
+ __exportStar(require("./entities"), exports);
18
+ __exportStar(require("./migrations"), exports);
19
+ __exportStar(require("./graphql"), exports);
20
+ __exportStar(require("./middlewares"), exports);
21
+ require("./routes");
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,+CAA4B;AAC5B,4CAAyB;AACzB,gDAA6B;AAE7B,oBAAiB"}
@@ -0,0 +1,3 @@
1
+ const debug = require('debug')('things-factory:operato-fleet: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-fleet",
3
- "version": "4.3.376",
3
+ "version": "4.3.378",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -60,45 +60,45 @@
60
60
  "@operato/scene-table": "^0.1.8",
61
61
  "@operato/scene-timer": "^0.1.8",
62
62
  "@operato/scene-wheel-sorter": "^0.1.8",
63
- "@things-factory/apptool-ui": "^4.3.281",
64
- "@things-factory/attachment-base": "^4.3.344",
65
- "@things-factory/auth-ui": "^4.3.281",
66
- "@things-factory/biz-base": "^4.3.344",
67
- "@things-factory/board-service": "^4.3.281",
68
- "@things-factory/board-ui": "^4.3.344",
69
- "@things-factory/code-ui": "^4.3.281",
70
- "@things-factory/context-ui": "^4.3.281",
71
- "@things-factory/dashboard": "^4.3.344",
72
- "@things-factory/export-ui": "^4.3.281",
73
- "@things-factory/export-ui-csv": "^4.3.281",
74
- "@things-factory/export-ui-excel": "^4.3.281",
75
- "@things-factory/grist-ui": "^4.3.281",
76
- "@things-factory/help": "^4.3.281",
77
- "@things-factory/i18n-base": "^4.3.281",
78
- "@things-factory/integration-fulfillment": "^4.3.367",
79
- "@things-factory/integration-marketplace": "^4.3.376",
80
- "@things-factory/more-ui": "^4.3.281",
81
- "@things-factory/notification": "^4.3.281",
82
- "@things-factory/oauth2-client": "^4.3.281",
83
- "@things-factory/pdf": "^4.3.281",
84
- "@things-factory/resource-ui": "^4.3.281",
85
- "@things-factory/scene-data-transform": "^4.3.281",
86
- "@things-factory/scene-excel": "^4.3.281",
87
- "@things-factory/scene-firebase": "^4.3.281",
88
- "@things-factory/scene-form": "^4.3.281",
89
- "@things-factory/scene-google-map": "^4.3.281",
90
- "@things-factory/scene-graphql": "^4.3.281",
91
- "@things-factory/scene-label": "^4.3.281",
92
- "@things-factory/scene-marker": "^4.3.281",
93
- "@things-factory/scene-mqtt": "^4.3.281",
94
- "@things-factory/scene-restful": "^4.3.281",
95
- "@things-factory/scene-visualizer": "^4.3.281",
96
- "@things-factory/setting-ui": "^4.3.281",
97
- "@things-factory/system-ui": "^4.3.281",
63
+ "@things-factory/apptool-ui": "^4.3.378",
64
+ "@things-factory/attachment-base": "^4.3.378",
65
+ "@things-factory/auth-ui": "^4.3.378",
66
+ "@things-factory/biz-base": "^4.3.378",
67
+ "@things-factory/board-service": "^4.3.378",
68
+ "@things-factory/board-ui": "^4.3.378",
69
+ "@things-factory/code-ui": "^4.3.378",
70
+ "@things-factory/context-ui": "^4.3.378",
71
+ "@things-factory/dashboard": "^4.3.378",
72
+ "@things-factory/export-ui": "^4.3.378",
73
+ "@things-factory/export-ui-csv": "^4.3.378",
74
+ "@things-factory/export-ui-excel": "^4.3.378",
75
+ "@things-factory/grist-ui": "^4.3.378",
76
+ "@things-factory/help": "^4.3.378",
77
+ "@things-factory/i18n-base": "^4.3.378",
78
+ "@things-factory/integration-fulfillment": "^4.3.378",
79
+ "@things-factory/integration-marketplace": "^4.3.378",
80
+ "@things-factory/more-ui": "^4.3.378",
81
+ "@things-factory/notification": "^4.3.378",
82
+ "@things-factory/oauth2-client": "^4.3.378",
83
+ "@things-factory/pdf": "^4.3.378",
84
+ "@things-factory/resource-ui": "^4.3.378",
85
+ "@things-factory/scene-data-transform": "^4.3.378",
86
+ "@things-factory/scene-excel": "^4.3.378",
87
+ "@things-factory/scene-firebase": "^4.3.378",
88
+ "@things-factory/scene-form": "^4.3.378",
89
+ "@things-factory/scene-google-map": "^4.3.378",
90
+ "@things-factory/scene-graphql": "^4.3.378",
91
+ "@things-factory/scene-label": "^4.3.378",
92
+ "@things-factory/scene-marker": "^4.3.378",
93
+ "@things-factory/scene-mqtt": "^4.3.378",
94
+ "@things-factory/scene-restful": "^4.3.378",
95
+ "@things-factory/scene-visualizer": "^4.3.378",
96
+ "@things-factory/setting-ui": "^4.3.378",
97
+ "@things-factory/system-ui": "^4.3.378",
98
98
  "chance": "^1.1.4"
99
99
  },
100
100
  "devDependencies": {
101
- "@things-factory/builder": "^4.3.281"
101
+ "@things-factory/builder": "^4.3.378"
102
102
  },
103
- "gitHead": "76dc5460030427d7b50311eb17176570ce026f66"
103
+ "gitHead": "9de7af5e7b61574cdb4773876a41e1b9b77c1689"
104
104
  }