fjall 2.4.1 → 2.4.3

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/bin/.bundled CHANGED
@@ -1,3 +1,3 @@
1
- bundled at 2026-05-26T22:02:00.294Z
2
- bundle size: 3067198 bytes
3
- cli version: 2.4.1
1
+ bundled at 2026-05-27T08:59:30.349Z
2
+ bundle size: 3066855 bytes
3
+ cli version: 2.4.3
@@ -11492,7 +11492,7 @@
11492
11492
  "format": "esm"
11493
11493
  },
11494
11494
  "../../cli/dist/src/services/auth/OidcSetupService.js": {
11495
- "bytes": 5888,
11495
+ "bytes": 5889,
11496
11496
  "imports": [
11497
11497
  {
11498
11498
  "path": "../../cli/dist/src/types/Result.js",
@@ -29458,7 +29458,7 @@
29458
29458
  "format": "esm"
29459
29459
  },
29460
29460
  "../../cli/dist/src/operations/connectOperation.js": {
29461
- "bytes": 1438,
29461
+ "bytes": 1478,
29462
29462
  "imports": [
29463
29463
  {
29464
29464
  "path": "../../cli/dist/src/operations/steps/connectSteps.js",
@@ -29557,7 +29557,7 @@
29557
29557
  "format": "esm"
29558
29558
  },
29559
29559
  "../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
29560
- "bytes": 5635,
29560
+ "bytes": 5263,
29561
29561
  "imports": [
29562
29562
  {
29563
29563
  "path": "react",
@@ -35945,7 +35945,7 @@
35945
35945
  "imports": [],
35946
35946
  "exports": [],
35947
35947
  "inputs": {},
35948
- "bytes": 9069940
35948
+ "bytes": 9069341
35949
35949
  },
35950
35950
  "bin/fjall.bundle.js": {
35951
35951
  "imports": [
@@ -41125,7 +41125,7 @@
41125
41125
  "bytesInOutput": 6104
41126
41126
  },
41127
41127
  "../../cli/dist/src/services/auth/OidcSetupService.js": {
41128
- "bytesInOutput": 5398
41128
+ "bytesInOutput": 5399
41129
41129
  },
41130
41130
  "../../cli/dist/src/services/connect/types.js": {
41131
41131
  "bytesInOutput": 119
@@ -42058,7 +42058,7 @@
42058
42058
  "bytesInOutput": 2126
42059
42059
  },
42060
42060
  "../../cli/dist/src/services/deployment/ReportVersionService.js": {
42061
- "bytesInOutput": 1333
42061
+ "bytesInOutput": 1332
42062
42062
  },
42063
42063
  "../../cli/dist/src/services/restore/RdsSnapshotService.js": {
42064
42064
  "bytesInOutput": 2832
@@ -42100,7 +42100,7 @@
42100
42100
  "bytesInOutput": 76
42101
42101
  },
42102
42102
  "../../cli/dist/src/services/index.js": {
42103
- "bytesInOutput": 5231
42103
+ "bytesInOutput": 5229
42104
42104
  },
42105
42105
  "../../cli/dist/src/util/theme.js": {
42106
42106
  "bytesInOutput": 1210
@@ -42841,7 +42841,7 @@
42841
42841
  "bytesInOutput": 359
42842
42842
  },
42843
42843
  "../../cli/dist/src/operations/connectOperation.js": {
42844
- "bytesInOutput": 1132
42844
+ "bytesInOutput": 1168
42845
42845
  },
42846
42846
  "../../cli/dist/src/ui/hooks/useConnectFlow.js": {
42847
42847
  "bytesInOutput": 1415
@@ -42853,7 +42853,7 @@
42853
42853
  "bytesInOutput": 189
42854
42854
  },
42855
42855
  "../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
42856
- "bytesInOutput": 4541
42856
+ "bytesInOutput": 4164
42857
42857
  },
42858
42858
  "../../cli/dist/src/ui/screens/agent/installSkillConstants.js": {
42859
42859
  "bytesInOutput": 326
@@ -43372,7 +43372,7 @@
43372
43372
  "bytesInOutput": 422
43373
43373
  }
43374
43374
  },
43375
- "bytes": 3067198
43375
+ "bytes": 3066855
43376
43376
  }
43377
43377
  }
43378
43378
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "<%= packageName %>",
3
- "version": "2.4.1",
3
+ "version": "2.4.3",
4
4
  "type": "module",
5
5
  "scripts": {},
6
6
  "devDependencies": {
@@ -9,7 +9,7 @@
9
9
  "typescript": "~6.0.3"
10
10
  },
11
11
  "dependencies": {
12
- "@fjall/components-infrastructure": "^2.4.1",
12
+ "@fjall/components-infrastructure": "^2.4.3",
13
13
  "aws-cdk-lib": "^2.251.0",
14
14
  "constructs": "^10.6.0"
15
15
  }