@things-factory/operato-board 6.3.1 → 6.4.0

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