@airporting/tech-app 0.0.43 → 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.43",
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.43",
8
+ "buildVersion": "0.0.44",
9
9
  "buildName": "@airporting/tech-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -74,8 +74,8 @@
74
74
  }
75
75
  },
76
76
  "usedIn": [
77
- "./finance-jobs",
78
- "./spreadsheet"
77
+ "./spreadsheet",
78
+ "./finance-jobs"
79
79
  ]
80
80
  },
81
81
  {
@@ -104,6 +104,7 @@
104
104
  "./amex",
105
105
  "./bnpp",
106
106
  "./credmut",
107
+ "./etat-saisie",
107
108
  "./finance-jobs",
108
109
  "./github",
109
110
  "./payfit",
@@ -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,10 +433,11 @@
431
433
  }
432
434
  },
433
435
  "usedIn": [
436
+ "./credmut",
434
437
  "./dashboard",
435
438
  "./amex",
436
439
  "./bnpp",
437
- "./credmut",
440
+ "./etat-saisie",
438
441
  "./finance-jobs",
439
442
  "./github",
440
443
  "./payfit",
@@ -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",