@things-factory/operato-board 10.0.0-beta.45 → 10.0.0-beta.46
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.46",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"@things-factory/auth-ui": "^10.0.0-beta.44",
|
|
99
99
|
"@things-factory/board-service": "^10.0.0-beta.44",
|
|
100
100
|
"@things-factory/board-ui": "^10.0.0-beta.45",
|
|
101
|
+
"@things-factory/codelingua": "^10.0.0-beta.44",
|
|
101
102
|
"@things-factory/context-ui": "^10.0.0-beta.44",
|
|
102
103
|
"@things-factory/evaluation": "^10.0.0-beta.44",
|
|
103
104
|
"@things-factory/export-ui": "^10.0.0-beta.44",
|
|
@@ -111,12 +112,12 @@
|
|
|
111
112
|
"@things-factory/integration-email": "^10.0.0-beta.44",
|
|
112
113
|
"@things-factory/integration-influxdb": "^10.0.0-beta.44",
|
|
113
114
|
"@things-factory/integration-msgraph": "^10.0.0-beta.44",
|
|
114
|
-
"@things-factory/integration-notification": "^10.0.0-beta.
|
|
115
|
+
"@things-factory/integration-notification": "^10.0.0-beta.46",
|
|
115
116
|
"@things-factory/integration-openai": "^10.0.0-beta.44",
|
|
116
117
|
"@things-factory/integration-ui": "^10.0.0-beta.44",
|
|
117
118
|
"@things-factory/integration-weather": "^10.0.0-beta.44",
|
|
118
119
|
"@things-factory/more-ui": "^10.0.0-beta.44",
|
|
119
|
-
"@things-factory/notification": "^10.0.0-beta.
|
|
120
|
+
"@things-factory/notification": "^10.0.0-beta.46",
|
|
120
121
|
"@things-factory/oauth2-client": "^10.0.0-beta.44",
|
|
121
122
|
"@things-factory/offline-ui": "^10.0.0-beta.44",
|
|
122
123
|
"@things-factory/pdf": "^10.0.0-beta.44",
|
|
@@ -134,5 +135,5 @@
|
|
|
134
135
|
"resolutions": {
|
|
135
136
|
"passport": "^0.7.0"
|
|
136
137
|
},
|
|
137
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "074f8050f093b379436325c81ef09ee9ceec5ae5"
|
|
138
139
|
}
|