fjall 2.4.2 → 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-27T05:16:16.457Z
2
- bundle size: 3066818 bytes
3
- cli version: 2.4.2
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",
@@ -35945,7 +35945,7 @@
35945
35945
  "imports": [],
35946
35946
  "exports": [],
35947
35947
  "inputs": {},
35948
- "bytes": 9069227
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
@@ -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
@@ -43372,7 +43372,7 @@
43372
43372
  "bytesInOutput": 422
43373
43373
  }
43374
43374
  },
43375
- "bytes": 3066818
43375
+ "bytes": 3066855
43376
43376
  }
43377
43377
  }
43378
43378
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "<%= packageName %>",
3
- "version": "2.4.2",
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.2",
12
+ "@fjall/components-infrastructure": "^2.4.3",
13
13
  "aws-cdk-lib": "^2.251.0",
14
14
  "constructs": "^10.6.0"
15
15
  }