@airporting/tech-app 0.0.101 → 0.0.102
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/7364.js +1 -1
- package/dist/mf/@mf-types/compiled-types/apps/_shared/queueDashboard/types.d.ts +4 -1
- 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 +6 -6
- 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.102",
|
|
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.102/"
|
|
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.102",
|
|
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.102/"
|
|
26
26
|
},
|
|
27
27
|
"shared": [
|
|
28
28
|
{
|
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"usedIn": [
|
|
267
|
-
"./
|
|
267
|
+
"./spreadsheet",
|
|
268
268
|
"./etat-saisie",
|
|
269
269
|
"./finance-jobs",
|
|
270
270
|
"./sales",
|
|
271
|
-
"./
|
|
271
|
+
"./synchro"
|
|
272
272
|
]
|
|
273
273
|
},
|
|
274
274
|
{
|
|
@@ -465,10 +465,11 @@
|
|
|
465
465
|
}
|
|
466
466
|
},
|
|
467
467
|
"usedIn": [
|
|
468
|
-
"./
|
|
468
|
+
"./spreadsheet",
|
|
469
469
|
"./dashboard",
|
|
470
470
|
"./amex",
|
|
471
471
|
"./bnpp",
|
|
472
|
+
"./credmut",
|
|
472
473
|
"./etat-saisie",
|
|
473
474
|
"./finance-jobs",
|
|
474
475
|
"./github",
|
|
@@ -477,7 +478,6 @@
|
|
|
477
478
|
"./sales",
|
|
478
479
|
"./scrapers",
|
|
479
480
|
"./spendesk",
|
|
480
|
-
"./spreadsheet",
|
|
481
481
|
"./synchro",
|
|
482
482
|
"./wise"
|
|
483
483
|
]
|