@things-factory/operato-board 9.0.19 → 9.0.20

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 +38 -38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "9.0.19",
3
+ "version": "9.0.20",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -92,47 +92,47 @@
92
92
  "@operato/shell": "^9.0.0",
93
93
  "@operato/styles": "^9.0.0",
94
94
  "@operato/utils": "^9.0.0",
95
- "@things-factory/apptool-ui": "^9.0.5",
96
- "@things-factory/auth-azure-ad": "^9.0.5",
97
- "@things-factory/auth-google": "^9.0.5",
98
- "@things-factory/auth-ui": "^9.0.19",
99
- "@things-factory/board-service": "^9.0.15",
100
- "@things-factory/board-ui": "^9.0.5",
101
- "@things-factory/context-ui": "^9.0.5",
102
- "@things-factory/evaluation": "^9.0.9",
103
- "@things-factory/export-ui": "^9.0.5",
104
- "@things-factory/fav-base": "^9.0.5",
105
- "@things-factory/font-base": "^9.0.5",
106
- "@things-factory/form-ui": "^9.0.5",
107
- "@things-factory/help": "^9.0.5",
108
- "@things-factory/i18n-base": "^9.0.5",
109
- "@things-factory/import-ui": "^9.0.5",
110
- "@things-factory/integration-base": "^9.0.15",
111
- "@things-factory/integration-email": "^9.0.15",
112
- "@things-factory/integration-influxdb": "^9.0.15",
113
- "@things-factory/integration-msgraph": "^9.0.15",
114
- "@things-factory/integration-notification": "^9.0.15",
115
- "@things-factory/integration-openai": "^9.0.15",
116
- "@things-factory/integration-ui": "^9.0.19",
117
- "@things-factory/integration-weather": "^9.0.15",
118
- "@things-factory/more-ui": "^9.0.5",
119
- "@things-factory/notification": "^9.0.5",
120
- "@things-factory/oauth2-client": "^9.0.5",
121
- "@things-factory/offline-ui": "^9.0.5",
122
- "@things-factory/pdf": "^9.0.5",
123
- "@things-factory/print-ui": "^9.0.5",
124
- "@things-factory/resource-ui": "^9.0.19",
125
- "@things-factory/scheduler": "^9.0.5",
126
- "@things-factory/setting-ui": "^9.0.5",
127
- "@things-factory/shell": "^9.0.5",
128
- "@things-factory/system": "^9.0.5"
95
+ "@things-factory/apptool-ui": "^9.0.20",
96
+ "@things-factory/auth-azure-ad": "^9.0.20",
97
+ "@things-factory/auth-google": "^9.0.20",
98
+ "@things-factory/auth-ui": "^9.0.20",
99
+ "@things-factory/board-service": "^9.0.20",
100
+ "@things-factory/board-ui": "^9.0.20",
101
+ "@things-factory/context-ui": "^9.0.20",
102
+ "@things-factory/evaluation": "^9.0.20",
103
+ "@things-factory/export-ui": "^9.0.20",
104
+ "@things-factory/fav-base": "^9.0.20",
105
+ "@things-factory/font-base": "^9.0.20",
106
+ "@things-factory/form-ui": "^9.0.20",
107
+ "@things-factory/help": "^9.0.20",
108
+ "@things-factory/i18n-base": "^9.0.20",
109
+ "@things-factory/import-ui": "^9.0.20",
110
+ "@things-factory/integration-base": "^9.0.20",
111
+ "@things-factory/integration-email": "^9.0.20",
112
+ "@things-factory/integration-influxdb": "^9.0.20",
113
+ "@things-factory/integration-msgraph": "^9.0.20",
114
+ "@things-factory/integration-notification": "^9.0.20",
115
+ "@things-factory/integration-openai": "^9.0.20",
116
+ "@things-factory/integration-ui": "^9.0.20",
117
+ "@things-factory/integration-weather": "^9.0.20",
118
+ "@things-factory/more-ui": "^9.0.20",
119
+ "@things-factory/notification": "^9.0.20",
120
+ "@things-factory/oauth2-client": "^9.0.20",
121
+ "@things-factory/offline-ui": "^9.0.20",
122
+ "@things-factory/pdf": "^9.0.20",
123
+ "@things-factory/print-ui": "^9.0.20",
124
+ "@things-factory/resource-ui": "^9.0.20",
125
+ "@things-factory/scheduler": "^9.0.20",
126
+ "@things-factory/setting-ui": "^9.0.20",
127
+ "@things-factory/shell": "^9.0.20",
128
+ "@things-factory/system": "^9.0.20"
129
129
  },
130
130
  "devDependencies": {
131
- "@things-factory/board-test": "^9.0.15",
132
- "@things-factory/builder": "^9.0.5"
131
+ "@things-factory/board-test": "^9.0.20",
132
+ "@things-factory/builder": "^9.0.20"
133
133
  },
134
134
  "resolutions": {
135
135
  "passport": "^0.7.0"
136
136
  },
137
- "gitHead": "8a547ab7c7dd693d849121201dfeeeeefbc2f020"
137
+ "gitHead": "d66d7047d01d82c6c676f8f02ecf1233fe55eaab"
138
138
  }