@airporting/integrations-app 0.4.27 → 0.4.28
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/741.js +1 -1
- package/dist/mf/@mf-types/compiled-types/api/connectors/connectorSaveQuery.d.ts +1 -1
- package/dist/mf/__federation_expose_connectors.js +1 -1
- package/dist/mf/__federation_expose_single_connector.js +1 -1
- package/dist/mf/index.js +3 -3
- package/dist/mf/integrations_app.js +3 -3
- package/dist/mf/mf-manifest.json +3 -3
- package/dist/mf/mf-stats.json +7 -7
- package/package.json +2 -2
- package/dist/mf/@mf-types/connectors.d.ts +0 -2
- package/dist/mf/@mf-types/single-connector.d.ts +0 -2
- package/dist/mf/@mf-types.d.ts +0 -3
- package/dist/mf/@mf-types.zip +0 -0
package/dist/mf/mf-manifest.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.28",
|
|
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.
|
|
31
|
+
"version": "1.1.20",
|
|
32
32
|
"singleton": true,
|
|
33
|
-
"requiredVersion": "1.1.
|
|
33
|
+
"requiredVersion": "1.1.20",
|
|
34
34
|
"assets": {
|
|
35
35
|
"js": {
|
|
36
36
|
"async": [],
|
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.28",
|
|
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.
|
|
30
|
+
"requiredVersion": "1.1.20",
|
|
31
31
|
"shareScope": "default",
|
|
32
32
|
"strictVersion": false,
|
|
33
33
|
"name": "@airporting/app-front",
|
|
34
|
-
"version": "1.1.
|
|
34
|
+
"version": "1.1.20",
|
|
35
35
|
"eager": false,
|
|
36
36
|
"id": "integrations_app:@airporting/app-front",
|
|
37
37
|
"assets": {
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"usedIn": [
|
|
99
|
-
"./
|
|
100
|
-
"./
|
|
99
|
+
"./single-connector",
|
|
100
|
+
"./connectors"
|
|
101
101
|
]
|
|
102
102
|
},
|
|
103
103
|
{
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
171
|
"usedIn": [
|
|
172
|
-
"./
|
|
173
|
-
"./
|
|
172
|
+
"./single-connector",
|
|
173
|
+
"./connectors"
|
|
174
174
|
]
|
|
175
175
|
},
|
|
176
176
|
{
|
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.
|
|
4
|
+
"version": "0.4.28",
|
|
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.
|
|
27
|
+
"@airporting/app-front": "1.1.20",
|
|
28
28
|
"@mantine/charts": "8.3.5",
|
|
29
29
|
"@mantine/core": "8.3.5",
|
|
30
30
|
"@mantine/dates": "8.3.5",
|
package/dist/mf/@mf-types.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export type RemoteKeys = 'REMOTE_ALIAS_IDENTIFIER/connectors' | 'REMOTE_ALIAS_IDENTIFIER/single-connector';
|
|
3
|
-
type PackageType<T> = T extends 'REMOTE_ALIAS_IDENTIFIER/single-connector' ? typeof import('REMOTE_ALIAS_IDENTIFIER/single-connector') :T extends 'REMOTE_ALIAS_IDENTIFIER/connectors' ? typeof import('REMOTE_ALIAS_IDENTIFIER/connectors') :any;
|
package/dist/mf/@mf-types.zip
DELETED
|
Binary file
|