@airporting/tech-app 0.0.143 → 0.0.144
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/__federation_expose_mcp_access.js +2 -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 +10 -10
- 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.144",
|
|
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.144/"
|
|
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.144",
|
|
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.144/"
|
|
26
26
|
},
|
|
27
27
|
"shared": [
|
|
28
28
|
{
|
|
@@ -99,17 +99,17 @@
|
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"usedIn": [
|
|
102
|
-
"./
|
|
102
|
+
"./credmut",
|
|
103
103
|
"./dashboard",
|
|
104
104
|
"./amex",
|
|
105
105
|
"./bnpp",
|
|
106
|
-
"./credmut",
|
|
107
106
|
"./etat-saisie",
|
|
108
107
|
"./finance-jobs",
|
|
109
108
|
"./github",
|
|
110
109
|
"./mcp-access",
|
|
111
110
|
"./payfit",
|
|
112
111
|
"./pipeline",
|
|
112
|
+
"./sales",
|
|
113
113
|
"./spendesk",
|
|
114
114
|
"./spreadsheet",
|
|
115
115
|
"./synchro",
|
|
@@ -189,9 +189,9 @@
|
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"usedIn": [
|
|
192
|
-
"./sales",
|
|
193
192
|
"./etat-saisie",
|
|
194
|
-
"./pipeline"
|
|
193
|
+
"./pipeline",
|
|
194
|
+
"./sales"
|
|
195
195
|
]
|
|
196
196
|
},
|
|
197
197
|
{
|
|
@@ -269,9 +269,9 @@
|
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
271
|
"usedIn": [
|
|
272
|
-
"./pipeline",
|
|
273
272
|
"./etat-saisie",
|
|
274
273
|
"./finance-jobs",
|
|
274
|
+
"./pipeline",
|
|
275
275
|
"./sales",
|
|
276
276
|
"./spreadsheet",
|
|
277
277
|
"./synchro",
|
|
@@ -472,11 +472,10 @@
|
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
474
|
"usedIn": [
|
|
475
|
-
"./
|
|
475
|
+
"./credmut",
|
|
476
476
|
"./dashboard",
|
|
477
477
|
"./amex",
|
|
478
478
|
"./bnpp",
|
|
479
|
-
"./credmut",
|
|
480
479
|
"./etat-saisie",
|
|
481
480
|
"./finance-jobs",
|
|
482
481
|
"./github",
|
|
@@ -488,7 +487,8 @@
|
|
|
488
487
|
"./spendesk",
|
|
489
488
|
"./spreadsheet",
|
|
490
489
|
"./synchro",
|
|
491
|
-
"./usage"
|
|
490
|
+
"./usage",
|
|
491
|
+
"./wise"
|
|
492
492
|
]
|
|
493
493
|
},
|
|
494
494
|
{
|