@airporting/tech-app 0.0.108 → 0.0.110

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.
@@ -5,7 +5,7 @@
5
5
  "name": "tech_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.0.108",
8
+ "buildVersion": "0.0.110",
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.108/"
25
+ "publicPath": "https://app.airporting.com/mf/tech-app/0.0.110/"
26
26
  },
27
27
  "shared": [
28
28
  {
@@ -761,8 +761,7 @@
761
761
  "__federation_expose_finance_jobs.js",
762
762
  "__federation_expose_sales.js",
763
763
  "__federation_expose_scrapers.js",
764
- "__federation_expose_spreadsheet.js",
765
- "__federation_expose_synchro.js"
764
+ "__federation_expose_spreadsheet.js"
766
765
  ]
767
766
  },
768
767
  "css": {
@@ -5,7 +5,7 @@
5
5
  "name": "tech_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.0.108",
8
+ "buildVersion": "0.0.110",
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.108/"
25
+ "publicPath": "https://app.airporting.com/mf/tech-app/0.0.110/"
26
26
  },
27
27
  "shared": [
28
28
  {
@@ -47,8 +47,8 @@
47
47
  }
48
48
  },
49
49
  "usedIn": [
50
- "./github",
51
50
  "./dashboard",
51
+ "./github",
52
52
  "./synchro"
53
53
  ]
54
54
  },
@@ -99,13 +99,13 @@
99
99
  }
100
100
  },
101
101
  "usedIn": [
102
- "./github",
103
102
  "./dashboard",
104
103
  "./amex",
105
104
  "./bnpp",
106
105
  "./credmut",
107
106
  "./etat-saisie",
108
107
  "./finance-jobs",
108
+ "./github",
109
109
  "./mcp-access",
110
110
  "./payfit",
111
111
  "./sales",
@@ -271,7 +271,8 @@
271
271
  "./etat-saisie",
272
272
  "./finance-jobs",
273
273
  "./sales",
274
- "./spreadsheet"
274
+ "./spreadsheet",
275
+ "./usage"
275
276
  ]
276
277
  },
277
278
  {
@@ -328,7 +329,8 @@
328
329
  }
329
330
  },
330
331
  "usedIn": [
331
- "./synchro"
332
+ "./synchro",
333
+ "./usage"
332
334
  ]
333
335
  },
334
336
  {
@@ -469,13 +471,12 @@
469
471
  }
470
472
  },
471
473
  "usedIn": [
472
- "./synchro",
474
+ "./finance-jobs",
473
475
  "./dashboard",
474
476
  "./amex",
475
477
  "./bnpp",
476
478
  "./credmut",
477
479
  "./etat-saisie",
478
- "./finance-jobs",
479
480
  "./github",
480
481
  "./mcp-access",
481
482
  "./payfit",
@@ -483,6 +484,7 @@
483
484
  "./scrapers",
484
485
  "./spendesk",
485
486
  "./spreadsheet",
487
+ "./synchro",
486
488
  "./usage",
487
489
  "./wise"
488
490
  ]
@@ -988,7 +990,9 @@
988
990
  "react",
989
991
  "@mantine/core",
990
992
  "@tanstack/react-query",
991
- "@mantine/charts"
993
+ "@tabler/icons-react",
994
+ "@mantine/charts",
995
+ "date-fns"
992
996
  ],
993
997
  "file": "src/tabs/usage.tsx",
994
998
  "assets": {
@@ -1004,8 +1008,7 @@
1004
1008
  "__federation_expose_finance_jobs.js",
1005
1009
  "__federation_expose_sales.js",
1006
1010
  "__federation_expose_scrapers.js",
1007
- "__federation_expose_spreadsheet.js",
1008
- "__federation_expose_synchro.js"
1011
+ "__federation_expose_spreadsheet.js"
1009
1012
  ]
1010
1013
  },
1011
1014
  "css": {