@airporting/integrations-app 0.4.10 → 0.4.12
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/connectorSingleQuery.d.ts +2 -0
- package/dist/mf/@mf-types/compiled-types/gen/IntegrationsApi.d.ts +48 -5
- package/dist/mf/@mf-types/compiled-types/hooks/useAppConfigConnectorSingle.d.ts +1 -1
- 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 +13 -13
- 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.12",
|
|
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
|
+
"./single-connector",
|
|
100
|
+
"./connectors"
|
|
101
101
|
]
|
|
102
102
|
},
|
|
103
103
|
{
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
171
|
"usedIn": [
|
|
172
|
-
"./
|
|
173
|
-
"./
|
|
172
|
+
"./single-connector",
|
|
173
|
+
"./connectors"
|
|
174
174
|
]
|
|
175
175
|
},
|
|
176
176
|
{
|
|
@@ -195,8 +195,8 @@
|
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
"usedIn": [
|
|
198
|
-
"./
|
|
199
|
-
"./
|
|
198
|
+
"./single-connector",
|
|
199
|
+
"./connectors"
|
|
200
200
|
]
|
|
201
201
|
},
|
|
202
202
|
{
|
|
@@ -244,8 +244,8 @@
|
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
246
|
"usedIn": [
|
|
247
|
-
"./
|
|
248
|
-
"./
|
|
247
|
+
"./single-connector",
|
|
248
|
+
"./connectors"
|
|
249
249
|
]
|
|
250
250
|
},
|
|
251
251
|
{
|
|
@@ -339,8 +339,8 @@
|
|
|
339
339
|
}
|
|
340
340
|
},
|
|
341
341
|
"usedIn": [
|
|
342
|
-
"./
|
|
343
|
-
"./
|
|
342
|
+
"./single-connector",
|
|
343
|
+
"./connectors"
|
|
344
344
|
]
|
|
345
345
|
},
|
|
346
346
|
{
|
|
@@ -412,8 +412,8 @@
|
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
414
|
"usedIn": [
|
|
415
|
-
"./
|
|
416
|
-
"./
|
|
415
|
+
"./single-connector",
|
|
416
|
+
"./connectors"
|
|
417
417
|
]
|
|
418
418
|
},
|
|
419
419
|
{
|