@airporting/integrations-app 0.4.79 → 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/@mf-types.zip +0 -0
- 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 +8 -10
- 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": {
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"usedIn": [
|
|
50
|
-
"./single-connector",
|
|
51
50
|
"./connectors",
|
|
51
|
+
"./single-connector",
|
|
52
52
|
"./synchronisation"
|
|
53
53
|
]
|
|
54
54
|
},
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"usedIn": [
|
|
100
|
-
"./single-connector",
|
|
101
100
|
"./connectors",
|
|
101
|
+
"./single-connector",
|
|
102
102
|
"./synchronisation"
|
|
103
103
|
]
|
|
104
104
|
},
|
|
@@ -200,7 +200,6 @@
|
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
"usedIn": [
|
|
203
|
-
"./single-connector",
|
|
204
203
|
"./connectors",
|
|
205
204
|
"./synchronisation"
|
|
206
205
|
]
|
|
@@ -227,8 +226,8 @@
|
|
|
227
226
|
}
|
|
228
227
|
},
|
|
229
228
|
"usedIn": [
|
|
230
|
-
"./single-connector",
|
|
231
229
|
"./connectors",
|
|
230
|
+
"./single-connector",
|
|
232
231
|
"./synchronisation"
|
|
233
232
|
]
|
|
234
233
|
},
|
|
@@ -254,8 +253,8 @@
|
|
|
254
253
|
}
|
|
255
254
|
},
|
|
256
255
|
"usedIn": [
|
|
257
|
-
"./
|
|
258
|
-
"./
|
|
256
|
+
"./connectors",
|
|
257
|
+
"./synchronisation"
|
|
259
258
|
]
|
|
260
259
|
},
|
|
261
260
|
{
|
|
@@ -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"
|