@things-factory/integration-pos 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,24 @@
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("./controllers"), exports);
21
+ require("./routes");
22
+ require("./engine");
23
+ process.on('bootstrap-module-start', async ({ app, config, client }) => { });
24
+ //# 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;AACjB,oBAAiB;AAEjB,OAAO,CAAC,EAAE,CAAC,wBAA+B,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAO,EAAE,EAAE,GAAE,CAAC,CAAC,CAAA"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ process.on('bootstrap-module-global-public-route', (app, routes) => {
4
+ routes.get('/callback-xilnex', async (context, next) => {
5
+ context.status = 200;
6
+ });
7
+ });
8
+ //# sourceMappingURL=routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.js","sourceRoot":"","sources":["../server/routes.ts"],"names":[],"mappings":";;AAEA,OAAO,CAAC,EAAE,CAAC,sCAA6C,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE;IACxE,MAAM,CAAC,GAAG,CAAC,kBAAkB,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE;QACrD,OAAO,CAAC,MAAM,GAAG,GAAG,CAAA;IACtB,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-pos",
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,
@@ -24,18 +24,18 @@
24
24
  "test": "DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/**/*spec.ts"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/apptool-ui": "^4.3.281",
28
- "@things-factory/auth-ui": "^4.3.281",
29
- "@things-factory/biz-base": "^4.3.344",
30
- "@things-factory/code-ui": "^4.3.281",
31
- "@things-factory/context-ui": "^4.3.281",
32
- "@things-factory/grist-ui": "^4.3.281",
33
- "@things-factory/i18n-base": "^4.3.281",
34
- "@things-factory/integration-ui": "^4.3.367",
35
- "@things-factory/more-ui": "^4.3.281",
36
- "@things-factory/resource-ui": "^4.3.281",
37
- "@things-factory/setting-ui": "^4.3.281",
38
- "@things-factory/system-ui": "^4.3.281",
27
+ "@things-factory/apptool-ui": "^4.3.378",
28
+ "@things-factory/auth-ui": "^4.3.378",
29
+ "@things-factory/biz-base": "^4.3.378",
30
+ "@things-factory/code-ui": "^4.3.378",
31
+ "@things-factory/context-ui": "^4.3.378",
32
+ "@things-factory/grist-ui": "^4.3.378",
33
+ "@things-factory/i18n-base": "^4.3.378",
34
+ "@things-factory/integration-ui": "^4.3.378",
35
+ "@things-factory/more-ui": "^4.3.378",
36
+ "@things-factory/resource-ui": "^4.3.378",
37
+ "@things-factory/setting-ui": "^4.3.378",
38
+ "@things-factory/system-ui": "^4.3.378",
39
39
  "debug": "^4.1.1",
40
40
  "node-fetch": "^2.6.0"
41
41
  },
@@ -49,5 +49,5 @@
49
49
  "nock": "^13.0.2",
50
50
  "should": "^13.2.3"
51
51
  },
52
- "gitHead": "7ca4aeb73080cd52d7058fe97e6cbb2cc431a80d"
52
+ "gitHead": "9de7af5e7b61574cdb4773876a41e1b9b77c1689"
53
53
  }