@things-factory/reference-app 6.0.0-alpha.5 → 6.0.0-alpha.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.
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": "6.0.0-alpha.5",
3
+ "version": "6.0.0-alpha.6",
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",
63
63
  "@operato/shell": "^1.0.1",
64
64
  "@operato/utils": "^1.0.1",
65
- "@things-factory/api": "^6.0.0-alpha.5",
66
- "@things-factory/apptool-ui": "^6.0.0-alpha.3",
67
- "@things-factory/attachment-base": "^6.0.0-alpha.5",
68
- "@things-factory/auth-ui": "^6.0.0-alpha.5",
69
- "@things-factory/board-service": "^6.0.0-alpha.5",
70
- "@things-factory/board-ui": "^6.0.0-alpha.3",
71
- "@things-factory/ccp": "^6.0.0-alpha.5",
72
- "@things-factory/context-ui": "^6.0.0-alpha.3",
73
- "@things-factory/dashboard": "^6.0.0-alpha.5",
74
- "@things-factory/dataset": "^6.0.0-alpha.5",
75
- "@things-factory/export-ui": "^6.0.0-alpha.3",
76
- "@things-factory/export-ui-excel": "^6.0.0-alpha.3",
77
- "@things-factory/grist-ui": "^6.0.0-alpha.3",
78
- "@things-factory/help": "^6.0.0-alpha.3",
79
- "@things-factory/integration-ui": "^6.0.0-alpha.5",
80
- "@things-factory/lite-menu": "^6.0.0-alpha.5",
81
- "@things-factory/more-ui": "^6.0.0-alpha.3",
82
- "@things-factory/notification": "^6.0.0-alpha.5",
83
- "@things-factory/oauth2-client": "^6.0.0-alpha.5",
84
- "@things-factory/print-ui": "^6.0.0-alpha.3",
85
- "@things-factory/product-base": "^6.0.0-alpha.5",
86
- "@things-factory/qc": "^6.0.0-alpha.5",
87
- "@things-factory/resource-ui": "^6.0.0-alpha.5",
88
- "@things-factory/routing-base": "^6.0.0-alpha.5",
89
- "@things-factory/setting-base": "^6.0.0-alpha.5",
90
- "@things-factory/setting-ui": "^6.0.0-alpha.5",
91
- "@things-factory/shell": "^6.0.0-alpha.3",
92
- "@things-factory/system-ui": "^6.0.0-alpha.3",
93
- "@things-factory/work-shift": "^6.0.0-alpha.5",
65
+ "@things-factory/api": "^6.0.0-alpha.6",
66
+ "@things-factory/apptool-ui": "^6.0.0-alpha.6",
67
+ "@things-factory/attachment-base": "^6.0.0-alpha.6",
68
+ "@things-factory/auth-ui": "^6.0.0-alpha.6",
69
+ "@things-factory/board-service": "^6.0.0-alpha.6",
70
+ "@things-factory/board-ui": "^6.0.0-alpha.6",
71
+ "@things-factory/ccp": "^6.0.0-alpha.6",
72
+ "@things-factory/context-ui": "^6.0.0-alpha.6",
73
+ "@things-factory/dashboard": "^6.0.0-alpha.6",
74
+ "@things-factory/dataset": "^6.0.0-alpha.6",
75
+ "@things-factory/export-ui": "^6.0.0-alpha.6",
76
+ "@things-factory/export-ui-excel": "^6.0.0-alpha.6",
77
+ "@things-factory/grist-ui": "^6.0.0-alpha.6",
78
+ "@things-factory/help": "^6.0.0-alpha.6",
79
+ "@things-factory/integration-ui": "^6.0.0-alpha.6",
80
+ "@things-factory/lite-menu": "^6.0.0-alpha.6",
81
+ "@things-factory/more-ui": "^6.0.0-alpha.6",
82
+ "@things-factory/notification": "^6.0.0-alpha.6",
83
+ "@things-factory/oauth2-client": "^6.0.0-alpha.6",
84
+ "@things-factory/print-ui": "^6.0.0-alpha.6",
85
+ "@things-factory/product-base": "^6.0.0-alpha.6",
86
+ "@things-factory/qc": "^6.0.0-alpha.6",
87
+ "@things-factory/resource-ui": "^6.0.0-alpha.6",
88
+ "@things-factory/routing-base": "^6.0.0-alpha.6",
89
+ "@things-factory/setting-base": "^6.0.0-alpha.6",
90
+ "@things-factory/setting-ui": "^6.0.0-alpha.6",
91
+ "@things-factory/shell": "^6.0.0-alpha.6",
92
+ "@things-factory/system-ui": "^6.0.0-alpha.6",
93
+ "@things-factory/work-shift": "^6.0.0-alpha.6",
94
94
  "random-words": "^1.2.0"
95
95
  },
96
96
  "devDependencies": {
97
- "@things-factory/builder": "^6.0.0-alpha.4"
97
+ "@things-factory/builder": "^6.0.0-alpha.6"
98
98
  },
99
- "gitHead": "78f7675c7abfc36b61155ddc8f2a0f86c1416742"
99
+ "gitHead": "633ba4d4b8dafbe71ff34a96c46a0db53867c4a2"
100
100
  }