fjall 2.4.4 → 2.4.5

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-27T09:59:50.427Z
2
- bundle size: 3066473 bytes
3
- cli version: 2.4.4
1
+ bundled at 2026-05-27T20:39:43.023Z
2
+ bundle size: 3066716 bytes
3
+ cli version: 2.4.5
@@ -12055,7 +12055,7 @@
12055
12055
  "format": "esm"
12056
12056
  },
12057
12057
  "../../cli/dist/src/aws/profileResolution.js": {
12058
- "bytes": 1758,
12058
+ "bytes": 2047,
12059
12059
  "imports": [
12060
12060
  {
12061
12061
  "path": "../../cli/node_modules/@fjall/util/dist/Config.js",
@@ -35914,7 +35914,7 @@
35914
35914
  "imports": [],
35915
35915
  "exports": [],
35916
35916
  "inputs": {},
35917
- "bytes": 9067931
35917
+ "bytes": 9068480
35918
35918
  },
35919
35919
  "bin/fjall.bundle.js": {
35920
35920
  "imports": [
@@ -41136,7 +41136,7 @@
41136
41136
  "bytesInOutput": 69
41137
41137
  },
41138
41138
  "../../cli/dist/src/aws/profileResolution.js": {
41139
- "bytesInOutput": 1388
41139
+ "bytesInOutput": 1631
41140
41140
  },
41141
41141
  "../../cli/dist/src/aws/awsAuthentication.js": {
41142
41142
  "bytesInOutput": 1644
@@ -43338,7 +43338,7 @@
43338
43338
  "bytesInOutput": 422
43339
43339
  }
43340
43340
  },
43341
- "bytes": 3066473
43341
+ "bytes": 3066716
43342
43342
  }
43343
43343
  }
43344
43344
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "<%= packageName %>",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
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.4",
12
+ "@fjall/components-infrastructure": "^2.4.5",
13
13
  "aws-cdk-lib": "^2.251.0",
14
14
  "constructs": "^10.6.0"
15
15
  }