@things-factory/operato-board 6.4.6 → 6.4.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.4.6",
3
+ "version": "6.4.10",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -88,45 +88,44 @@
88
88
  "@operato/shell": "^1.0.1",
89
89
  "@operato/styles": "^1.0.0",
90
90
  "@operato/utils": "^1.0.1",
91
- "@things-factory/apptool-ui": "^6.4.5",
92
- "@things-factory/auth-azure-ad": "^6.4.5",
93
- "@things-factory/auth-google": "^6.4.5",
94
- "@things-factory/auth-ui": "^6.4.5",
95
- "@things-factory/board-service": "^6.4.6",
96
- "@things-factory/board-ui": "^6.4.5",
97
- "@things-factory/context-ui": "^6.4.2",
98
- "@things-factory/export-ui": "^6.4.2",
99
- "@things-factory/fav-base": "^6.4.5",
100
- "@things-factory/font-base": "^6.4.5",
101
- "@things-factory/form-ui": "^6.3.0",
102
- "@things-factory/help": "^6.4.2",
103
- "@things-factory/i18n-base": "^6.4.2",
104
- "@things-factory/import-ui": "^6.4.2",
105
- "@things-factory/integration-base": "^6.4.5",
106
- "@things-factory/integration-email": "^6.4.5",
107
- "@things-factory/integration-influxdb": "^6.4.5",
108
- "@things-factory/integration-msgraph": "^6.4.5",
109
- "@things-factory/integration-notification": "^6.4.5",
110
- "@things-factory/integration-openai": "^6.4.5",
111
- "@things-factory/integration-ui": "^6.4.5",
112
- "@things-factory/more-ui": "^6.4.2",
113
- "@things-factory/notification": "^6.4.5",
114
- "@things-factory/oauth2-client": "^6.4.5",
115
- "@things-factory/offline-ui": "^6.4.2",
116
- "@things-factory/pdf": "^6.3.1",
117
- "@things-factory/print-service": "^6.4.2",
118
- "@things-factory/print-ui": "^6.4.5",
119
- "@things-factory/resource-ui": "^6.4.5",
120
- "@things-factory/setting-ui": "^6.4.5",
121
- "@things-factory/shell": "^6.4.2",
122
- "@things-factory/system": "^6.4.2"
91
+ "@things-factory/apptool-ui": "^6.4.10",
92
+ "@things-factory/auth-azure-ad": "^6.4.10",
93
+ "@things-factory/auth-google": "^6.4.10",
94
+ "@things-factory/auth-ui": "^6.4.10",
95
+ "@things-factory/board-service": "^6.4.10",
96
+ "@things-factory/board-ui": "^6.4.10",
97
+ "@things-factory/context-ui": "^6.4.10",
98
+ "@things-factory/export-ui": "^6.4.10",
99
+ "@things-factory/fav-base": "^6.4.10",
100
+ "@things-factory/font-base": "^6.4.10",
101
+ "@things-factory/form-ui": "^6.4.10",
102
+ "@things-factory/help": "^6.4.10",
103
+ "@things-factory/i18n-base": "^6.4.10",
104
+ "@things-factory/import-ui": "^6.4.10",
105
+ "@things-factory/integration-base": "^6.4.10",
106
+ "@things-factory/integration-email": "^6.4.10",
107
+ "@things-factory/integration-influxdb": "^6.4.10",
108
+ "@things-factory/integration-msgraph": "^6.4.10",
109
+ "@things-factory/integration-notification": "^6.4.10",
110
+ "@things-factory/integration-openai": "^6.4.10",
111
+ "@things-factory/integration-ui": "^6.4.10",
112
+ "@things-factory/more-ui": "^6.4.10",
113
+ "@things-factory/notification": "^6.4.10",
114
+ "@things-factory/oauth2-client": "^6.4.10",
115
+ "@things-factory/offline-ui": "^6.4.10",
116
+ "@things-factory/pdf": "^6.4.10",
117
+ "@things-factory/print-ui": "^6.4.10",
118
+ "@things-factory/resource-ui": "^6.4.10",
119
+ "@things-factory/setting-ui": "^6.4.10",
120
+ "@things-factory/shell": "^6.4.10",
121
+ "@things-factory/system": "^6.4.10"
123
122
  },
124
123
  "devDependencies": {
125
- "@things-factory/board-test": "^6.4.6",
126
- "@things-factory/builder": "^6.3.0"
124
+ "@things-factory/board-test": "^6.4.10",
125
+ "@things-factory/builder": "^6.4.10"
127
126
  },
128
127
  "resolutions": {
129
128
  "lit": "^3.0.0"
130
129
  },
131
- "gitHead": "ea532c05867c9003ef8b40726d0aec23668e2ee2"
130
+ "gitHead": "ef124bc42c95ec3466f8ee03f7cffd5318aeb20c"
132
131
  }