@things-factory/operato-board 7.0.43 → 7.0.44

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