@things-factory/operato-board 7.1.3 → 7.1.9

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