@things-factory/reference-app 8.0.0-alpha.2 → 8.0.0-alpha.4
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/tsconfig.tsbuildinfo +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.4",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -68,32 +68,32 @@
|
|
|
68
68
|
"@operato/shell": "^8.0.0-alpha",
|
|
69
69
|
"@operato/utils": "^8.0.0-alpha",
|
|
70
70
|
"@things-factory/api": "^8.0.0-alpha.2",
|
|
71
|
-
"@things-factory/apptool-ui": "^8.0.0-alpha.
|
|
72
|
-
"@things-factory/attachment-base": "^8.0.0-alpha.
|
|
71
|
+
"@things-factory/apptool-ui": "^8.0.0-alpha.4",
|
|
72
|
+
"@things-factory/attachment-base": "^8.0.0-alpha.3",
|
|
73
73
|
"@things-factory/auth-ui": "^8.0.0-alpha.2",
|
|
74
|
-
"@things-factory/board-service": "^8.0.0-alpha.
|
|
74
|
+
"@things-factory/board-service": "^8.0.0-alpha.3",
|
|
75
75
|
"@things-factory/board-ui": "^8.0.0-alpha.2",
|
|
76
|
-
"@things-factory/ccp": "^8.0.0-alpha.
|
|
76
|
+
"@things-factory/ccp": "^8.0.0-alpha.4",
|
|
77
77
|
"@things-factory/code-ui": "^8.0.0-alpha.2",
|
|
78
|
-
"@things-factory/contact": "^8.0.0-alpha.
|
|
78
|
+
"@things-factory/contact": "^8.0.0-alpha.3",
|
|
79
79
|
"@things-factory/context-ui": "^8.0.0-alpha.2",
|
|
80
|
-
"@things-factory/dashboard": "^8.0.0-alpha.
|
|
81
|
-
"@things-factory/dataset": "^8.0.0-alpha.
|
|
80
|
+
"@things-factory/dashboard": "^8.0.0-alpha.3",
|
|
81
|
+
"@things-factory/dataset": "^8.0.0-alpha.4",
|
|
82
82
|
"@things-factory/evaluation": "^8.0.0-alpha.2",
|
|
83
83
|
"@things-factory/export-ui": "^8.0.0-alpha.2",
|
|
84
84
|
"@things-factory/export-ui-excel": "^8.0.0-alpha.2",
|
|
85
85
|
"@things-factory/help": "^8.0.0-alpha.2",
|
|
86
86
|
"@things-factory/integration-ui": "^8.0.0-alpha.2",
|
|
87
|
-
"@things-factory/lite-menu": "^8.0.0-alpha.
|
|
87
|
+
"@things-factory/lite-menu": "^8.0.0-alpha.3",
|
|
88
88
|
"@things-factory/more-ui": "^8.0.0-alpha.2",
|
|
89
|
-
"@things-factory/notification": "^8.0.0-alpha.
|
|
89
|
+
"@things-factory/notification": "^8.0.0-alpha.3",
|
|
90
90
|
"@things-factory/oauth2-client": "^8.0.0-alpha.2",
|
|
91
|
-
"@things-factory/organization": "^8.0.0-alpha.
|
|
91
|
+
"@things-factory/organization": "^8.0.0-alpha.3",
|
|
92
92
|
"@things-factory/print-ui": "^8.0.0-alpha.2",
|
|
93
|
-
"@things-factory/product-base": "^8.0.0-alpha.
|
|
94
|
-
"@things-factory/qc": "^8.0.0-alpha.
|
|
93
|
+
"@things-factory/product-base": "^8.0.0-alpha.3",
|
|
94
|
+
"@things-factory/qc": "^8.0.0-alpha.4",
|
|
95
95
|
"@things-factory/resource-ui": "^8.0.0-alpha.2",
|
|
96
|
-
"@things-factory/routing-base": "^8.0.0-alpha.
|
|
96
|
+
"@things-factory/routing-base": "^8.0.0-alpha.3",
|
|
97
97
|
"@things-factory/setting-base": "^8.0.0-alpha.2",
|
|
98
98
|
"@things-factory/setting-ui": "^8.0.0-alpha.2",
|
|
99
99
|
"@things-factory/shell": "^8.0.0-alpha.2",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@things-factory/builder": "^8.0.0-alpha.0"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "7ce1619bb0f3b0cc12006e827c93d3bb811c49b2"
|
|
110
110
|
}
|