@things-factory/operato-board 9.1.9 → 9.1.13

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.1.9",
3
+ "version": "9.1.13",
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.1.0",
96
- "@things-factory/auth-azure-ad": "^9.1.0",
97
- "@things-factory/auth-google": "^9.1.0",
98
- "@things-factory/auth-ui": "^9.1.9",
99
- "@things-factory/board-service": "^9.1.8",
100
- "@things-factory/board-ui": "^9.1.0",
101
- "@things-factory/context-ui": "^9.1.0",
102
- "@things-factory/evaluation": "^9.1.4",
103
- "@things-factory/export-ui": "^9.1.0",
104
- "@things-factory/fav-base": "^9.1.0",
105
- "@things-factory/font-base": "^9.1.0",
106
- "@things-factory/form-ui": "^9.1.0",
107
- "@things-factory/help": "^9.1.0",
108
- "@things-factory/i18n-base": "^9.1.0",
109
- "@things-factory/import-ui": "^9.1.0",
110
- "@things-factory/integration-base": "^9.1.8",
111
- "@things-factory/integration-email": "^9.1.8",
112
- "@things-factory/integration-influxdb": "^9.1.8",
113
- "@things-factory/integration-msgraph": "^9.1.8",
114
- "@things-factory/integration-notification": "^9.1.8",
115
- "@things-factory/integration-openai": "^9.1.8",
116
- "@things-factory/integration-ui": "^9.1.8",
117
- "@things-factory/integration-weather": "^9.1.8",
118
- "@things-factory/more-ui": "^9.1.0",
119
- "@things-factory/notification": "^9.1.0",
120
- "@things-factory/oauth2-client": "^9.1.0",
121
- "@things-factory/offline-ui": "^9.1.0",
122
- "@things-factory/pdf": "^9.1.0",
123
- "@things-factory/print-ui": "^9.1.0",
124
- "@things-factory/resource-ui": "^9.1.9",
125
- "@things-factory/scheduler": "^9.1.0",
126
- "@things-factory/setting-ui": "^9.1.0",
127
- "@things-factory/shell": "^9.1.0",
128
- "@things-factory/system": "^9.1.0"
95
+ "@things-factory/apptool-ui": "^9.1.13",
96
+ "@things-factory/auth-azure-ad": "^9.1.13",
97
+ "@things-factory/auth-google": "^9.1.13",
98
+ "@things-factory/auth-ui": "^9.1.13",
99
+ "@things-factory/board-service": "^9.1.13",
100
+ "@things-factory/board-ui": "^9.1.13",
101
+ "@things-factory/context-ui": "^9.1.13",
102
+ "@things-factory/evaluation": "^9.1.13",
103
+ "@things-factory/export-ui": "^9.1.13",
104
+ "@things-factory/fav-base": "^9.1.13",
105
+ "@things-factory/font-base": "^9.1.13",
106
+ "@things-factory/form-ui": "^9.1.13",
107
+ "@things-factory/help": "^9.1.13",
108
+ "@things-factory/i18n-base": "^9.1.13",
109
+ "@things-factory/import-ui": "^9.1.13",
110
+ "@things-factory/integration-base": "^9.1.13",
111
+ "@things-factory/integration-email": "^9.1.13",
112
+ "@things-factory/integration-influxdb": "^9.1.13",
113
+ "@things-factory/integration-msgraph": "^9.1.13",
114
+ "@things-factory/integration-notification": "^9.1.13",
115
+ "@things-factory/integration-openai": "^9.1.13",
116
+ "@things-factory/integration-ui": "^9.1.13",
117
+ "@things-factory/integration-weather": "^9.1.13",
118
+ "@things-factory/more-ui": "^9.1.13",
119
+ "@things-factory/notification": "^9.1.13",
120
+ "@things-factory/oauth2-client": "^9.1.13",
121
+ "@things-factory/offline-ui": "^9.1.13",
122
+ "@things-factory/pdf": "^9.1.13",
123
+ "@things-factory/print-ui": "^9.1.13",
124
+ "@things-factory/resource-ui": "^9.1.13",
125
+ "@things-factory/scheduler": "^9.1.13",
126
+ "@things-factory/setting-ui": "^9.1.13",
127
+ "@things-factory/shell": "^9.1.13",
128
+ "@things-factory/system": "^9.1.13"
129
129
  },
130
130
  "devDependencies": {
131
- "@things-factory/board-test": "^9.1.8",
132
- "@things-factory/builder": "^9.1.0"
131
+ "@things-factory/board-test": "^9.1.13",
132
+ "@things-factory/builder": "^9.1.13"
133
133
  },
134
134
  "resolutions": {
135
135
  "passport": "^0.7.0"
136
136
  },
137
- "gitHead": "b1ed0fb584ff49407fe8cd4880e041eb3bcb350e"
137
+ "gitHead": "a65dd907befaf3a422aa0250d6096b86d151d46e"
138
138
  }