@airporting/integrations-app 0.4.166 → 0.4.167
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/2070.css +73 -73
- package/dist/mf/5741.js +1 -1
- package/dist/mf/{6223.js → 5858.js} +1 -1
- package/dist/mf/9005.js +1 -1
- package/dist/mf/@mf-types/compiled-types/api/connectors/connectorHistoryQuery.d.ts +11 -0
- package/dist/mf/@mf-types/compiled-types/components/connectors/connector.history.d.ts +8 -0
- package/dist/mf/@mf-types/compiled-types/gen/IntegrationsApi.d.ts +142 -13
- package/dist/mf/@mf-types.zip +0 -0
- 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 +3 -3
- package/package.json +1 -1
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.167",
|
|
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.
|
|
25
|
+
"publicPath": "https://unpkg.com/@airporting/integrations-app@0.4.167/dist/mf/"
|
|
26
26
|
},
|
|
27
27
|
"shared": [
|
|
28
28
|
{
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
"js": {
|
|
477
477
|
"sync": [
|
|
478
478
|
"9005.js",
|
|
479
|
-
"
|
|
479
|
+
"5858.js",
|
|
480
480
|
"__federation_expose_single_connector.js"
|
|
481
481
|
],
|
|
482
482
|
"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.167",
|
|
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.
|
|
25
|
+
"publicPath": "https://unpkg.com/@airporting/integrations-app@0.4.167/dist/mf/"
|
|
26
26
|
},
|
|
27
27
|
"shared": [
|
|
28
28
|
{
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
"js": {
|
|
620
620
|
"sync": [
|
|
621
621
|
"9005.js",
|
|
622
|
-
"
|
|
622
|
+
"5858.js",
|
|
623
623
|
"__federation_expose_single_connector.js"
|
|
624
624
|
],
|
|
625
625
|
"async": [
|