@things-factory/reference-app 7.1.15 → 7.1.16

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