@things-factory/operato-wms 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 (2) hide show
  1. package/package.json +41 -41
  2. package/schema.graphql +10399 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
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,
@@ -47,8 +47,8 @@
47
47
  "db:reset": "yarn run db:clear && yarn run db:restore && yarn run db:seed && yarn run db:setpass"
48
48
  },
49
49
  "dependencies": {
50
- "@operato/data-grist": "^1.3.5",
51
- "@operato/ghost-print": "^1.0.0",
50
+ "@operato/data-grist": "^2.0.0-alpha.0",
51
+ "@operato/ghost-print": "^2.0.0-alpha.0",
52
52
  "@operato/scene-chartjs": "^1.0.0",
53
53
  "@operato/scene-clock": "^1.0.0",
54
54
  "@operato/scene-clone": "^1.0.0",
@@ -73,49 +73,49 @@
73
73
  "@operato/scene-table": "^1.0.0",
74
74
  "@operato/scene-visualizer": "^1.0.0",
75
75
  "@operato/scene-wheel-sorter": "^1.0.0",
76
- "@things-factory/apptool-ui": "^6.2.82",
77
- "@things-factory/auth-ui": "^6.2.82",
78
- "@things-factory/barcode-ui": "^6.2.79",
79
- "@things-factory/biz-ui": "^6.2.83",
80
- "@things-factory/board-service": "^6.2.82",
81
- "@things-factory/board-ui": "^6.2.82",
82
- "@things-factory/code-ui": "^6.2.82",
83
- "@things-factory/context-ui": "^6.2.79",
84
- "@things-factory/env": "^6.2.33",
85
- "@things-factory/export-ui": "^6.2.79",
86
- "@things-factory/export-ui-csv": "^6.2.79",
87
- "@things-factory/export-ui-excel": "^6.2.79",
88
- "@things-factory/fav-base": "^6.2.82",
89
- "@things-factory/form-ui": "^6.2.33",
90
- "@things-factory/geography": "^6.2.82",
91
- "@things-factory/help": "^6.2.79",
92
- "@things-factory/i18n-base": "^6.2.79",
93
- "@things-factory/id-rule-base": "^6.2.82",
94
- "@things-factory/import-ui": "^6.2.79",
95
- "@things-factory/import-ui-excel": "^6.2.79",
96
- "@things-factory/more-ui": "^6.2.79",
97
- "@things-factory/notification": "^6.2.82",
98
- "@things-factory/operato-tools": "^6.2.82",
99
- "@things-factory/pdf": "^6.2.48",
100
- "@things-factory/print-proxy-service": "^6.2.79",
101
- "@things-factory/print-service": "^6.2.79",
102
- "@things-factory/print-ui": "^6.2.82",
103
- "@things-factory/product-base": "^6.2.83",
104
- "@things-factory/resource-ui": "^6.2.82",
105
- "@things-factory/sales-ui": "^6.2.83",
106
- "@things-factory/setting-ui": "^6.2.82",
107
- "@things-factory/system": "^6.2.79",
108
- "@things-factory/transport-base": "^6.2.83",
109
- "@things-factory/tutorial-ui": "^6.2.82",
110
- "@things-factory/warehouse-base": "^6.2.83",
111
- "@things-factory/worksheet-base": "^6.2.83"
76
+ "@things-factory/apptool-ui": "^7.0.0-alpha.0",
77
+ "@things-factory/auth-ui": "^7.0.0-alpha.0",
78
+ "@things-factory/barcode-ui": "^7.0.0-alpha.0",
79
+ "@things-factory/biz-ui": "^7.0.0-alpha.0",
80
+ "@things-factory/board-service": "^7.0.0-alpha.0",
81
+ "@things-factory/board-ui": "^7.0.0-alpha.0",
82
+ "@things-factory/code-ui": "^7.0.0-alpha.0",
83
+ "@things-factory/context-ui": "^7.0.0-alpha.0",
84
+ "@things-factory/env": "^7.0.0-alpha.0",
85
+ "@things-factory/export-ui": "^7.0.0-alpha.0",
86
+ "@things-factory/export-ui-csv": "^7.0.0-alpha.0",
87
+ "@things-factory/export-ui-excel": "^7.0.0-alpha.0",
88
+ "@things-factory/fav-base": "^7.0.0-alpha.0",
89
+ "@things-factory/form-ui": "^7.0.0-alpha.0",
90
+ "@things-factory/geography": "^7.0.0-alpha.0",
91
+ "@things-factory/help": "^7.0.0-alpha.0",
92
+ "@things-factory/i18n-base": "^7.0.0-alpha.0",
93
+ "@things-factory/id-rule-base": "^7.0.0-alpha.0",
94
+ "@things-factory/import-ui": "^7.0.0-alpha.0",
95
+ "@things-factory/import-ui-excel": "^7.0.0-alpha.0",
96
+ "@things-factory/more-ui": "^7.0.0-alpha.0",
97
+ "@things-factory/notification": "^7.0.0-alpha.0",
98
+ "@things-factory/operato-tools": "^7.0.0-alpha.0",
99
+ "@things-factory/pdf": "^7.0.0-alpha.0",
100
+ "@things-factory/print-proxy-service": "^7.0.0-alpha.0",
101
+ "@things-factory/print-service": "^7.0.0-alpha.0",
102
+ "@things-factory/print-ui": "^7.0.0-alpha.0",
103
+ "@things-factory/product-base": "^7.0.0-alpha.0",
104
+ "@things-factory/resource-ui": "^7.0.0-alpha.0",
105
+ "@things-factory/sales-ui": "^7.0.0-alpha.0",
106
+ "@things-factory/setting-ui": "^7.0.0-alpha.0",
107
+ "@things-factory/system": "^7.0.0-alpha.0",
108
+ "@things-factory/transport-base": "^7.0.0-alpha.0",
109
+ "@things-factory/tutorial-ui": "^7.0.0-alpha.0",
110
+ "@things-factory/warehouse-base": "^7.0.0-alpha.0",
111
+ "@things-factory/worksheet-base": "^7.0.0-alpha.0"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/builder": "^6.2.78",
114
+ "@things-factory/builder": "^7.0.0-alpha.0",
115
115
  "cypress": "^9.4.1",
116
116
  "cypress-file-upload": "^5.0.8",
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "f80f9b2e1d07f3301999146dd7a3472b3e22eef5"
120
+ "gitHead": "0eb7f1db7ca559df530b3242c48456fc565ef4c0"
121
121
  }