@airporting/integrations-app 0.4.154 → 0.4.155

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.
@@ -5,7 +5,7 @@
5
5
  "name": "integrations_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.4.154",
8
+ "buildVersion": "0.4.155",
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.154/dist/mf/"
25
+ "publicPath": "https://unpkg.com/@airporting/integrations-app@0.4.155/dist/mf/"
26
26
  },
27
27
  "shared": [
28
28
  {
@@ -476,7 +476,7 @@
476
476
  "js": {
477
477
  "sync": [
478
478
  "9005.js",
479
- "8238.js",
479
+ "7785.js",
480
480
  "__federation_expose_single_connector.js"
481
481
  ],
482
482
  "async": [
@@ -5,7 +5,7 @@
5
5
  "name": "integrations_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.4.154",
8
+ "buildVersion": "0.4.155",
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.154/dist/mf/"
25
+ "publicPath": "https://unpkg.com/@airporting/integrations-app@0.4.155/dist/mf/"
26
26
  },
27
27
  "shared": [
28
28
  {
@@ -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
  },
@@ -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
  },
@@ -619,7 +619,7 @@
619
619
  "js": {
620
620
  "sync": [
621
621
  "9005.js",
622
- "8238.js",
622
+ "7785.js",
623
623
  "__federation_expose_single_connector.js"
624
624
  ],
625
625
  "async": [
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.154",
4
+ "version": "0.4.155",
5
5
  "packageManager": "yarn@4.10.3",
6
6
  "files": [
7
7
  "dist"
@@ -1,3 +0,0 @@
1
- export declare function GsheetFilesSection({ enabled }: {
2
- enabled: boolean;
3
- }): import("react/jsx-runtime").JSX.Element | null;