@things-factory/operato-mms 4.3.21 → 4.3.24
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.
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.NoGenerator = void 0;
|
|
7
|
-
const
|
|
4
|
+
const uuid_1 = require("uuid");
|
|
8
5
|
class NoGenerator {
|
|
9
6
|
static id() {
|
|
10
|
-
return `${(0,
|
|
7
|
+
return `${(0, uuid_1.v4)()}`;
|
|
11
8
|
}
|
|
12
9
|
static sku() {
|
|
13
|
-
return `SKU-${(0,
|
|
10
|
+
return `SKU-${(0, uuid_1.v4)()}`;
|
|
14
11
|
}
|
|
15
12
|
}
|
|
16
13
|
exports.NoGenerator = NoGenerator;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"no-generator.js","sourceRoot":"","sources":["../../server/util/no-generator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"no-generator.js","sourceRoot":"","sources":["../../server/util/no-generator.ts"],"names":[],"mappings":";;;AAAA,+BAAmC;AAEnC,MAAa,WAAW;IACtB,MAAM,CAAC,EAAE;QACP,OAAO,GAAG,IAAA,SAAM,GAAE,EAAE,CAAA;IACtB,CAAC;IAED,MAAM,CAAC,GAAG;QACR,OAAO,OAAO,IAAA,SAAM,GAAE,EAAE,CAAA;IAC1B,CAAC;CACF;AARD,kCAQC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.24",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -60,50 +60,50 @@
|
|
|
60
60
|
"@operato/scene-table": "^0.1.6",
|
|
61
61
|
"@operato/scene-timer": "^0.1.6",
|
|
62
62
|
"@operato/scene-wheel-sorter": "^0.1.6",
|
|
63
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
64
|
-
"@things-factory/attachment-base": "^4.3.
|
|
65
|
-
"@things-factory/auth-ui": "^4.3.
|
|
66
|
-
"@things-factory/biz-base": "^4.3.
|
|
67
|
-
"@things-factory/board-service": "^4.3.
|
|
68
|
-
"@things-factory/board-ui": "^4.3.
|
|
69
|
-
"@things-factory/code-ui": "^4.3.
|
|
70
|
-
"@things-factory/context-ui": "^4.3.
|
|
71
|
-
"@things-factory/dashboard": "^4.3.
|
|
72
|
-
"@things-factory/export-ui": "^4.3.
|
|
73
|
-
"@things-factory/export-ui-csv": "^4.3.
|
|
74
|
-
"@things-factory/export-ui-excel": "^4.3.
|
|
75
|
-
"@things-factory/geography": "^4.3.
|
|
76
|
-
"@things-factory/grist-ui": "^4.3.
|
|
77
|
-
"@things-factory/help": "^4.3.
|
|
78
|
-
"@things-factory/i18n-base": "^4.3.
|
|
79
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
80
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
81
|
-
"@things-factory/lite-menu": "^4.3.
|
|
82
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
83
|
-
"@things-factory/more-ui": "^4.3.
|
|
84
|
-
"@things-factory/notification": "^4.3.
|
|
85
|
-
"@things-factory/oauth2-client": "^4.3.
|
|
86
|
-
"@things-factory/pdf": "^4.3.
|
|
87
|
-
"@things-factory/product-base": "^4.3.
|
|
88
|
-
"@things-factory/resource-ui": "^4.3.
|
|
89
|
-
"@things-factory/scene-data-transform": "^4.3.
|
|
90
|
-
"@things-factory/scene-excel": "^4.3.
|
|
91
|
-
"@things-factory/scene-firebase": "^4.3.
|
|
92
|
-
"@things-factory/scene-form": "^4.3.
|
|
93
|
-
"@things-factory/scene-google-map": "^4.3.
|
|
94
|
-
"@things-factory/scene-graphql": "^4.3.
|
|
95
|
-
"@things-factory/scene-label": "^4.3.
|
|
96
|
-
"@things-factory/scene-marker": "^4.3.
|
|
97
|
-
"@things-factory/scene-mqtt": "^4.3.
|
|
98
|
-
"@things-factory/scene-restful": "^4.3.
|
|
99
|
-
"@things-factory/scene-visualizer": "^4.3.
|
|
100
|
-
"@things-factory/setting-ui": "^4.3.
|
|
101
|
-
"@things-factory/system-ui": "^4.3.
|
|
102
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
63
|
+
"@things-factory/apptool-ui": "^4.3.23",
|
|
64
|
+
"@things-factory/attachment-base": "^4.3.24",
|
|
65
|
+
"@things-factory/auth-ui": "^4.3.24",
|
|
66
|
+
"@things-factory/biz-base": "^4.3.24",
|
|
67
|
+
"@things-factory/board-service": "^4.3.24",
|
|
68
|
+
"@things-factory/board-ui": "^4.3.24",
|
|
69
|
+
"@things-factory/code-ui": "^4.3.24",
|
|
70
|
+
"@things-factory/context-ui": "^4.3.23",
|
|
71
|
+
"@things-factory/dashboard": "^4.3.24",
|
|
72
|
+
"@things-factory/export-ui": "^4.3.23",
|
|
73
|
+
"@things-factory/export-ui-csv": "^4.3.23",
|
|
74
|
+
"@things-factory/export-ui-excel": "^4.3.23",
|
|
75
|
+
"@things-factory/geography": "^4.3.24",
|
|
76
|
+
"@things-factory/grist-ui": "^4.3.23",
|
|
77
|
+
"@things-factory/help": "^4.3.23",
|
|
78
|
+
"@things-factory/i18n-base": "^4.3.23",
|
|
79
|
+
"@things-factory/integration-fulfillment": "^4.3.24",
|
|
80
|
+
"@things-factory/integration-lmd": "^4.3.24",
|
|
81
|
+
"@things-factory/lite-menu": "^4.3.24",
|
|
82
|
+
"@things-factory/marketplace-base": "^4.3.24",
|
|
83
|
+
"@things-factory/more-ui": "^4.3.23",
|
|
84
|
+
"@things-factory/notification": "^4.3.24",
|
|
85
|
+
"@things-factory/oauth2-client": "^4.3.24",
|
|
86
|
+
"@things-factory/pdf": "^4.3.23",
|
|
87
|
+
"@things-factory/product-base": "^4.3.24",
|
|
88
|
+
"@things-factory/resource-ui": "^4.3.24",
|
|
89
|
+
"@things-factory/scene-data-transform": "^4.3.23",
|
|
90
|
+
"@things-factory/scene-excel": "^4.3.23",
|
|
91
|
+
"@things-factory/scene-firebase": "^4.3.23",
|
|
92
|
+
"@things-factory/scene-form": "^4.3.23",
|
|
93
|
+
"@things-factory/scene-google-map": "^4.3.23",
|
|
94
|
+
"@things-factory/scene-graphql": "^4.3.23",
|
|
95
|
+
"@things-factory/scene-label": "^4.3.23",
|
|
96
|
+
"@things-factory/scene-marker": "^4.3.23",
|
|
97
|
+
"@things-factory/scene-mqtt": "^4.3.23",
|
|
98
|
+
"@things-factory/scene-restful": "^4.3.23",
|
|
99
|
+
"@things-factory/scene-visualizer": "^4.3.23",
|
|
100
|
+
"@things-factory/setting-ui": "^4.3.24",
|
|
101
|
+
"@things-factory/system-ui": "^4.3.23",
|
|
102
|
+
"@things-factory/warehouse-base": "^4.3.24"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@things-factory/builder": "^4.3.
|
|
105
|
+
"@things-factory/builder": "^4.3.23",
|
|
106
106
|
"@types/node-fetch": "^2.5.7"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "43ba20d3476c8604e94f6a6b0bd7e84b6ec1bfd8"
|
|
109
109
|
}
|