@airporting/tech-app 0.0.71 → 0.0.72
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/9669.js +1 -1
- package/dist/mf/@mf-types/compiled-types/api/tech/sales/scanSummaryQuery.d.ts +2 -0
- package/dist/mf/@mf-types/compiled-types/apps/sales/types.d.ts +7 -0
- package/dist/mf/@mf-types/compiled-types/gen/TechApi/index.d.ts +69 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_sales.js +1 -1
- package/dist/mf/index.js +3 -3
- package/dist/mf/mf-manifest.json +1 -1
- package/dist/mf/mf-stats.json +4 -4
- package/dist/mf/tech_app.js +3 -3
- package/package.json +1 -1
package/dist/mf/mf-manifest.json
CHANGED
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.72",
|
|
9
9
|
"buildName": "@airporting/tech-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -461,20 +461,20 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"usedIn": [
|
|
464
|
-
"./
|
|
464
|
+
"./finance-jobs",
|
|
465
465
|
"./dashboard",
|
|
466
466
|
"./amex",
|
|
467
467
|
"./bnpp",
|
|
468
468
|
"./credmut",
|
|
469
469
|
"./etat-saisie",
|
|
470
|
-
"./finance-jobs",
|
|
471
470
|
"./github",
|
|
472
471
|
"./payfit",
|
|
473
472
|
"./sales",
|
|
474
473
|
"./scrapers",
|
|
475
474
|
"./spendesk",
|
|
476
475
|
"./spreadsheet",
|
|
477
|
-
"./synchro"
|
|
476
|
+
"./synchro",
|
|
477
|
+
"./wise"
|
|
478
478
|
]
|
|
479
479
|
},
|
|
480
480
|
{
|