@airporting/integrations-app 0.4.102 → 0.4.103
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/synchro/types.d.ts +1 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_synchronisation.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 +6 -6
- 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.103",
|
|
9
9
|
"buildName": "@airporting/integrations-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
"usedIn": [
|
|
203
|
-
"./
|
|
204
|
-
"./
|
|
203
|
+
"./connectors",
|
|
204
|
+
"./synchronisation"
|
|
205
205
|
]
|
|
206
206
|
},
|
|
207
207
|
{
|
|
@@ -226,8 +226,8 @@
|
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
228
|
"usedIn": [
|
|
229
|
-
"./single-connector",
|
|
230
229
|
"./connectors",
|
|
230
|
+
"./single-connector",
|
|
231
231
|
"./synchronisation"
|
|
232
232
|
]
|
|
233
233
|
},
|
|
@@ -279,8 +279,8 @@
|
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
281
|
"usedIn": [
|
|
282
|
-
"./single-connector",
|
|
283
282
|
"./connectors",
|
|
283
|
+
"./single-connector",
|
|
284
284
|
"./synchronisation"
|
|
285
285
|
]
|
|
286
286
|
},
|
|
@@ -517,8 +517,8 @@
|
|
|
517
517
|
}
|
|
518
518
|
},
|
|
519
519
|
"usedIn": [
|
|
520
|
-
"./single-connector",
|
|
521
520
|
"./connectors",
|
|
521
|
+
"./single-connector",
|
|
522
522
|
"./synchronisation"
|
|
523
523
|
]
|
|
524
524
|
},
|