@airporting/tech-app 0.0.100 → 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/api/tech/gsheetStockQuery.d.ts +3 -1
- package/dist/mf/@mf-types/compiled-types/apps/_shared/queueDashboard/types.d.ts +5 -2
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_dashboard.js +1 -1
- 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.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
|
{
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"usedIn": [
|
|
100
|
-
"./github",
|
|
101
100
|
"./dashboard",
|
|
102
101
|
"./amex",
|
|
103
102
|
"./bnpp",
|
|
104
103
|
"./credmut",
|
|
105
104
|
"./etat-saisie",
|
|
106
105
|
"./finance-jobs",
|
|
106
|
+
"./github",
|
|
107
107
|
"./mcp-access",
|
|
108
108
|
"./payfit",
|
|
109
109
|
"./sales",
|
|
@@ -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,19 +465,19 @@
|
|
|
465
465
|
}
|
|
466
466
|
},
|
|
467
467
|
"usedIn": [
|
|
468
|
-
"./
|
|
468
|
+
"./spreadsheet",
|
|
469
469
|
"./dashboard",
|
|
470
470
|
"./amex",
|
|
471
471
|
"./bnpp",
|
|
472
472
|
"./credmut",
|
|
473
473
|
"./etat-saisie",
|
|
474
474
|
"./finance-jobs",
|
|
475
|
+
"./github",
|
|
475
476
|
"./mcp-access",
|
|
476
477
|
"./payfit",
|
|
477
478
|
"./sales",
|
|
478
479
|
"./scrapers",
|
|
479
480
|
"./spendesk",
|
|
480
|
-
"./spreadsheet",
|
|
481
481
|
"./synchro",
|
|
482
482
|
"./wise"
|
|
483
483
|
]
|