@things-factory/operato-board 4.3.176 → 4.3.186
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.
|
@@ -26,15 +26,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.LicenseError = void 0;
|
|
27
27
|
const ERROR_CODES = __importStar(require("../constants/error-code"));
|
|
28
28
|
class LicenseError extends Error {
|
|
29
|
+
static get ERROR_CODES() {
|
|
30
|
+
return Object.assign({}, ERROR_CODES);
|
|
31
|
+
}
|
|
29
32
|
constructor({ errorCode, detail }) {
|
|
30
33
|
super(errorCode);
|
|
31
34
|
this.name = 'license-error';
|
|
32
35
|
this.errorCode = errorCode;
|
|
33
36
|
this.detail = detail;
|
|
34
37
|
}
|
|
35
|
-
static get ERROR_CODES() {
|
|
36
|
-
return Object.assign({}, ERROR_CODES);
|
|
37
|
-
}
|
|
38
38
|
}
|
|
39
39
|
exports.LicenseError = LicenseError;
|
|
40
40
|
//# sourceMappingURL=license-error.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"license-error.js","sourceRoot":"","sources":["../../server/errors/license-error.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAsD;AAMtD,MAAa,YAAa,SAAQ,KAAK;
|
|
1
|
+
{"version":3,"file":"license-error.js","sourceRoot":"","sources":["../../server/errors/license-error.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAsD;AAMtD,MAAa,YAAa,SAAQ,KAAK;IACrC,MAAM,KAAK,WAAW;QACpB,yBACK,WAAW,EACf;IACH,CAAC;IAGD,YAAY,EAAE,SAAS,EAAE,MAAM,EAAwB;QACrD,KAAK,CAAC,SAAS,CAAC,CAAA;QAChB,IAAI,CAAC,IAAI,GAAG,eAAe,CAAA;QAC3B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;QAC1B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;CACF;AAdD,oCAcC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.186",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -62,31 +62,31 @@
|
|
|
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.
|
|
66
|
-
"@things-factory/attachment-ui": "^4.3.
|
|
67
|
-
"@things-factory/auth-ui": "^4.3.
|
|
68
|
-
"@things-factory/board-service": "^4.3.
|
|
69
|
-
"@things-factory/board-ui": "^4.3.
|
|
70
|
-
"@things-factory/context-ui": "^4.3.
|
|
71
|
-
"@things-factory/export-ui": "^4.3.
|
|
72
|
-
"@things-factory/fav-base": "^4.3.
|
|
73
|
-
"@things-factory/font-base": "^4.3.
|
|
74
|
-
"@things-factory/form-ui": "^4.3.
|
|
75
|
-
"@things-factory/help": "^4.3.
|
|
76
|
-
"@things-factory/i18n-base": "^4.3.
|
|
77
|
-
"@things-factory/import-ui": "^4.3.
|
|
78
|
-
"@things-factory/integration-notification": "^4.3.
|
|
79
|
-
"@things-factory/integration-ui": "^4.3.
|
|
80
|
-
"@things-factory/layout-ui": "^4.3.
|
|
81
|
-
"@things-factory/more-ui": "^4.3.
|
|
82
|
-
"@things-factory/notification": "^4.3.
|
|
83
|
-
"@things-factory/oauth2-client": "^4.3.
|
|
84
|
-
"@things-factory/offline-ui": "^4.3.
|
|
65
|
+
"@things-factory/apptool-ui": "^4.3.179",
|
|
66
|
+
"@things-factory/attachment-ui": "^4.3.179",
|
|
67
|
+
"@things-factory/auth-ui": "^4.3.179",
|
|
68
|
+
"@things-factory/board-service": "^4.3.186",
|
|
69
|
+
"@things-factory/board-ui": "^4.3.179",
|
|
70
|
+
"@things-factory/context-ui": "^4.3.179",
|
|
71
|
+
"@things-factory/export-ui": "^4.3.179",
|
|
72
|
+
"@things-factory/fav-base": "^4.3.179",
|
|
73
|
+
"@things-factory/font-base": "^4.3.179",
|
|
74
|
+
"@things-factory/form-ui": "^4.3.179",
|
|
75
|
+
"@things-factory/help": "^4.3.179",
|
|
76
|
+
"@things-factory/i18n-base": "^4.3.179",
|
|
77
|
+
"@things-factory/import-ui": "^4.3.179",
|
|
78
|
+
"@things-factory/integration-notification": "^4.3.186",
|
|
79
|
+
"@things-factory/integration-ui": "^4.3.186",
|
|
80
|
+
"@things-factory/layout-ui": "^4.3.179",
|
|
81
|
+
"@things-factory/more-ui": "^4.3.179",
|
|
82
|
+
"@things-factory/notification": "^4.3.186",
|
|
83
|
+
"@things-factory/oauth2-client": "^4.3.179",
|
|
84
|
+
"@things-factory/offline-ui": "^4.3.179",
|
|
85
85
|
"@things-factory/operato-license-checker": "^3.1.0",
|
|
86
86
|
"@things-factory/pdf": "^4.3.159",
|
|
87
|
-
"@things-factory/print-service": "^4.3.
|
|
88
|
-
"@things-factory/print-ui": "^4.3.
|
|
89
|
-
"@things-factory/resource-ui": "^4.3.
|
|
87
|
+
"@things-factory/print-service": "^4.3.179",
|
|
88
|
+
"@things-factory/print-ui": "^4.3.179",
|
|
89
|
+
"@things-factory/resource-ui": "^4.3.179",
|
|
90
90
|
"@things-factory/scene-baidu-map": "^4.3.159",
|
|
91
91
|
"@things-factory/scene-data-transform": "^4.3.159",
|
|
92
92
|
"@things-factory/scene-excel": "^4.3.159",
|
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
"@things-factory/scene-form": "^4.3.159",
|
|
95
95
|
"@things-factory/scene-google-map": "^4.3.159",
|
|
96
96
|
"@things-factory/scene-graphql": "^4.3.159",
|
|
97
|
-
"@things-factory/scene-label": "^4.3.
|
|
97
|
+
"@things-factory/scene-label": "^4.3.179",
|
|
98
98
|
"@things-factory/scene-marker": "^4.3.159",
|
|
99
|
-
"@things-factory/scene-mqtt": "^4.3.
|
|
99
|
+
"@things-factory/scene-mqtt": "^4.3.179",
|
|
100
100
|
"@things-factory/scene-restful": "^4.3.159",
|
|
101
101
|
"@things-factory/scene-urdf": "^4.3.159",
|
|
102
102
|
"@things-factory/scene-visualizer": "^4.3.159",
|
|
103
|
-
"@things-factory/screencast-ui": "^4.3.
|
|
104
|
-
"@things-factory/setting-ui": "^4.3.
|
|
105
|
-
"@things-factory/system-ui": "^4.3.
|
|
103
|
+
"@things-factory/screencast-ui": "^4.3.179",
|
|
104
|
+
"@things-factory/setting-ui": "^4.3.186",
|
|
105
|
+
"@things-factory/system-ui": "^4.3.179"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@things-factory/board-test": "^4.3.
|
|
109
|
-
"@things-factory/builder": "^4.3.
|
|
108
|
+
"@things-factory/board-test": "^4.3.186",
|
|
109
|
+
"@things-factory/builder": "^4.3.179"
|
|
110
110
|
},
|
|
111
111
|
"resolutions": {},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "854c79b134b5d94c5635c75c467eca229430183b"
|
|
113
113
|
}
|