@things-factory/operato-retail 7.0.1-alpha.21 → 7.0.1-alpha.23
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/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-retail",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.23",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -42,28 +42,28 @@
|
|
|
42
42
|
"@material/mwc-linear-progress": "^0.27.0",
|
|
43
43
|
"@material/mwc-radio": "^0.27.0",
|
|
44
44
|
"@operato/data-grist": "^2.0.0-alpha.0",
|
|
45
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
46
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
47
|
-
"@things-factory/auth-base": "^7.0.1-alpha.
|
|
48
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
49
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
50
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
51
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
52
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
53
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
54
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
55
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
56
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
57
|
-
"@things-factory/lite-menu": "^7.0.1-alpha.
|
|
58
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
45
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.23",
|
|
46
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.23",
|
|
47
|
+
"@things-factory/auth-base": "^7.0.1-alpha.23",
|
|
48
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.23",
|
|
49
|
+
"@things-factory/biz-base": "^7.0.1-alpha.23",
|
|
50
|
+
"@things-factory/board-service": "^7.0.1-alpha.23",
|
|
51
|
+
"@things-factory/board-ui": "^7.0.1-alpha.23",
|
|
52
|
+
"@things-factory/code-ui": "^7.0.1-alpha.23",
|
|
53
|
+
"@things-factory/context-ui": "^7.0.1-alpha.23",
|
|
54
|
+
"@things-factory/export-ui": "^7.0.1-alpha.23",
|
|
55
|
+
"@things-factory/help": "^7.0.1-alpha.23",
|
|
56
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.23",
|
|
57
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.23",
|
|
58
|
+
"@things-factory/more-ui": "^7.0.1-alpha.23",
|
|
59
59
|
"@things-factory/pdf": "^7.0.1-alpha.15",
|
|
60
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
61
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
62
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
|
63
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
60
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.23",
|
|
61
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.23",
|
|
62
|
+
"@things-factory/shell": "^7.0.1-alpha.23",
|
|
63
|
+
"@things-factory/system": "^7.0.1-alpha.23"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
|
66
|
+
"@things-factory/builder": "^7.0.1-alpha.23"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "032527e23441a5aeea5a06f7b21a4916139ac57f"
|
|
69
69
|
}
|