@airporting/integrations-app 0.4.78 → 0.4.80
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/5483.js +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/__federation_expose_synchronisation.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 +12 -14
- 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.80",
|
|
9
9
|
"buildName": "@airporting/integrations-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"usedIn": [
|
|
100
|
-
"./synchronisation",
|
|
101
100
|
"./connectors",
|
|
102
|
-
"./single-connector"
|
|
101
|
+
"./single-connector",
|
|
102
|
+
"./synchronisation"
|
|
103
103
|
]
|
|
104
104
|
},
|
|
105
105
|
{
|
|
@@ -200,9 +200,8 @@
|
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
"usedIn": [
|
|
203
|
-
"./synchronisation",
|
|
204
203
|
"./connectors",
|
|
205
|
-
"./
|
|
204
|
+
"./synchronisation"
|
|
206
205
|
]
|
|
207
206
|
},
|
|
208
207
|
{
|
|
@@ -227,9 +226,9 @@
|
|
|
227
226
|
}
|
|
228
227
|
},
|
|
229
228
|
"usedIn": [
|
|
230
|
-
"./synchronisation",
|
|
231
229
|
"./connectors",
|
|
232
|
-
"./single-connector"
|
|
230
|
+
"./single-connector",
|
|
231
|
+
"./synchronisation"
|
|
233
232
|
]
|
|
234
233
|
},
|
|
235
234
|
{
|
|
@@ -280,9 +279,9 @@
|
|
|
280
279
|
}
|
|
281
280
|
},
|
|
282
281
|
"usedIn": [
|
|
283
|
-
"./
|
|
282
|
+
"./single-connector",
|
|
284
283
|
"./connectors",
|
|
285
|
-
"./
|
|
284
|
+
"./synchronisation"
|
|
286
285
|
]
|
|
287
286
|
},
|
|
288
287
|
{
|
|
@@ -422,8 +421,8 @@
|
|
|
422
421
|
}
|
|
423
422
|
},
|
|
424
423
|
"usedIn": [
|
|
425
|
-
"./
|
|
426
|
-
"./
|
|
424
|
+
"./single-connector",
|
|
425
|
+
"./synchronisation"
|
|
427
426
|
]
|
|
428
427
|
},
|
|
429
428
|
{
|
|
@@ -518,9 +517,9 @@
|
|
|
518
517
|
}
|
|
519
518
|
},
|
|
520
519
|
"usedIn": [
|
|
521
|
-
"./synchronisation",
|
|
522
520
|
"./connectors",
|
|
523
|
-
"./single-connector"
|
|
521
|
+
"./single-connector",
|
|
522
|
+
"./synchronisation"
|
|
524
523
|
]
|
|
525
524
|
},
|
|
526
525
|
{
|
|
@@ -610,7 +609,6 @@
|
|
|
610
609
|
"@airporting/app-front",
|
|
611
610
|
"react",
|
|
612
611
|
"@mantine/core",
|
|
613
|
-
"@mantine/modals",
|
|
614
612
|
"@mantine/notifications",
|
|
615
613
|
"@tanstack/react-query",
|
|
616
614
|
"radash"
|