@airporting/integrations-app 0.4.5 → 0.4.6
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/dist/mf/@mf-types/compiled-types/api/useApiConnectorSingle.d.ts +2 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_connectors.js +1 -1
- package/dist/mf/__federation_expose_single_connector.js +1 -1
- package/dist/mf/index.js +3 -3
- package/dist/mf/integrations_app.js +3 -3
- package/dist/mf/mf-manifest.json +1 -1
- package/dist/mf/mf-stats.json +5 -5
- package/package.json +1 -1
package/dist/mf/mf-manifest.json
CHANGED
package/dist/mf/mf-stats.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "integrations_app",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.4.
|
|
8
|
+
"buildVersion": "0.4.6",
|
|
9
9
|
"buildName": "@airporting/integrations-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -244,8 +244,8 @@
|
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
246
|
"usedIn": [
|
|
247
|
-
"./
|
|
248
|
-
"./
|
|
247
|
+
"./single-connector",
|
|
248
|
+
"./connectors"
|
|
249
249
|
]
|
|
250
250
|
},
|
|
251
251
|
{
|
|
@@ -412,8 +412,8 @@
|
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
414
|
"usedIn": [
|
|
415
|
-
"./
|
|
416
|
-
"./
|
|
415
|
+
"./single-connector",
|
|
416
|
+
"./connectors"
|
|
417
417
|
]
|
|
418
418
|
},
|
|
419
419
|
{
|