@things-factory/operato-mms 6.2.83 → 7.0.0-alpha.0

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.
Files changed (1) hide show
  1. package/package.json +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "6.2.83",
3
+ "version": "7.0.0-alpha.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -41,8 +41,8 @@
41
41
  "@material/mwc-formfield": "^0.27.0",
42
42
  "@material/mwc-linear-progress": "^0.27.0",
43
43
  "@material/mwc-radio": "^0.27.0",
44
- "@operato/data-grist": "^1.3.5",
45
- "@operato/ghost-print": "^1.0.0",
44
+ "@operato/data-grist": "^2.0.0-alpha.0",
45
+ "@operato/ghost-print": "^2.0.0-alpha.0",
46
46
  "@operato/scene-chartjs": "^1.0.0",
47
47
  "@operato/scene-clock": "^1.0.0",
48
48
  "@operato/scene-clone": "^1.0.0",
@@ -70,38 +70,38 @@
70
70
  "@operato/scene-timer": "^1.0.0",
71
71
  "@operato/scene-visualizer": "^1.0.0",
72
72
  "@operato/scene-wheel-sorter": "^1.0.0",
73
- "@things-factory/apptool-ui": "^6.2.82",
74
- "@things-factory/attachment-base": "^6.2.82",
75
- "@things-factory/auth-ui": "^6.2.82",
76
- "@things-factory/biz-base": "^6.2.83",
77
- "@things-factory/board-service": "^6.2.82",
78
- "@things-factory/board-ui": "^6.2.82",
79
- "@things-factory/code-ui": "^6.2.82",
80
- "@things-factory/context-ui": "^6.2.79",
81
- "@things-factory/dashboard": "^6.2.82",
82
- "@things-factory/export-ui": "^6.2.79",
83
- "@things-factory/export-ui-csv": "^6.2.79",
84
- "@things-factory/export-ui-excel": "^6.2.79",
85
- "@things-factory/geography": "^6.2.82",
86
- "@things-factory/help": "^6.2.79",
87
- "@things-factory/i18n-base": "^6.2.79",
88
- "@things-factory/integration-fulfillment": "^6.2.83",
89
- "@things-factory/integration-lmd": "^6.2.83",
90
- "@things-factory/lite-menu": "^6.2.82",
91
- "@things-factory/marketplace-base": "^6.2.83",
92
- "@things-factory/more-ui": "^6.2.79",
93
- "@things-factory/notification": "^6.2.82",
94
- "@things-factory/oauth2-client": "^6.2.82",
95
- "@things-factory/pdf": "^6.2.48",
96
- "@things-factory/product-base": "^6.2.83",
97
- "@things-factory/resource-ui": "^6.2.82",
98
- "@things-factory/setting-ui": "^6.2.82",
99
- "@things-factory/system": "^6.2.79",
100
- "@things-factory/warehouse-base": "^6.2.83"
73
+ "@things-factory/apptool-ui": "^7.0.0-alpha.0",
74
+ "@things-factory/attachment-base": "^7.0.0-alpha.0",
75
+ "@things-factory/auth-ui": "^7.0.0-alpha.0",
76
+ "@things-factory/biz-base": "^7.0.0-alpha.0",
77
+ "@things-factory/board-service": "^7.0.0-alpha.0",
78
+ "@things-factory/board-ui": "^7.0.0-alpha.0",
79
+ "@things-factory/code-ui": "^7.0.0-alpha.0",
80
+ "@things-factory/context-ui": "^7.0.0-alpha.0",
81
+ "@things-factory/dashboard": "^7.0.0-alpha.0",
82
+ "@things-factory/export-ui": "^7.0.0-alpha.0",
83
+ "@things-factory/export-ui-csv": "^7.0.0-alpha.0",
84
+ "@things-factory/export-ui-excel": "^7.0.0-alpha.0",
85
+ "@things-factory/geography": "^7.0.0-alpha.0",
86
+ "@things-factory/help": "^7.0.0-alpha.0",
87
+ "@things-factory/i18n-base": "^7.0.0-alpha.0",
88
+ "@things-factory/integration-fulfillment": "^7.0.0-alpha.0",
89
+ "@things-factory/integration-lmd": "^7.0.0-alpha.0",
90
+ "@things-factory/lite-menu": "^7.0.0-alpha.0",
91
+ "@things-factory/marketplace-base": "^7.0.0-alpha.0",
92
+ "@things-factory/more-ui": "^7.0.0-alpha.0",
93
+ "@things-factory/notification": "^7.0.0-alpha.0",
94
+ "@things-factory/oauth2-client": "^7.0.0-alpha.0",
95
+ "@things-factory/pdf": "^7.0.0-alpha.0",
96
+ "@things-factory/product-base": "^7.0.0-alpha.0",
97
+ "@things-factory/resource-ui": "^7.0.0-alpha.0",
98
+ "@things-factory/setting-ui": "^7.0.0-alpha.0",
99
+ "@things-factory/system": "^7.0.0-alpha.0",
100
+ "@things-factory/warehouse-base": "^7.0.0-alpha.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@things-factory/builder": "^6.2.78",
103
+ "@things-factory/builder": "^7.0.0-alpha.0",
104
104
  "@types/node-fetch": "^2.5.7"
105
105
  },
106
- "gitHead": "f80f9b2e1d07f3301999146dd7a3472b3e22eef5"
106
+ "gitHead": "0eb7f1db7ca559df530b3242c48456fc565ef4c0"
107
107
  }