fjall 2.4.5 → 2.4.7
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 +3 -3
- package/bin/.metafile.json +8 -8
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/fjall.bundle.js +259 -259
- package/package.json +3 -3
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-05-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 2.4.
|
|
1
|
+
bundled at 2026-05-27T21:28:06.474Z
|
|
2
|
+
bundle size: 3067354 bytes
|
|
3
|
+
cli version: 2.4.7
|
package/bin/.metafile.json
CHANGED
|
@@ -8618,7 +8618,7 @@
|
|
|
8618
8618
|
"format": "esm"
|
|
8619
8619
|
},
|
|
8620
8620
|
"../../deploy-core/dist/src/aws/organisations/organisationalUnits.js": {
|
|
8621
|
-
"bytes":
|
|
8621
|
+
"bytes": 2990,
|
|
8622
8622
|
"imports": [
|
|
8623
8623
|
{
|
|
8624
8624
|
"path": "@aws-sdk/client-organizations",
|
|
@@ -10811,7 +10811,7 @@
|
|
|
10811
10811
|
"format": "esm"
|
|
10812
10812
|
},
|
|
10813
10813
|
"../../deploy-core/dist/src/orchestration/organisationSetup.js": {
|
|
10814
|
-
"bytes":
|
|
10814
|
+
"bytes": 6342,
|
|
10815
10815
|
"imports": [
|
|
10816
10816
|
{
|
|
10817
10817
|
"path": "../../generator/dist/src/index.js",
|
|
@@ -17722,7 +17722,7 @@
|
|
|
17722
17722
|
"format": "esm"
|
|
17723
17723
|
},
|
|
17724
17724
|
"../../cli/dist/src/services/organisation/OrganisationSetupService.js": {
|
|
17725
|
-
"bytes":
|
|
17725
|
+
"bytes": 4721,
|
|
17726
17726
|
"imports": [
|
|
17727
17727
|
{
|
|
17728
17728
|
"path": "../../deploy-core/dist/src/index.js",
|
|
@@ -35914,7 +35914,7 @@
|
|
|
35914
35914
|
"imports": [],
|
|
35915
35915
|
"exports": [],
|
|
35916
35916
|
"inputs": {},
|
|
35917
|
-
"bytes":
|
|
35917
|
+
"bytes": 9069594
|
|
35918
35918
|
},
|
|
35919
35919
|
"bin/fjall.bundle.js": {
|
|
35920
35920
|
"imports": [
|
|
@@ -40815,7 +40815,7 @@
|
|
|
40815
40815
|
"bytesInOutput": 2128
|
|
40816
40816
|
},
|
|
40817
40817
|
"../../deploy-core/dist/src/aws/organisations/organisationalUnits.js": {
|
|
40818
|
-
"bytesInOutput":
|
|
40818
|
+
"bytesInOutput": 2762
|
|
40819
40819
|
},
|
|
40820
40820
|
"../../deploy-core/dist/src/aws/organisations/costAllocation.js": {
|
|
40821
40821
|
"bytesInOutput": 435
|
|
@@ -41034,7 +41034,7 @@
|
|
|
41034
41034
|
"bytesInOutput": 921
|
|
41035
41035
|
},
|
|
41036
41036
|
"../../deploy-core/dist/src/orchestration/organisationSetup.js": {
|
|
41037
|
-
"bytesInOutput":
|
|
41037
|
+
"bytesInOutput": 5375
|
|
41038
41038
|
},
|
|
41039
41039
|
"../../deploy-core/dist/src/orchestration/builders/index.js": {
|
|
41040
41040
|
"bytesInOutput": 45
|
|
@@ -41787,7 +41787,7 @@
|
|
|
41787
41787
|
"bytesInOutput": 1545
|
|
41788
41788
|
},
|
|
41789
41789
|
"../../cli/dist/src/services/organisation/OrganisationSetupService.js": {
|
|
41790
|
-
"bytesInOutput":
|
|
41790
|
+
"bytesInOutput": 3969
|
|
41791
41791
|
},
|
|
41792
41792
|
"../../cli/dist/src/services/deployment/EcsDeploymentService.js": {
|
|
41793
41793
|
"bytesInOutput": 1185
|
|
@@ -43338,7 +43338,7 @@
|
|
|
43338
43338
|
"bytesInOutput": 422
|
|
43339
43339
|
}
|
|
43340
43340
|
},
|
|
43341
|
-
"bytes":
|
|
43341
|
+
"bytes": 3067354
|
|
43342
43342
|
}
|
|
43343
43343
|
}
|
|
43344
43344
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= packageName %>",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.7",
|
|
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.
|
|
12
|
+
"@fjall/components-infrastructure": "^2.4.7",
|
|
13
13
|
"aws-cdk-lib": "^2.251.0",
|
|
14
14
|
"constructs": "^10.6.0"
|
|
15
15
|
}
|