@airporting/tech-app 0.0.102 → 0.0.103
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/@mf-types/compiled-types/apps/spreadsheet/config.d.ts +1 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_finance_jobs.js +1 -1
- package/dist/mf/__federation_expose_spreadsheet.js +1 -1
- package/dist/mf/index.css +73 -73
- package/dist/mf/index.js +3 -3
- package/dist/mf/mf-manifest.json +2 -2
- package/dist/mf/mf-stats.json +7 -7
- package/dist/mf/tech_app.js +3 -3
- package/package.json +1 -1
package/dist/mf/mf-manifest.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "tech_app",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.0.
|
|
8
|
+
"buildVersion": "0.0.103",
|
|
9
9
|
"buildName": "@airporting/tech-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"globalName": "tech_app",
|
|
23
23
|
"pluginVersion": "0.17.1",
|
|
24
24
|
"prefetchInterface": false,
|
|
25
|
-
"publicPath": "https://app.airporting.com/mf/tech-app/0.0.
|
|
25
|
+
"publicPath": "https://app.airporting.com/mf/tech-app/0.0.103/"
|
|
26
26
|
},
|
|
27
27
|
"shared": [
|
|
28
28
|
{
|
package/dist/mf/mf-stats.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "tech_app",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.0.
|
|
8
|
+
"buildVersion": "0.0.103",
|
|
9
9
|
"buildName": "@airporting/tech-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"globalName": "tech_app",
|
|
23
23
|
"pluginVersion": "0.17.1",
|
|
24
24
|
"prefetchInterface": false,
|
|
25
|
-
"publicPath": "https://app.airporting.com/mf/tech-app/0.0.
|
|
25
|
+
"publicPath": "https://app.airporting.com/mf/tech-app/0.0.103/"
|
|
26
26
|
},
|
|
27
27
|
"shared": [
|
|
28
28
|
{
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"usedIn": [
|
|
100
|
+
"./synchro",
|
|
100
101
|
"./dashboard",
|
|
101
102
|
"./amex",
|
|
102
103
|
"./bnpp",
|
|
@@ -109,7 +110,6 @@
|
|
|
109
110
|
"./sales",
|
|
110
111
|
"./spendesk",
|
|
111
112
|
"./spreadsheet",
|
|
112
|
-
"./synchro",
|
|
113
113
|
"./wise"
|
|
114
114
|
]
|
|
115
115
|
},
|
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"usedIn": [
|
|
267
|
-
"./
|
|
267
|
+
"./synchro",
|
|
268
268
|
"./etat-saisie",
|
|
269
269
|
"./finance-jobs",
|
|
270
270
|
"./sales",
|
|
271
|
-
"./
|
|
271
|
+
"./spreadsheet"
|
|
272
272
|
]
|
|
273
273
|
},
|
|
274
274
|
{
|
|
@@ -465,11 +465,10 @@
|
|
|
465
465
|
}
|
|
466
466
|
},
|
|
467
467
|
"usedIn": [
|
|
468
|
-
"./
|
|
468
|
+
"./credmut",
|
|
469
469
|
"./dashboard",
|
|
470
470
|
"./amex",
|
|
471
471
|
"./bnpp",
|
|
472
|
-
"./credmut",
|
|
473
472
|
"./etat-saisie",
|
|
474
473
|
"./finance-jobs",
|
|
475
474
|
"./github",
|
|
@@ -478,6 +477,7 @@
|
|
|
478
477
|
"./sales",
|
|
479
478
|
"./scrapers",
|
|
480
479
|
"./spendesk",
|
|
480
|
+
"./spreadsheet",
|
|
481
481
|
"./synchro",
|
|
482
482
|
"./wise"
|
|
483
483
|
]
|