@airporting/integrations-app 0.4.65 → 0.4.67

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.65",
8
+ "buildVersion": "0.4.67",
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.2.13",
31
+ "version": "1.2.20",
32
32
  "singleton": true,
33
- "requiredVersion": "1.2.13",
33
+ "requiredVersion": "1.2.20",
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.65",
8
+ "buildVersion": "0.4.67",
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.2.13",
30
+ "requiredVersion": "1.2.20",
31
31
  "shareScope": "default",
32
32
  "strictVersion": false,
33
33
  "name": "@airporting/app-front",
34
- "version": "1.2.13",
34
+ "version": "1.2.20",
35
35
  "eager": false,
36
36
  "id": "integrations_app:@airporting/app-front",
37
37
  "assets": {
@@ -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
  {
@@ -200,9 +200,9 @@
200
200
  }
201
201
  },
202
202
  "usedIn": [
203
- "./synchronisation",
204
203
  "./connectors",
205
- "./single-connector"
204
+ "./single-connector",
205
+ "./synchronisation"
206
206
  ]
207
207
  },
208
208
  {
@@ -227,9 +227,9 @@
227
227
  }
228
228
  },
229
229
  "usedIn": [
230
- "./synchronisation",
231
230
  "./connectors",
232
- "./single-connector"
231
+ "./single-connector",
232
+ "./synchronisation"
233
233
  ]
234
234
  },
235
235
  {
@@ -280,9 +280,9 @@
280
280
  }
281
281
  },
282
282
  "usedIn": [
283
- "./synchronisation",
284
283
  "./connectors",
285
- "./single-connector"
284
+ "./single-connector",
285
+ "./synchronisation"
286
286
  ]
287
287
  },
288
288
  {
@@ -422,8 +422,8 @@
422
422
  }
423
423
  },
424
424
  "usedIn": [
425
- "./synchronisation",
426
- "./single-connector"
425
+ "./single-connector",
426
+ "./synchronisation"
427
427
  ]
428
428
  },
429
429
  {
@@ -518,9 +518,9 @@
518
518
  }
519
519
  },
520
520
  "usedIn": [
521
- "./synchronisation",
522
521
  "./connectors",
523
- "./single-connector"
522
+ "./single-connector",
523
+ "./synchronisation"
524
524
  ]
525
525
  },
526
526
  {
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.65",
4
+ "version": "0.4.67",
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.2.13",
27
+ "@airporting/app-front": "1.2.20",
28
28
  "@mantine/charts": "8.3.5",
29
29
  "@mantine/core": "8.3.5",
30
30
  "@mantine/dates": "8.3.5",