@airporting/tech-app 0.0.82 → 0.0.84
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/api/tech/mcpAccess.types.d.ts +5 -1
- package/dist/mf/@mf-types/compiled-types/gen/TechApi/index.d.ts +4 -1
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_mcp_access.js +1 -1
- package/dist/mf/index.js +3 -3
- package/dist/mf/mf-manifest.json +1 -1
- package/dist/mf/mf-stats.json +6 -6
- package/dist/mf/tech_app.js +2 -2
- 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.84",
|
|
9
9
|
"buildName": "@airporting/tech-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"usedIn": [
|
|
138
|
-
"./
|
|
139
|
-
"./
|
|
138
|
+
"./sales",
|
|
139
|
+
"./synchro"
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
142
|
{
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
}
|
|
464
464
|
},
|
|
465
465
|
"usedIn": [
|
|
466
|
-
"./
|
|
466
|
+
"./wise",
|
|
467
467
|
"./dashboard",
|
|
468
468
|
"./amex",
|
|
469
469
|
"./bnpp",
|
|
@@ -471,13 +471,13 @@
|
|
|
471
471
|
"./etat-saisie",
|
|
472
472
|
"./finance-jobs",
|
|
473
473
|
"./github",
|
|
474
|
+
"./mcp-access",
|
|
474
475
|
"./payfit",
|
|
475
476
|
"./sales",
|
|
476
477
|
"./scrapers",
|
|
477
478
|
"./spendesk",
|
|
478
479
|
"./spreadsheet",
|
|
479
|
-
"./synchro"
|
|
480
|
-
"./wise"
|
|
480
|
+
"./synchro"
|
|
481
481
|
]
|
|
482
482
|
},
|
|
483
483
|
{
|