@things-factory/reference-app 5.0.0-zeta.21 → 5.0.0-zeta.22

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 +32 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "5.0.0-zeta.21",
3
+ "version": "5.0.0-zeta.22",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -62,39 +62,39 @@
62
62
  "@operato/scene-tab": "^1.0.0-alpha.36",
63
63
  "@operato/shell": "^1.0.0-beta.48",
64
64
  "@operato/utils": "^1.0.0-beta.48",
65
- "@things-factory/api": "^5.0.0-zeta.21",
66
- "@things-factory/apptool-ui": "^5.0.0-zeta.21",
67
- "@things-factory/attachment-base": "^5.0.0-zeta.21",
68
- "@things-factory/auth-ui": "^5.0.0-zeta.21",
69
- "@things-factory/board-service": "^5.0.0-zeta.21",
70
- "@things-factory/board-ui": "^5.0.0-zeta.21",
71
- "@things-factory/ccp": "^5.0.0-zeta.21",
72
- "@things-factory/context-ui": "^5.0.0-zeta.21",
73
- "@things-factory/dashboard": "^5.0.0-zeta.21",
74
- "@things-factory/dataset": "^5.0.0-zeta.21",
75
- "@things-factory/export-ui": "^5.0.0-zeta.21",
76
- "@things-factory/export-ui-excel": "^5.0.0-zeta.21",
77
- "@things-factory/grist-ui": "^5.0.0-zeta.21",
78
- "@things-factory/help": "^5.0.0-zeta.21",
79
- "@things-factory/integration-ui": "^5.0.0-zeta.21",
80
- "@things-factory/lite-menu": "^5.0.0-zeta.21",
81
- "@things-factory/more-ui": "^5.0.0-zeta.21",
82
- "@things-factory/notification": "^5.0.0-zeta.21",
83
- "@things-factory/oauth2-client": "^5.0.0-zeta.21",
84
- "@things-factory/print-ui": "^5.0.0-zeta.21",
85
- "@things-factory/product-base": "^5.0.0-zeta.21",
86
- "@things-factory/qc": "^5.0.0-zeta.21",
87
- "@things-factory/resource-ui": "^5.0.0-zeta.21",
88
- "@things-factory/routing-base": "^5.0.0-zeta.21",
89
- "@things-factory/setting-base": "^5.0.0-zeta.21",
90
- "@things-factory/setting-ui": "^5.0.0-zeta.21",
91
- "@things-factory/shell": "^5.0.0-zeta.21",
92
- "@things-factory/system-ui": "^5.0.0-zeta.21",
93
- "@things-factory/work-shift": "^5.0.0-zeta.21",
65
+ "@things-factory/api": "^5.0.0-zeta.22",
66
+ "@things-factory/apptool-ui": "^5.0.0-zeta.22",
67
+ "@things-factory/attachment-base": "^5.0.0-zeta.22",
68
+ "@things-factory/auth-ui": "^5.0.0-zeta.22",
69
+ "@things-factory/board-service": "^5.0.0-zeta.22",
70
+ "@things-factory/board-ui": "^5.0.0-zeta.22",
71
+ "@things-factory/ccp": "^5.0.0-zeta.22",
72
+ "@things-factory/context-ui": "^5.0.0-zeta.22",
73
+ "@things-factory/dashboard": "^5.0.0-zeta.22",
74
+ "@things-factory/dataset": "^5.0.0-zeta.22",
75
+ "@things-factory/export-ui": "^5.0.0-zeta.22",
76
+ "@things-factory/export-ui-excel": "^5.0.0-zeta.22",
77
+ "@things-factory/grist-ui": "^5.0.0-zeta.22",
78
+ "@things-factory/help": "^5.0.0-zeta.22",
79
+ "@things-factory/integration-ui": "^5.0.0-zeta.22",
80
+ "@things-factory/lite-menu": "^5.0.0-zeta.22",
81
+ "@things-factory/more-ui": "^5.0.0-zeta.22",
82
+ "@things-factory/notification": "^5.0.0-zeta.22",
83
+ "@things-factory/oauth2-client": "^5.0.0-zeta.22",
84
+ "@things-factory/print-ui": "^5.0.0-zeta.22",
85
+ "@things-factory/product-base": "^5.0.0-zeta.22",
86
+ "@things-factory/qc": "^5.0.0-zeta.22",
87
+ "@things-factory/resource-ui": "^5.0.0-zeta.22",
88
+ "@things-factory/routing-base": "^5.0.0-zeta.22",
89
+ "@things-factory/setting-base": "^5.0.0-zeta.22",
90
+ "@things-factory/setting-ui": "^5.0.0-zeta.22",
91
+ "@things-factory/shell": "^5.0.0-zeta.22",
92
+ "@things-factory/system-ui": "^5.0.0-zeta.22",
93
+ "@things-factory/work-shift": "^5.0.0-zeta.22",
94
94
  "random-words": "^1.2.0"
95
95
  },
96
96
  "devDependencies": {
97
- "@things-factory/builder": "^5.0.0-zeta.21"
97
+ "@things-factory/builder": "^5.0.0-zeta.22"
98
98
  },
99
- "gitHead": "a63dd238090dc87e77ea07dac34e818d31a277f2"
99
+ "gitHead": "2d3a91575ddd9374d07a6fa9edf3b5d89e82679a"
100
100
  }