@things-factory/operato-board 6.4.6 → 6.4.7

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 -33
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.7",
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",
91
+ "@things-factory/apptool-ui": "^6.4.7",
92
+ "@things-factory/auth-azure-ad": "^6.4.7",
93
+ "@things-factory/auth-google": "^6.4.7",
94
+ "@things-factory/auth-ui": "^6.4.7",
95
+ "@things-factory/board-service": "^6.4.7",
96
+ "@things-factory/board-ui": "^6.4.7",
97
+ "@things-factory/context-ui": "^6.4.7",
98
+ "@things-factory/export-ui": "^6.4.7",
99
+ "@things-factory/fav-base": "^6.4.7",
100
+ "@things-factory/font-base": "^6.4.7",
101
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",
102
+ "@things-factory/help": "^6.4.7",
103
+ "@things-factory/i18n-base": "^6.4.7",
104
+ "@things-factory/import-ui": "^6.4.7",
105
+ "@things-factory/integration-base": "^6.4.7",
106
+ "@things-factory/integration-email": "^6.4.7",
107
+ "@things-factory/integration-influxdb": "^6.4.7",
108
+ "@things-factory/integration-msgraph": "^6.4.7",
109
+ "@things-factory/integration-notification": "^6.4.7",
110
+ "@things-factory/integration-openai": "^6.4.7",
111
+ "@things-factory/integration-ui": "^6.4.7",
112
+ "@things-factory/more-ui": "^6.4.7",
113
+ "@things-factory/notification": "^6.4.7",
114
+ "@things-factory/oauth2-client": "^6.4.7",
115
+ "@things-factory/offline-ui": "^6.4.7",
116
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"
117
+ "@things-factory/print-ui": "^6.4.7",
118
+ "@things-factory/resource-ui": "^6.4.7",
119
+ "@things-factory/setting-ui": "^6.4.7",
120
+ "@things-factory/shell": "^6.4.7",
121
+ "@things-factory/system": "^6.4.7"
123
122
  },
124
123
  "devDependencies": {
125
- "@things-factory/board-test": "^6.4.6",
124
+ "@things-factory/board-test": "^6.4.7",
126
125
  "@things-factory/builder": "^6.3.0"
127
126
  },
128
127
  "resolutions": {
129
128
  "lit": "^3.0.0"
130
129
  },
131
- "gitHead": "ea532c05867c9003ef8b40726d0aec23668e2ee2"
130
+ "gitHead": "62f53151fc9d182969416f07f91ed47ee03d67ce"
132
131
  }