@things-factory/operato-board 8.0.14 → 8.0.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/operato-board",
3
- "version": "8.0.14",
3
+ "version": "8.0.16",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -91,46 +91,46 @@
91
91
  "@operato/shell": "^8.0.0",
92
92
  "@operato/styles": "^8.0.0",
93
93
  "@operato/utils": "^8.0.0",
94
- "@things-factory/apptool-ui": "^8.0.13",
95
- "@things-factory/auth-azure-ad": "^8.0.13",
96
- "@things-factory/auth-google": "^8.0.13",
97
- "@things-factory/auth-ui": "^8.0.13",
98
- "@things-factory/board-service": "^8.0.13",
99
- "@things-factory/board-ui": "^8.0.13",
100
- "@things-factory/context-ui": "^8.0.13",
101
- "@things-factory/evaluation": "^8.0.14",
102
- "@things-factory/export-ui": "^8.0.13",
103
- "@things-factory/fav-base": "^8.0.13",
104
- "@things-factory/font-base": "^8.0.13",
94
+ "@things-factory/apptool-ui": "^8.0.15",
95
+ "@things-factory/auth-azure-ad": "^8.0.15",
96
+ "@things-factory/auth-google": "^8.0.15",
97
+ "@things-factory/auth-ui": "^8.0.15",
98
+ "@things-factory/board-service": "^8.0.15",
99
+ "@things-factory/board-ui": "^8.0.15",
100
+ "@things-factory/context-ui": "^8.0.15",
101
+ "@things-factory/evaluation": "^8.0.15",
102
+ "@things-factory/export-ui": "^8.0.15",
103
+ "@things-factory/fav-base": "^8.0.15",
104
+ "@things-factory/font-base": "^8.0.15",
105
105
  "@things-factory/form-ui": "^8.0.0",
106
- "@things-factory/help": "^8.0.13",
107
- "@things-factory/i18n-base": "^8.0.13",
108
- "@things-factory/import-ui": "^8.0.13",
109
- "@things-factory/integration-base": "^8.0.13",
110
- "@things-factory/integration-email": "^8.0.13",
111
- "@things-factory/integration-influxdb": "^8.0.13",
112
- "@things-factory/integration-msgraph": "^8.0.13",
113
- "@things-factory/integration-notification": "^8.0.13",
114
- "@things-factory/integration-openai": "^8.0.13",
115
- "@things-factory/integration-ui": "^8.0.13",
116
- "@things-factory/more-ui": "^8.0.13",
117
- "@things-factory/notification": "^8.0.13",
118
- "@things-factory/oauth2-client": "^8.0.13",
119
- "@things-factory/offline-ui": "^8.0.13",
120
- "@things-factory/pdf": "^8.0.13",
121
- "@things-factory/print-ui": "^8.0.13",
122
- "@things-factory/resource-ui": "^8.0.13",
123
- "@things-factory/scheduler": "^8.0.13",
124
- "@things-factory/setting-ui": "^8.0.13",
125
- "@things-factory/shell": "^8.0.13",
126
- "@things-factory/system": "^8.0.13"
106
+ "@things-factory/help": "^8.0.15",
107
+ "@things-factory/i18n-base": "^8.0.15",
108
+ "@things-factory/import-ui": "^8.0.15",
109
+ "@things-factory/integration-base": "^8.0.15",
110
+ "@things-factory/integration-email": "^8.0.15",
111
+ "@things-factory/integration-influxdb": "^8.0.15",
112
+ "@things-factory/integration-msgraph": "^8.0.15",
113
+ "@things-factory/integration-notification": "^8.0.15",
114
+ "@things-factory/integration-openai": "^8.0.15",
115
+ "@things-factory/integration-ui": "^8.0.15",
116
+ "@things-factory/more-ui": "^8.0.15",
117
+ "@things-factory/notification": "^8.0.15",
118
+ "@things-factory/oauth2-client": "^8.0.15",
119
+ "@things-factory/offline-ui": "^8.0.15",
120
+ "@things-factory/pdf": "^8.0.15",
121
+ "@things-factory/print-ui": "^8.0.15",
122
+ "@things-factory/resource-ui": "^8.0.16",
123
+ "@things-factory/scheduler": "^8.0.15",
124
+ "@things-factory/setting-ui": "^8.0.15",
125
+ "@things-factory/shell": "^8.0.15",
126
+ "@things-factory/system": "^8.0.15"
127
127
  },
128
128
  "devDependencies": {
129
- "@things-factory/board-test": "^8.0.13",
130
- "@things-factory/builder": "^8.0.10"
129
+ "@things-factory/board-test": "^8.0.15",
130
+ "@things-factory/builder": "^8.0.15"
131
131
  },
132
132
  "resolutions": {
133
133
  "passport": "^0.7.0"
134
134
  },
135
- "gitHead": "e018a1285bd3bba5054144bfbff0cdb34109a03d"
135
+ "gitHead": "9b042db2377f315ef23c96ad4661d081e686ed82"
136
136
  }