@airporting/integrations-app 0.4.121 → 0.4.123

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.
Files changed (37) hide show
  1. package/dist/mf/1018.js +1 -1
  2. package/dist/mf/1067.js +1 -1
  3. package/dist/mf/1857.js +1 -1
  4. package/dist/mf/2070.css +73 -73
  5. package/dist/mf/2070.js +1 -1
  6. package/dist/mf/3134.js +1 -1
  7. package/dist/mf/4756.js +2 -2
  8. package/dist/mf/5475.js +1 -1
  9. package/dist/mf/5625.js +1 -1
  10. package/dist/mf/5741.js +1 -1
  11. package/dist/mf/6124.js +1 -1
  12. package/dist/mf/6702.js +1 -1
  13. package/dist/mf/7285.js +1 -1
  14. package/dist/mf/7286.js +1 -1
  15. package/dist/mf/7493.js +1 -1
  16. package/dist/mf/8637.js +1 -1
  17. package/dist/mf/8978.js +4 -4
  18. package/dist/mf/9005.js +1 -0
  19. package/dist/mf/9110.js +1 -1
  20. package/dist/mf/9430.js +2 -2
  21. package/dist/mf/9666.js +1 -1
  22. package/dist/mf/@mf-types/compiled-types/api/fec-imports/fecImportMutations.d.ts +4 -0
  23. package/dist/mf/@mf-types/compiled-types/api/fec-imports/fecImportsQuery.d.ts +5 -0
  24. package/dist/mf/@mf-types/compiled-types/api/fec-imports/types.d.ts +46 -0
  25. package/dist/mf/@mf-types/compiled-types/api/useApiSynchro.d.ts +1 -0
  26. package/dist/mf/@mf-types/compiled-types/components/synchro/FecImportsPanel.d.ts +1 -0
  27. package/dist/mf/@mf-types/compiled-types/utils/connectorLogoUrl.d.ts +6 -0
  28. package/dist/mf/@mf-types.zip +0 -0
  29. package/dist/mf/__federation_expose_connectors.js +1 -1
  30. package/dist/mf/__federation_expose_single_connector.js +1 -1
  31. package/dist/mf/__federation_expose_synchronisation.js +1 -1
  32. package/dist/mf/index.js +3 -3
  33. package/dist/mf/integrations_app.js +3 -3
  34. package/dist/mf/mf-manifest.json +4 -2
  35. package/dist/mf/mf-stats.json +6 -4
  36. package/dist/mf/static/image/fec.png +0 -0
  37. package/package.json +1 -1
@@ -5,7 +5,7 @@
5
5
  "name": "integrations_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.4.121",
8
+ "buildVersion": "0.4.123",
9
9
  "buildName": "@airporting/integrations-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -22,7 +22,7 @@
22
22
  "globalName": "integrations_app",
23
23
  "pluginVersion": "0.17.1",
24
24
  "prefetchInterface": false,
25
- "publicPath": "https://unpkg.com/@airporting/integrations-app@0.4.121/dist/mf/"
25
+ "publicPath": "https://unpkg.com/@airporting/integrations-app@0.4.123/dist/mf/"
26
26
  },
27
27
  "shared": [
28
28
  {
@@ -454,6 +454,7 @@
454
454
  "assets": {
455
455
  "js": {
456
456
  "sync": [
457
+ "9005.js",
457
458
  "__federation_expose_connectors.js"
458
459
  ],
459
460
  "async": [
@@ -474,6 +475,7 @@
474
475
  "assets": {
475
476
  "js": {
476
477
  "sync": [
478
+ "9005.js",
477
479
  "1067.js",
478
480
  "__federation_expose_single_connector.js"
479
481
  ],
@@ -5,7 +5,7 @@
5
5
  "name": "integrations_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.4.121",
8
+ "buildVersion": "0.4.123",
9
9
  "buildName": "@airporting/integrations-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -22,7 +22,7 @@
22
22
  "globalName": "integrations_app",
23
23
  "pluginVersion": "0.17.1",
24
24
  "prefetchInterface": false,
25
- "publicPath": "https://unpkg.com/@airporting/integrations-app@0.4.121/dist/mf/"
25
+ "publicPath": "https://unpkg.com/@airporting/integrations-app@0.4.123/dist/mf/"
26
26
  },
27
27
  "shared": [
28
28
  {
@@ -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
  {
@@ -588,6 +588,7 @@
588
588
  "assets": {
589
589
  "js": {
590
590
  "sync": [
591
+ "9005.js",
591
592
  "__federation_expose_connectors.js"
592
593
  ],
593
594
  "async": [
@@ -617,6 +618,7 @@
617
618
  "assets": {
618
619
  "js": {
619
620
  "sync": [
621
+ "9005.js",
620
622
  "1067.js",
621
623
  "__federation_expose_single_connector.js"
622
624
  ],
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airporting/integrations-app",
3
3
  "description": "⚡ Intégrations app front-end",
4
- "version": "0.4.121",
4
+ "version": "0.4.123",
5
5
  "packageManager": "yarn@4.10.3",
6
6
  "files": [
7
7
  "dist"