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