@airporting/integrations-app 0.4.28 → 0.4.30
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/connectors/connectorSaveQuery.d.ts +1 -1
- package/dist/mf/@mf-types/connectors.d.ts +2 -0
- package/dist/mf/@mf-types/single-connector.d.ts +2 -0
- package/dist/mf/@mf-types.d.ts +3 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_single_connector.js +1 -1
- package/dist/mf/index.js +2 -2
- package/dist/mf/integrations_app.js +2 -2
- package/dist/mf/mf-manifest.json +1 -1
- package/dist/mf/mf-stats.json +9 -9
- package/package.json +1 -1
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.30",
|
|
9
9
|
"buildName": "@airporting/integrations-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"usedIn": [
|
|
99
|
-
"./
|
|
100
|
-
"./
|
|
99
|
+
"./connectors",
|
|
100
|
+
"./single-connector"
|
|
101
101
|
]
|
|
102
102
|
},
|
|
103
103
|
{
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
171
|
"usedIn": [
|
|
172
|
-
"./
|
|
173
|
-
"./
|
|
172
|
+
"./connectors",
|
|
173
|
+
"./single-connector"
|
|
174
174
|
]
|
|
175
175
|
},
|
|
176
176
|
{
|
|
@@ -195,8 +195,8 @@
|
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
"usedIn": [
|
|
198
|
-
"./
|
|
199
|
-
"./
|
|
198
|
+
"./connectors",
|
|
199
|
+
"./single-connector"
|
|
200
200
|
]
|
|
201
201
|
},
|
|
202
202
|
{
|
|
@@ -412,8 +412,8 @@
|
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
414
|
"usedIn": [
|
|
415
|
-
"./
|
|
416
|
-
"./
|
|
415
|
+
"./connectors",
|
|
416
|
+
"./single-connector"
|
|
417
417
|
]
|
|
418
418
|
},
|
|
419
419
|
{
|