@airporting/integrations-app 0.4.4 → 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/compiled-types/providersSingleConnector.d.ts +15 -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 +26 -9
- 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": {
|
|
@@ -96,7 +96,8 @@
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"usedIn": [
|
|
99
|
-
"./connectors"
|
|
99
|
+
"./connectors",
|
|
100
|
+
"./single-connector"
|
|
100
101
|
]
|
|
101
102
|
},
|
|
102
103
|
{
|
|
@@ -167,7 +168,10 @@
|
|
|
167
168
|
"sync": []
|
|
168
169
|
}
|
|
169
170
|
},
|
|
170
|
-
"usedIn": [
|
|
171
|
+
"usedIn": [
|
|
172
|
+
"./single-connector",
|
|
173
|
+
"./connectors"
|
|
174
|
+
]
|
|
171
175
|
},
|
|
172
176
|
{
|
|
173
177
|
"singleton": true,
|
|
@@ -190,7 +194,10 @@
|
|
|
190
194
|
"sync": []
|
|
191
195
|
}
|
|
192
196
|
},
|
|
193
|
-
"usedIn": [
|
|
197
|
+
"usedIn": [
|
|
198
|
+
"./single-connector",
|
|
199
|
+
"./connectors"
|
|
200
|
+
]
|
|
194
201
|
},
|
|
195
202
|
{
|
|
196
203
|
"singleton": true,
|
|
@@ -237,8 +244,8 @@
|
|
|
237
244
|
}
|
|
238
245
|
},
|
|
239
246
|
"usedIn": [
|
|
240
|
-
"./
|
|
241
|
-
"./
|
|
247
|
+
"./single-connector",
|
|
248
|
+
"./connectors"
|
|
242
249
|
]
|
|
243
250
|
},
|
|
244
251
|
{
|
|
@@ -331,7 +338,10 @@
|
|
|
331
338
|
"sync": []
|
|
332
339
|
}
|
|
333
340
|
},
|
|
334
|
-
"usedIn": [
|
|
341
|
+
"usedIn": [
|
|
342
|
+
"./single-connector",
|
|
343
|
+
"./connectors"
|
|
344
|
+
]
|
|
335
345
|
},
|
|
336
346
|
{
|
|
337
347
|
"singleton": true,
|
|
@@ -440,7 +450,10 @@
|
|
|
440
450
|
"@airporting/app-front",
|
|
441
451
|
"react",
|
|
442
452
|
"@mantine/core",
|
|
443
|
-
"@
|
|
453
|
+
"@mantine/modals",
|
|
454
|
+
"@mantine/notifications",
|
|
455
|
+
"@tanstack/react-query",
|
|
456
|
+
"radash"
|
|
444
457
|
],
|
|
445
458
|
"file": "src/connectors.tsx",
|
|
446
459
|
"assets": {
|
|
@@ -463,7 +476,11 @@
|
|
|
463
476
|
"requires": [
|
|
464
477
|
"@airporting/app-front",
|
|
465
478
|
"react",
|
|
466
|
-
"@
|
|
479
|
+
"@mantine/core",
|
|
480
|
+
"@mantine/modals",
|
|
481
|
+
"@mantine/notifications",
|
|
482
|
+
"@tanstack/react-query",
|
|
483
|
+
"radash"
|
|
467
484
|
],
|
|
468
485
|
"file": "src/single-connector.tsx",
|
|
469
486
|
"assets": {
|