@airporting/integrations-app 0.4.25 → 0.4.27

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.25",
8
+ "buildVersion": "0.4.27",
9
9
  "buildName": "@airporting/integrations-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -28,9 +28,9 @@
28
28
  {
29
29
  "id": "integrations_app:@airporting/app-front",
30
30
  "name": "@airporting/app-front",
31
- "version": "1.1.17",
31
+ "version": "1.1.19",
32
32
  "singleton": true,
33
- "requiredVersion": "1.1.17",
33
+ "requiredVersion": "1.1.19",
34
34
  "assets": {
35
35
  "js": {
36
36
  "async": [],
@@ -5,7 +5,7 @@
5
5
  "name": "integrations_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.4.25",
8
+ "buildVersion": "0.4.27",
9
9
  "buildName": "@airporting/integrations-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -27,11 +27,11 @@
27
27
  "shared": [
28
28
  {
29
29
  "singleton": true,
30
- "requiredVersion": "1.1.17",
30
+ "requiredVersion": "1.1.19",
31
31
  "shareScope": "default",
32
32
  "strictVersion": false,
33
33
  "name": "@airporting/app-front",
34
- "version": "1.1.17",
34
+ "version": "1.1.19",
35
35
  "eager": false,
36
36
  "id": "integrations_app:@airporting/app-front",
37
37
  "assets": {
@@ -195,8 +195,8 @@
195
195
  }
196
196
  },
197
197
  "usedIn": [
198
- "./connectors",
199
- "./single-connector"
198
+ "./single-connector",
199
+ "./connectors"
200
200
  ]
201
201
  },
202
202
  {
@@ -412,8 +412,8 @@
412
412
  }
413
413
  },
414
414
  "usedIn": [
415
- "./connectors",
416
- "./single-connector"
415
+ "./single-connector",
416
+ "./connectors"
417
417
  ]
418
418
  },
419
419
  {
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.25",
4
+ "version": "0.4.27",
5
5
  "packageManager": "yarn@4.10.3",
6
6
  "files": [
7
7
  "dist"
@@ -24,7 +24,7 @@
24
24
  "v:patch": "npm version patch -m \"chore: bump patch to %s\""
25
25
  },
26
26
  "dependencies": {
27
- "@airporting/app-front": "1.1.17",
27
+ "@airporting/app-front": "1.1.19",
28
28
  "@mantine/charts": "8.3.5",
29
29
  "@mantine/core": "8.3.5",
30
30
  "@mantine/dates": "8.3.5",