@airporting/tech-app 0.0.55 → 0.0.57
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/etatSaisie/dossiersQuery.d.ts +1 -1
- package/dist/mf/@mf-types/compiled-types/api/tech/etatSaisie/setResponsableMutation.d.ts +6 -0
- package/dist/mf/@mf-types/compiled-types/gen/TechApi/index.d.ts +26 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_etat_saisie.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 +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.57",
|
|
9
9
|
"buildName": "@airporting/tech-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"usedIn": [
|
|
50
|
-
"./synchro",
|
|
51
50
|
"./dashboard",
|
|
52
|
-
"./github"
|
|
51
|
+
"./github",
|
|
52
|
+
"./synchro"
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
55
|
{
|
|
@@ -232,9 +232,9 @@
|
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
234
|
"usedIn": [
|
|
235
|
-
"./synchro",
|
|
236
235
|
"./finance-jobs",
|
|
237
|
-
"./spreadsheet"
|
|
236
|
+
"./spreadsheet",
|
|
237
|
+
"./synchro"
|
|
238
238
|
]
|
|
239
239
|
},
|
|
240
240
|
{
|
|
@@ -429,6 +429,7 @@
|
|
|
429
429
|
}
|
|
430
430
|
},
|
|
431
431
|
"usedIn": [
|
|
432
|
+
"./sobank",
|
|
432
433
|
"./dashboard",
|
|
433
434
|
"./amex",
|
|
434
435
|
"./bnpp",
|
|
@@ -437,7 +438,6 @@
|
|
|
437
438
|
"./finance-jobs",
|
|
438
439
|
"./github",
|
|
439
440
|
"./payfit",
|
|
440
|
-
"./sobank",
|
|
441
441
|
"./spendesk",
|
|
442
442
|
"./spreadsheet",
|
|
443
443
|
"./synchro",
|