fjall 2.9.0 → 2.9.1

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-06-02T05:28:33.655Z
2
- bundle size: 3055223 bytes
3
- cli version: 2.9.0
1
+ bundled at 2026-06-02T21:43:25.644Z
2
+ bundle size: 3055829 bytes
3
+ cli version: 2.9.1
@@ -8196,7 +8196,7 @@
8196
8196
  "format": "esm"
8197
8197
  },
8198
8198
  "../../deploy-core/dist/src/aws/organisations/backup.js": {
8199
- "bytes": 1130,
8199
+ "bytes": 1242,
8200
8200
  "imports": [
8201
8201
  {
8202
8202
  "path": "@aws-sdk/client-backup",
@@ -10010,7 +10010,7 @@
10010
10010
  "format": "esm"
10011
10011
  },
10012
10012
  "../../deploy-core/dist/src/orchestration/cascadeHelpers.js": {
10013
- "bytes": 5867,
10013
+ "bytes": 5952,
10014
10014
  "imports": [
10015
10015
  {
10016
10016
  "path": "path",
@@ -10173,7 +10173,7 @@
10173
10173
  "format": "esm"
10174
10174
  },
10175
10175
  "../../deploy-core/dist/src/orchestration/organisationDeploy.js": {
10176
- "bytes": 10608,
10176
+ "bytes": 11108,
10177
10177
  "imports": [
10178
10178
  {
10179
10179
  "path": "node:path",
@@ -35278,7 +35278,7 @@
35278
35278
  "imports": [],
35279
35279
  "exports": [],
35280
35280
  "inputs": {},
35281
- "bytes": 8804565
35281
+ "bytes": 8805894
35282
35282
  },
35283
35283
  "bin/fjall.bundle.js": {
35284
35284
  "imports": [
@@ -40075,7 +40075,7 @@
40075
40075
  "bytesInOutput": 361
40076
40076
  },
40077
40077
  "../../deploy-core/dist/src/aws/organisations/backup.js": {
40078
- "bytesInOutput": 931
40078
+ "bytesInOutput": 1012
40079
40079
  },
40080
40080
  "../../deploy-core/dist/src/aws/organisations/accounts.js": {
40081
40081
  "bytesInOutput": 2125
@@ -40258,7 +40258,7 @@
40258
40258
  "bytesInOutput": 4413
40259
40259
  },
40260
40260
  "../../deploy-core/dist/src/orchestration/cascadeHelpers.js": {
40261
- "bytesInOutput": 4801
40261
+ "bytesInOutput": 4853
40262
40262
  },
40263
40263
  "../../deploy-core/dist/src/orchestration/cascadeSummary.js": {
40264
40264
  "bytesInOutput": 1029
@@ -40270,7 +40270,7 @@
40270
40270
  "bytesInOutput": 1201
40271
40271
  },
40272
40272
  "../../deploy-core/dist/src/orchestration/organisationDeploy.js": {
40273
- "bytesInOutput": 9479
40273
+ "bytesInOutput": 9948
40274
40274
  },
40275
40275
  "../../deploy-core/dist/src/orchestration/deploy.js": {
40276
40276
  "bytesInOutput": 441
@@ -42223,7 +42223,7 @@
42223
42223
  "bytesInOutput": 2152
42224
42224
  },
42225
42225
  "../../cli/dist/src/util/agent/sessionHooks.js": {
42226
- "bytesInOutput": 3791
42226
+ "bytesInOutput": 3795
42227
42227
  },
42228
42228
  "../../cli/dist/src/util/uiRouter.js": {
42229
42229
  "bytesInOutput": 420
@@ -42559,7 +42559,7 @@
42559
42559
  "bytesInOutput": 422
42560
42560
  }
42561
42561
  },
42562
- "bytes": 3055223
42562
+ "bytes": 3055829
42563
42563
  }
42564
42564
  }
42565
42565
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "<%= packageName %>",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
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.9.0",
12
+ "@fjall/components-infrastructure": "^2.9.1",
13
13
  "aws-cdk-lib": "^2.251.0",
14
14
  "constructs": "^10.6.0"
15
15
  }