@things-factory/reference-app 6.1.22 → 6.1.23

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 +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.1.22",
3
+ "version": "6.1.23",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -66,42 +66,42 @@
66
66
  "@operato/scene-tab": "^1.0.0",
67
67
  "@operato/shell": "^1.0.1",
68
68
  "@operato/utils": "^1.0.1",
69
- "@things-factory/api": "^6.1.22",
70
- "@things-factory/apptool-ui": "^6.1.22",
71
- "@things-factory/attachment-base": "^6.1.22",
72
- "@things-factory/auth-ui": "^6.1.22",
73
- "@things-factory/board-service": "^6.1.22",
74
- "@things-factory/board-ui": "^6.1.22",
75
- "@things-factory/ccp": "^6.1.22",
76
- "@things-factory/contact": "^6.1.22",
77
- "@things-factory/context-ui": "^6.1.22",
78
- "@things-factory/dashboard": "^6.1.22",
79
- "@things-factory/dataset": "^6.1.22",
80
- "@things-factory/export-ui": "^6.1.22",
81
- "@things-factory/export-ui-excel": "^6.1.22",
82
- "@things-factory/help": "^6.1.22",
83
- "@things-factory/integration-ui": "^6.1.22",
84
- "@things-factory/lite-menu": "^6.1.22",
85
- "@things-factory/more-ui": "^6.1.22",
86
- "@things-factory/notification": "^6.1.22",
87
- "@things-factory/oauth2-client": "^6.1.22",
88
- "@things-factory/organization": "^6.1.22",
89
- "@things-factory/print-ui": "^6.1.22",
90
- "@things-factory/product-base": "^6.1.22",
91
- "@things-factory/qc": "^6.1.22",
92
- "@things-factory/resource-ui": "^6.1.22",
93
- "@things-factory/routing-base": "^6.1.22",
94
- "@things-factory/setting-base": "^6.1.22",
95
- "@things-factory/setting-ui": "^6.1.22",
96
- "@things-factory/shell": "^6.1.22",
97
- "@things-factory/system-ui": "^6.1.22",
98
- "@things-factory/web-editor": "^6.1.22",
99
- "@things-factory/work-shift": "^6.1.22",
69
+ "@things-factory/api": "^6.1.23",
70
+ "@things-factory/apptool-ui": "^6.1.23",
71
+ "@things-factory/attachment-base": "^6.1.23",
72
+ "@things-factory/auth-ui": "^6.1.23",
73
+ "@things-factory/board-service": "^6.1.23",
74
+ "@things-factory/board-ui": "^6.1.23",
75
+ "@things-factory/ccp": "^6.1.23",
76
+ "@things-factory/contact": "^6.1.23",
77
+ "@things-factory/context-ui": "^6.1.23",
78
+ "@things-factory/dashboard": "^6.1.23",
79
+ "@things-factory/dataset": "^6.1.23",
80
+ "@things-factory/export-ui": "^6.1.23",
81
+ "@things-factory/export-ui-excel": "^6.1.23",
82
+ "@things-factory/help": "^6.1.23",
83
+ "@things-factory/integration-ui": "^6.1.23",
84
+ "@things-factory/lite-menu": "^6.1.23",
85
+ "@things-factory/more-ui": "^6.1.23",
86
+ "@things-factory/notification": "^6.1.23",
87
+ "@things-factory/oauth2-client": "^6.1.23",
88
+ "@things-factory/organization": "^6.1.23",
89
+ "@things-factory/print-ui": "^6.1.23",
90
+ "@things-factory/product-base": "^6.1.23",
91
+ "@things-factory/qc": "^6.1.23",
92
+ "@things-factory/resource-ui": "^6.1.23",
93
+ "@things-factory/routing-base": "^6.1.23",
94
+ "@things-factory/setting-base": "^6.1.23",
95
+ "@things-factory/setting-ui": "^6.1.23",
96
+ "@things-factory/shell": "^6.1.23",
97
+ "@things-factory/system-ui": "^6.1.23",
98
+ "@things-factory/web-editor": "^6.1.23",
99
+ "@things-factory/work-shift": "^6.1.23",
100
100
  "@tinymce/tinymce-webcomponent": "^2.0.1",
101
101
  "random-words": "^1.2.0"
102
102
  },
103
103
  "devDependencies": {
104
- "@things-factory/builder": "^6.1.22"
104
+ "@things-factory/builder": "^6.1.23"
105
105
  },
106
- "gitHead": "b745ff277f5bd9359d74201edb88bc88c9392508"
106
+ "gitHead": "125d105c9f2e7ab6f04b1549128635f747b719fa"
107
107
  }