@things-factory/operato-board 7.0.73 → 7.0.74

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