@airporting/tech-app 0.0.42 → 0.0.44

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.42",
8
+ "buildVersion": "0.0.44",
9
9
  "buildName": "@airporting/tech-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -446,6 +446,30 @@
446
446
  },
447
447
  "path": "./dashboard"
448
448
  },
449
+ {
450
+ "id": "tech_app:etat-saisie",
451
+ "name": "etat-saisie",
452
+ "assets": {
453
+ "js": {
454
+ "sync": [
455
+ "9669.js",
456
+ "__federation_expose_etat_saisie.js"
457
+ ],
458
+ "async": [
459
+ "9669.js",
460
+ "__federation_expose_finance_jobs.js",
461
+ "__federation_expose_sobank.js",
462
+ "__federation_expose_spreadsheet.js",
463
+ "__federation_expose_synchro.js"
464
+ ]
465
+ },
466
+ "css": {
467
+ "sync": [],
468
+ "async": []
469
+ }
470
+ },
471
+ "path": "./etat-saisie"
472
+ },
449
473
  {
450
474
  "id": "tech_app:finance-jobs",
451
475
  "name": "finance-jobs",
@@ -5,7 +5,7 @@
5
5
  "name": "tech_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.0.42",
8
+ "buildVersion": "0.0.44",
9
9
  "buildName": "@airporting/tech-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -100,16 +100,17 @@
100
100
  }
101
101
  },
102
102
  "usedIn": [
103
- "./synchro",
104
103
  "./dashboard",
105
104
  "./amex",
106
105
  "./bnpp",
107
106
  "./credmut",
107
+ "./etat-saisie",
108
108
  "./finance-jobs",
109
109
  "./github",
110
110
  "./payfit",
111
111
  "./spendesk",
112
112
  "./spreadsheet",
113
+ "./synchro",
113
114
  "./wise"
114
115
  ]
115
116
  },
@@ -234,9 +235,9 @@
234
235
  }
235
236
  },
236
237
  "usedIn": [
237
- "./synchro",
238
238
  "./finance-jobs",
239
- "./spreadsheet"
239
+ "./spreadsheet",
240
+ "./synchro"
240
241
  ]
241
242
  },
242
243
  {
@@ -262,6 +263,7 @@
262
263
  },
263
264
  "usedIn": [
264
265
  "./dashboard",
266
+ "./etat-saisie",
265
267
  "./finance-jobs",
266
268
  "./github",
267
269
  "./spreadsheet",
@@ -431,18 +433,19 @@
431
433
  }
432
434
  },
433
435
  "usedIn": [
434
- "./wise",
436
+ "./credmut",
435
437
  "./dashboard",
436
438
  "./amex",
437
439
  "./bnpp",
438
- "./credmut",
440
+ "./etat-saisie",
439
441
  "./finance-jobs",
440
442
  "./github",
441
443
  "./payfit",
442
444
  "./sobank",
443
445
  "./spendesk",
444
446
  "./spreadsheet",
445
- "./synchro"
447
+ "./synchro",
448
+ "./wise"
446
449
  ]
447
450
  },
448
451
  {
@@ -586,6 +589,36 @@
586
589
  }
587
590
  }
588
591
  },
592
+ {
593
+ "path": "./etat-saisie",
594
+ "id": "tech_app:etat-saisie",
595
+ "name": "etat-saisie",
596
+ "requires": [
597
+ "react",
598
+ "@mantine/core",
599
+ "@tanstack/react-query"
600
+ ],
601
+ "file": "src/tabs/etat-saisie.tsx",
602
+ "assets": {
603
+ "js": {
604
+ "sync": [
605
+ "9669.js",
606
+ "__federation_expose_etat_saisie.js"
607
+ ],
608
+ "async": [
609
+ "9669.js",
610
+ "__federation_expose_finance_jobs.js",
611
+ "__federation_expose_sobank.js",
612
+ "__federation_expose_spreadsheet.js",
613
+ "__federation_expose_synchro.js"
614
+ ]
615
+ },
616
+ "css": {
617
+ "sync": [],
618
+ "async": []
619
+ }
620
+ }
621
+ },
589
622
  {
590
623
  "path": "./finance-jobs",
591
624
  "id": "tech_app:finance-jobs",