@airporting/tech-app 0.0.41 → 0.0.42
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/apps/spreadsheet/RowActions.d.ts +2 -1
- package/dist/mf/@mf-types/compiled-types/apps/spreadsheet/TasksTable.d.ts +1 -0
- package/dist/mf/@mf-types/compiled-types/gen/TechApi/index.d.ts +1 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_spreadsheet.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 +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.42",
|
|
9
9
|
"buildName": "@airporting/tech-app"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"usedIn": [
|
|
103
|
+
"./synchro",
|
|
103
104
|
"./dashboard",
|
|
104
105
|
"./amex",
|
|
105
106
|
"./bnpp",
|
|
@@ -109,7 +110,6 @@
|
|
|
109
110
|
"./payfit",
|
|
110
111
|
"./spendesk",
|
|
111
112
|
"./spreadsheet",
|
|
112
|
-
"./synchro",
|
|
113
113
|
"./wise"
|
|
114
114
|
]
|
|
115
115
|
},
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
}
|
|
432
432
|
},
|
|
433
433
|
"usedIn": [
|
|
434
|
-
"./
|
|
434
|
+
"./wise",
|
|
435
435
|
"./dashboard",
|
|
436
436
|
"./amex",
|
|
437
437
|
"./bnpp",
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
"./sobank",
|
|
443
443
|
"./spendesk",
|
|
444
444
|
"./spreadsheet",
|
|
445
|
-
"./
|
|
445
|
+
"./synchro"
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
448
|
{
|