@things-factory/operato-board 7.0.26 → 7.0.28

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "7.0.26",
3
+ "version": "7.0.28",
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.22",
95
- "@things-factory/auth-azure-ad": "^7.0.22",
96
- "@things-factory/auth-google": "^7.0.22",
97
- "@things-factory/auth-ui": "^7.0.24",
98
- "@things-factory/board-service": "^7.0.23",
99
- "@things-factory/board-ui": "^7.0.25",
100
- "@things-factory/context-ui": "^7.0.19",
101
- "@things-factory/export-ui": "^7.0.19",
102
- "@things-factory/fav-base": "^7.0.22",
103
- "@things-factory/font-base": "^7.0.22",
104
- "@things-factory/form-ui": "^7.0.14",
105
- "@things-factory/help": "^7.0.19",
106
- "@things-factory/i18n-base": "^7.0.22",
107
- "@things-factory/import-ui": "^7.0.22",
108
- "@things-factory/integration-base": "^7.0.23",
109
- "@things-factory/integration-email": "^7.0.23",
110
- "@things-factory/integration-influxdb": "^7.0.23",
111
- "@things-factory/integration-msgraph": "^7.0.23",
112
- "@things-factory/integration-notification": "^7.0.23",
113
- "@things-factory/integration-openai": "^7.0.23",
114
- "@things-factory/integration-ui": "^7.0.24",
115
- "@things-factory/more-ui": "^7.0.19",
116
- "@things-factory/notification": "^7.0.22",
117
- "@things-factory/oauth2-client": "^7.0.22",
118
- "@things-factory/offline-ui": "^7.0.22",
119
- "@things-factory/pdf": "^7.0.26",
120
- "@things-factory/print-service": "^7.0.19",
121
- "@things-factory/print-ui": "^7.0.22",
122
- "@things-factory/resource-ui": "^7.0.24",
123
- "@things-factory/setting-ui": "^7.0.22",
124
- "@things-factory/shell": "^7.0.19",
125
- "@things-factory/system": "^7.0.19"
94
+ "@things-factory/apptool-ui": "^7.0.28",
95
+ "@things-factory/auth-azure-ad": "^7.0.28",
96
+ "@things-factory/auth-google": "^7.0.28",
97
+ "@things-factory/auth-ui": "^7.0.28",
98
+ "@things-factory/board-service": "^7.0.28",
99
+ "@things-factory/board-ui": "^7.0.28",
100
+ "@things-factory/context-ui": "^7.0.28",
101
+ "@things-factory/export-ui": "^7.0.28",
102
+ "@things-factory/fav-base": "^7.0.28",
103
+ "@things-factory/font-base": "^7.0.28",
104
+ "@things-factory/form-ui": "^7.0.28",
105
+ "@things-factory/help": "^7.0.28",
106
+ "@things-factory/i18n-base": "^7.0.28",
107
+ "@things-factory/import-ui": "^7.0.28",
108
+ "@things-factory/integration-base": "^7.0.28",
109
+ "@things-factory/integration-email": "^7.0.28",
110
+ "@things-factory/integration-influxdb": "^7.0.28",
111
+ "@things-factory/integration-msgraph": "^7.0.28",
112
+ "@things-factory/integration-notification": "^7.0.28",
113
+ "@things-factory/integration-openai": "^7.0.28",
114
+ "@things-factory/integration-ui": "^7.0.28",
115
+ "@things-factory/more-ui": "^7.0.28",
116
+ "@things-factory/notification": "^7.0.28",
117
+ "@things-factory/oauth2-client": "^7.0.28",
118
+ "@things-factory/offline-ui": "^7.0.28",
119
+ "@things-factory/pdf": "^7.0.28",
120
+ "@things-factory/print-service": "^7.0.28",
121
+ "@things-factory/print-ui": "^7.0.28",
122
+ "@things-factory/resource-ui": "^7.0.28",
123
+ "@things-factory/setting-ui": "^7.0.28",
124
+ "@things-factory/shell": "^7.0.28",
125
+ "@things-factory/system": "^7.0.28"
126
126
  },
127
127
  "devDependencies": {
128
- "@things-factory/board-test": "^7.0.23",
129
- "@things-factory/builder": "^7.0.14"
128
+ "@things-factory/board-test": "^7.0.28",
129
+ "@things-factory/builder": "^7.0.28"
130
130
  },
131
131
  "resolutions": {
132
132
  "passport": "^0.7.0"
133
133
  },
134
- "gitHead": "a8c7831361a556ac922373a841dcff968409dfee"
134
+ "gitHead": "05a06c851e7fbdf76b3fdc039a0067d6c0439a25"
135
135
  }