@things-factory/reference-app 4.3.64 → 4.3.72
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.
- package/dist-server/index.js +5 -1
- package/dist-server/index.js.map +1 -1
- package/package.json +37 -37
package/dist-server/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/dist-server/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,+CAA4B;AAC5B,gDAA6B;AAE7B,oBAAiB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.72",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"docker:run": "docker run -it -p 4000:3000 hatiolab/reference-app:latest"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@hatiolab/things-scene": "^2.8.
|
|
40
|
+
"@hatiolab/things-scene": "^2.8.3",
|
|
41
41
|
"@material/mwc-checkbox": "^0.25.3",
|
|
42
42
|
"@operato/data-grist": "^0.4.6",
|
|
43
43
|
"@operato/ghost-print": "^0.4.6",
|
|
@@ -49,44 +49,44 @@
|
|
|
49
49
|
"@operato/ocr": "^0.4.6",
|
|
50
50
|
"@operato/popup": "^0.4.6",
|
|
51
51
|
"@operato/pull-to-refresh": "^0.4.6",
|
|
52
|
-
"@operato/scene-chartjs": "^0.1.
|
|
53
|
-
"@operato/scene-clock": "^0.1.
|
|
54
|
-
"@operato/scene-gauge": "^0.1.
|
|
55
|
-
"@operato/scene-half-roundrect": "^0.1.
|
|
56
|
-
"@operato/scene-indoor-map": "^0.1.
|
|
57
|
-
"@operato/scene-news-ticker": "^0.1.
|
|
58
|
-
"@operato/scene-progressbar": "^0.1.
|
|
59
|
-
"@operato/scene-random": "^0.1.
|
|
60
|
-
"@operato/scene-switch": "^0.1.
|
|
61
|
-
"@operato/scene-tab": "^0.1.
|
|
52
|
+
"@operato/scene-chartjs": "^0.1.8",
|
|
53
|
+
"@operato/scene-clock": "^0.1.8",
|
|
54
|
+
"@operato/scene-gauge": "^0.1.8",
|
|
55
|
+
"@operato/scene-half-roundrect": "^0.1.8",
|
|
56
|
+
"@operato/scene-indoor-map": "^0.1.8",
|
|
57
|
+
"@operato/scene-news-ticker": "^0.1.8",
|
|
58
|
+
"@operato/scene-progressbar": "^0.1.8",
|
|
59
|
+
"@operato/scene-random": "^0.1.8",
|
|
60
|
+
"@operato/scene-switch": "^0.1.8",
|
|
61
|
+
"@operato/scene-tab": "^0.1.8",
|
|
62
62
|
"@operato/shell": "^0.4.6",
|
|
63
63
|
"@operato/utils": "^0.4.6",
|
|
64
|
-
"@things-factory/api": "^4.3.
|
|
65
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
66
|
-
"@things-factory/auth-ui": "^4.3.
|
|
67
|
-
"@things-factory/board-service": "^4.3.
|
|
68
|
-
"@things-factory/board-ui": "^4.3.
|
|
69
|
-
"@things-factory/context-ui": "^4.3.
|
|
70
|
-
"@things-factory/dashboard": "^4.3.
|
|
71
|
-
"@things-factory/export-ui": "^4.3.
|
|
72
|
-
"@things-factory/export-ui-excel": "^4.3.
|
|
73
|
-
"@things-factory/grist-ui": "^4.3.
|
|
74
|
-
"@things-factory/help": "^4.3.
|
|
75
|
-
"@things-factory/integration-ui": "^4.3.
|
|
76
|
-
"@things-factory/lite-menu": "^4.3.
|
|
77
|
-
"@things-factory/more-ui": "^4.3.
|
|
78
|
-
"@things-factory/notification": "^4.3.
|
|
79
|
-
"@things-factory/oauth2-client": "^4.3.
|
|
80
|
-
"@things-factory/print-ui": "^4.3.
|
|
81
|
-
"@things-factory/resource-ui": "^4.3.
|
|
82
|
-
"@things-factory/scene-form": "^4.3.
|
|
83
|
-
"@things-factory/setting-base": "^4.3.
|
|
84
|
-
"@things-factory/setting-ui": "^4.3.
|
|
85
|
-
"@things-factory/shell": "^4.3.
|
|
86
|
-
"@things-factory/system-ui": "^4.3.
|
|
64
|
+
"@things-factory/api": "^4.3.72",
|
|
65
|
+
"@things-factory/apptool-ui": "^4.3.72",
|
|
66
|
+
"@things-factory/auth-ui": "^4.3.72",
|
|
67
|
+
"@things-factory/board-service": "^4.3.72",
|
|
68
|
+
"@things-factory/board-ui": "^4.3.72",
|
|
69
|
+
"@things-factory/context-ui": "^4.3.72",
|
|
70
|
+
"@things-factory/dashboard": "^4.3.72",
|
|
71
|
+
"@things-factory/export-ui": "^4.3.72",
|
|
72
|
+
"@things-factory/export-ui-excel": "^4.3.72",
|
|
73
|
+
"@things-factory/grist-ui": "^4.3.72",
|
|
74
|
+
"@things-factory/help": "^4.3.72",
|
|
75
|
+
"@things-factory/integration-ui": "^4.3.72",
|
|
76
|
+
"@things-factory/lite-menu": "^4.3.72",
|
|
77
|
+
"@things-factory/more-ui": "^4.3.72",
|
|
78
|
+
"@things-factory/notification": "^4.3.72",
|
|
79
|
+
"@things-factory/oauth2-client": "^4.3.72",
|
|
80
|
+
"@things-factory/print-ui": "^4.3.72",
|
|
81
|
+
"@things-factory/resource-ui": "^4.3.72",
|
|
82
|
+
"@things-factory/scene-form": "^4.3.69",
|
|
83
|
+
"@things-factory/setting-base": "^4.3.72",
|
|
84
|
+
"@things-factory/setting-ui": "^4.3.72",
|
|
85
|
+
"@things-factory/shell": "^4.3.72",
|
|
86
|
+
"@things-factory/system-ui": "^4.3.72"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@things-factory/builder": "^4.3.
|
|
89
|
+
"@things-factory/builder": "^4.3.66"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "e2586ea38950d313bef2620334b15aecbc13c96c"
|
|
92
92
|
}
|