fjall 2.8.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 +3 -3
- package/bin/.metafile.json +62 -32
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/fjall.bundle.js +348 -348
- package/package.json +3 -3
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-06-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 2.
|
|
1
|
+
bundled at 2026-06-02T21:43:25.644Z
|
|
2
|
+
bundle size: 3055829 bytes
|
|
3
|
+
cli version: 2.9.1
|
package/bin/.metafile.json
CHANGED
|
@@ -8196,7 +8196,7 @@
|
|
|
8196
8196
|
"format": "esm"
|
|
8197
8197
|
},
|
|
8198
8198
|
"../../deploy-core/dist/src/aws/organisations/backup.js": {
|
|
8199
|
-
"bytes":
|
|
8199
|
+
"bytes": 1242,
|
|
8200
8200
|
"imports": [
|
|
8201
8201
|
{
|
|
8202
8202
|
"path": "@aws-sdk/client-backup",
|
|
@@ -8621,7 +8621,7 @@
|
|
|
8621
8621
|
"format": "esm"
|
|
8622
8622
|
},
|
|
8623
8623
|
"../../deploy-core/dist/src/services/infrastructure/CdkArgumentBuilder.js": {
|
|
8624
|
-
"bytes":
|
|
8624
|
+
"bytes": 2128,
|
|
8625
8625
|
"imports": [
|
|
8626
8626
|
{
|
|
8627
8627
|
"path": "../../util/dist/index.js",
|
|
@@ -8806,7 +8806,7 @@
|
|
|
8806
8806
|
"format": "esm"
|
|
8807
8807
|
},
|
|
8808
8808
|
"../../deploy-core/dist/src/services/infrastructure/cdkServiceHelpers.js": {
|
|
8809
|
-
"bytes":
|
|
8809
|
+
"bytes": 1000,
|
|
8810
8810
|
"imports": [
|
|
8811
8811
|
{
|
|
8812
8812
|
"path": "../../deploy-core/dist/src/types/operations.js",
|
|
@@ -10010,7 +10010,7 @@
|
|
|
10010
10010
|
"format": "esm"
|
|
10011
10011
|
},
|
|
10012
10012
|
"../../deploy-core/dist/src/orchestration/cascadeHelpers.js": {
|
|
10013
|
-
"bytes":
|
|
10013
|
+
"bytes": 5952,
|
|
10014
10014
|
"imports": [
|
|
10015
10015
|
{
|
|
10016
10016
|
"path": "path",
|
|
@@ -10057,6 +10057,16 @@
|
|
|
10057
10057
|
"kind": "import-statement",
|
|
10058
10058
|
"original": "../types/FjallState.js"
|
|
10059
10059
|
},
|
|
10060
|
+
{
|
|
10061
|
+
"path": "@aws-sdk/client-backup",
|
|
10062
|
+
"kind": "import-statement",
|
|
10063
|
+
"external": true
|
|
10064
|
+
},
|
|
10065
|
+
{
|
|
10066
|
+
"path": "../../deploy-core/dist/src/aws/organisations/backup.js",
|
|
10067
|
+
"kind": "import-statement",
|
|
10068
|
+
"original": "../aws/organisations/backup.js"
|
|
10069
|
+
},
|
|
10060
10070
|
{
|
|
10061
10071
|
"path": "../../deploy-core/dist/src/orchestration/contextHelpers.js",
|
|
10062
10072
|
"kind": "import-statement",
|
|
@@ -10163,7 +10173,7 @@
|
|
|
10163
10173
|
"format": "esm"
|
|
10164
10174
|
},
|
|
10165
10175
|
"../../deploy-core/dist/src/orchestration/organisationDeploy.js": {
|
|
10166
|
-
"bytes":
|
|
10176
|
+
"bytes": 11108,
|
|
10167
10177
|
"imports": [
|
|
10168
10178
|
{
|
|
10169
10179
|
"path": "node:path",
|
|
@@ -10180,6 +10190,11 @@
|
|
|
10180
10190
|
"kind": "import-statement",
|
|
10181
10191
|
"external": true
|
|
10182
10192
|
},
|
|
10193
|
+
{
|
|
10194
|
+
"path": "@aws-sdk/client-backup",
|
|
10195
|
+
"kind": "import-statement",
|
|
10196
|
+
"external": true
|
|
10197
|
+
},
|
|
10183
10198
|
{
|
|
10184
10199
|
"path": "../../deploy-core/dist/src/types/operations.js",
|
|
10185
10200
|
"kind": "import-statement",
|
|
@@ -10200,6 +10215,11 @@
|
|
|
10200
10215
|
"kind": "import-statement",
|
|
10201
10216
|
"original": "../aws/organisations/organisation.js"
|
|
10202
10217
|
},
|
|
10218
|
+
{
|
|
10219
|
+
"path": "../../deploy-core/dist/src/aws/organisations/backup.js",
|
|
10220
|
+
"kind": "import-statement",
|
|
10221
|
+
"original": "../aws/organisations/backup.js"
|
|
10222
|
+
},
|
|
10203
10223
|
{
|
|
10204
10224
|
"path": "../../deploy-core/dist/src/orchestration/contextHelpers.js",
|
|
10205
10225
|
"kind": "import-statement",
|
|
@@ -25561,7 +25581,7 @@
|
|
|
25561
25581
|
"format": "esm"
|
|
25562
25582
|
},
|
|
25563
25583
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationCallbacks.js": {
|
|
25564
|
-
"bytes":
|
|
25584
|
+
"bytes": 4473,
|
|
25565
25585
|
"imports": [
|
|
25566
25586
|
{
|
|
25567
25587
|
"path": "react",
|
|
@@ -35258,7 +35278,7 @@
|
|
|
35258
35278
|
"imports": [],
|
|
35259
35279
|
"exports": [],
|
|
35260
35280
|
"inputs": {},
|
|
35261
|
-
"bytes":
|
|
35281
|
+
"bytes": 8805894
|
|
35262
35282
|
},
|
|
35263
35283
|
"bin/fjall.bundle.js": {
|
|
35264
35284
|
"imports": [
|
|
@@ -36162,6 +36182,11 @@
|
|
|
36162
36182
|
"kind": "import-statement",
|
|
36163
36183
|
"external": true
|
|
36164
36184
|
},
|
|
36185
|
+
{
|
|
36186
|
+
"path": "@aws-sdk/client-backup",
|
|
36187
|
+
"kind": "import-statement",
|
|
36188
|
+
"external": true
|
|
36189
|
+
},
|
|
36165
36190
|
{
|
|
36166
36191
|
"path": "path",
|
|
36167
36192
|
"kind": "dynamic-import",
|
|
@@ -36197,6 +36222,11 @@
|
|
|
36197
36222
|
"kind": "import-statement",
|
|
36198
36223
|
"external": true
|
|
36199
36224
|
},
|
|
36225
|
+
{
|
|
36226
|
+
"path": "@aws-sdk/client-backup",
|
|
36227
|
+
"kind": "import-statement",
|
|
36228
|
+
"external": true
|
|
36229
|
+
},
|
|
36200
36230
|
{
|
|
36201
36231
|
"path": "@aws-sdk/client-cloudformation",
|
|
36202
36232
|
"kind": "import-statement",
|
|
@@ -39913,7 +39943,7 @@
|
|
|
39913
39943
|
"bytesInOutput": 713
|
|
39914
39944
|
},
|
|
39915
39945
|
"../../node_modules/axios/lib/adapters/http.js": {
|
|
39916
|
-
"bytesInOutput":
|
|
39946
|
+
"bytesInOutput": 11540
|
|
39917
39947
|
},
|
|
39918
39948
|
"../../node_modules/axios/lib/helpers/isURLSameOrigin.js": {
|
|
39919
39949
|
"bytesInOutput": 243
|
|
@@ -39937,7 +39967,7 @@
|
|
|
39937
39967
|
"bytesInOutput": 711
|
|
39938
39968
|
},
|
|
39939
39969
|
"../../node_modules/axios/lib/adapters/fetch.js": {
|
|
39940
|
-
"bytesInOutput":
|
|
39970
|
+
"bytesInOutput": 3270
|
|
39941
39971
|
},
|
|
39942
39972
|
"../../node_modules/axios/lib/adapters/adapters.js": {
|
|
39943
39973
|
"bytesInOutput": 900
|
|
@@ -40045,7 +40075,7 @@
|
|
|
40045
40075
|
"bytesInOutput": 361
|
|
40046
40076
|
},
|
|
40047
40077
|
"../../deploy-core/dist/src/aws/organisations/backup.js": {
|
|
40048
|
-
"bytesInOutput":
|
|
40078
|
+
"bytesInOutput": 1012
|
|
40049
40079
|
},
|
|
40050
40080
|
"../../deploy-core/dist/src/aws/organisations/accounts.js": {
|
|
40051
40081
|
"bytesInOutput": 2125
|
|
@@ -40093,7 +40123,7 @@
|
|
|
40093
40123
|
"bytesInOutput": 227
|
|
40094
40124
|
},
|
|
40095
40125
|
"../../deploy-core/dist/src/services/infrastructure/CdkArgumentBuilder.js": {
|
|
40096
|
-
"bytesInOutput":
|
|
40126
|
+
"bytesInOutput": 2071
|
|
40097
40127
|
},
|
|
40098
40128
|
"../../deploy-core/dist/src/services/infrastructure/CdkOutputParser.js": {
|
|
40099
40129
|
"bytesInOutput": 530
|
|
@@ -40111,7 +40141,7 @@
|
|
|
40111
40141
|
"bytesInOutput": 853
|
|
40112
40142
|
},
|
|
40113
40143
|
"../../deploy-core/dist/src/services/infrastructure/cdkServiceHelpers.js": {
|
|
40114
|
-
"bytesInOutput":
|
|
40144
|
+
"bytesInOutput": 793
|
|
40115
40145
|
},
|
|
40116
40146
|
"../../deploy-core/dist/src/services/infrastructure/CdkService.js": {
|
|
40117
40147
|
"bytesInOutput": 3976
|
|
@@ -40228,7 +40258,7 @@
|
|
|
40228
40258
|
"bytesInOutput": 4413
|
|
40229
40259
|
},
|
|
40230
40260
|
"../../deploy-core/dist/src/orchestration/cascadeHelpers.js": {
|
|
40231
|
-
"bytesInOutput":
|
|
40261
|
+
"bytesInOutput": 4853
|
|
40232
40262
|
},
|
|
40233
40263
|
"../../deploy-core/dist/src/orchestration/cascadeSummary.js": {
|
|
40234
40264
|
"bytesInOutput": 1029
|
|
@@ -40240,7 +40270,7 @@
|
|
|
40240
40270
|
"bytesInOutput": 1201
|
|
40241
40271
|
},
|
|
40242
40272
|
"../../deploy-core/dist/src/orchestration/organisationDeploy.js": {
|
|
40243
|
-
"bytesInOutput":
|
|
40273
|
+
"bytesInOutput": 9948
|
|
40244
40274
|
},
|
|
40245
40275
|
"../../deploy-core/dist/src/orchestration/deploy.js": {
|
|
40246
40276
|
"bytesInOutput": 441
|
|
@@ -40501,7 +40531,7 @@
|
|
|
40501
40531
|
"bytesInOutput": 961
|
|
40502
40532
|
},
|
|
40503
40533
|
"../../node_modules/ast-types/lib/types.js": {
|
|
40504
|
-
"bytesInOutput":
|
|
40534
|
+
"bytesInOutput": 10334
|
|
40505
40535
|
},
|
|
40506
40536
|
"../../node_modules/ast-types/lib/path.js": {
|
|
40507
40537
|
"bytesInOutput": 4113
|
|
@@ -40657,7 +40687,7 @@
|
|
|
40657
40687
|
"bytesInOutput": 4712
|
|
40658
40688
|
},
|
|
40659
40689
|
"../../node_modules/recast/lib/printer.js": {
|
|
40660
|
-
"bytesInOutput":
|
|
40690
|
+
"bytesInOutput": 41504
|
|
40661
40691
|
},
|
|
40662
40692
|
"../../node_modules/recast/main.js": {
|
|
40663
40693
|
"bytesInOutput": 901
|
|
@@ -40993,7 +41023,7 @@
|
|
|
40993
41023
|
"bytesInOutput": 1922
|
|
40994
41024
|
},
|
|
40995
41025
|
"../../cli/dist/src/services/organisation/OrganisationDeployService.js": {
|
|
40996
|
-
"bytesInOutput":
|
|
41026
|
+
"bytesInOutput": 4158
|
|
40997
41027
|
},
|
|
40998
41028
|
"../../cli/dist/src/types/FjallState.js": {
|
|
40999
41029
|
"bytesInOutput": 35
|
|
@@ -41395,7 +41425,7 @@
|
|
|
41395
41425
|
"bytesInOutput": 1339
|
|
41396
41426
|
},
|
|
41397
41427
|
"../../cli/dist/src/ui/components/inputs/UnifiedSelect.js": {
|
|
41398
|
-
"bytesInOutput":
|
|
41428
|
+
"bytesInOutput": 3276
|
|
41399
41429
|
},
|
|
41400
41430
|
"../../cli/dist/src/ui/components/inputs/Select.js": {
|
|
41401
41431
|
"bytesInOutput": 34
|
|
@@ -41551,7 +41581,7 @@
|
|
|
41551
41581
|
"bytesInOutput": 799
|
|
41552
41582
|
},
|
|
41553
41583
|
"../../cli/dist/src/ui/components/screens/CreatingScreen.js": {
|
|
41554
|
-
"bytesInOutput":
|
|
41584
|
+
"bytesInOutput": 2827
|
|
41555
41585
|
},
|
|
41556
41586
|
"../../cli/dist/src/ui/screens/create/CreateAppReviewStep.js": {
|
|
41557
41587
|
"bytesInOutput": 2773
|
|
@@ -41728,7 +41758,7 @@
|
|
|
41728
41758
|
"bytesInOutput": 1139
|
|
41729
41759
|
},
|
|
41730
41760
|
"../../cli/dist/src/ui/components/operations/useStackOperationState.js": {
|
|
41731
|
-
"bytesInOutput":
|
|
41761
|
+
"bytesInOutput": 3809
|
|
41732
41762
|
},
|
|
41733
41763
|
"../../cli/dist/src/ui/components/operations/StackOperationBox.js": {
|
|
41734
41764
|
"bytesInOutput": 3092
|
|
@@ -41776,7 +41806,7 @@
|
|
|
41776
41806
|
"bytesInOutput": 1950
|
|
41777
41807
|
},
|
|
41778
41808
|
"../../cli/dist/src/ui/components/operations/OrgSetupBox.js": {
|
|
41779
|
-
"bytesInOutput":
|
|
41809
|
+
"bytesInOutput": 5141
|
|
41780
41810
|
},
|
|
41781
41811
|
"../../cli/dist/src/util/synchronizedOutput.js": {
|
|
41782
41812
|
"bytesInOutput": 466
|
|
@@ -41794,7 +41824,7 @@
|
|
|
41794
41824
|
"bytesInOutput": 175
|
|
41795
41825
|
},
|
|
41796
41826
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationCallbacks.js": {
|
|
41797
|
-
"bytesInOutput":
|
|
41827
|
+
"bytesInOutput": 4074
|
|
41798
41828
|
},
|
|
41799
41829
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationStepState.js": {
|
|
41800
41830
|
"bytesInOutput": 2052
|
|
@@ -41803,13 +41833,13 @@
|
|
|
41803
41833
|
"bytesInOutput": 2155
|
|
41804
41834
|
},
|
|
41805
41835
|
"../../cli/dist/src/ui/screens/deploy/StackOperationProgressScreen.js": {
|
|
41806
|
-
"bytesInOutput":
|
|
41836
|
+
"bytesInOutput": 5028
|
|
41807
41837
|
},
|
|
41808
41838
|
"../../cli/dist/src/ui/components/operations/DockerOperationBox.js": {
|
|
41809
|
-
"bytesInOutput":
|
|
41839
|
+
"bytesInOutput": 4513
|
|
41810
41840
|
},
|
|
41811
41841
|
"../../cli/dist/src/ui/components/operations/EcsOperationBox.js": {
|
|
41812
|
-
"bytesInOutput":
|
|
41842
|
+
"bytesInOutput": 4176
|
|
41813
41843
|
},
|
|
41814
41844
|
"../../cli/dist/src/ui/components/operations/OpenNextOperationBox.js": {
|
|
41815
41845
|
"bytesInOutput": 3493
|
|
@@ -41830,7 +41860,7 @@
|
|
|
41830
41860
|
"bytesInOutput": 966
|
|
41831
41861
|
},
|
|
41832
41862
|
"../../cli/dist/src/ui/hooks/useDeploymentOperation.js": {
|
|
41833
|
-
"bytesInOutput":
|
|
41863
|
+
"bytesInOutput": 3941
|
|
41834
41864
|
},
|
|
41835
41865
|
"../../cli/dist/src/types/deployment/ecsEvents.js": {
|
|
41836
41866
|
"bytesInOutput": 30
|
|
@@ -41875,13 +41905,13 @@
|
|
|
41875
41905
|
"bytesInOutput": 829
|
|
41876
41906
|
},
|
|
41877
41907
|
"../../cli/dist/src/ui/screens/deploy/AppDeploymentProgressScreen.js": {
|
|
41878
|
-
"bytesInOutput":
|
|
41908
|
+
"bytesInOutput": 4683
|
|
41879
41909
|
},
|
|
41880
41910
|
"../../cli/dist/src/operations/destroyOperation.js": {
|
|
41881
41911
|
"bytesInOutput": 277
|
|
41882
41912
|
},
|
|
41883
41913
|
"../../cli/dist/src/ui/screens/deploy/AppDestroyProgressScreen.js": {
|
|
41884
|
-
"bytesInOutput":
|
|
41914
|
+
"bytesInOutput": 3413
|
|
41885
41915
|
},
|
|
41886
41916
|
"../../cli/dist/src/ui/screens/DestroyScreen.js": {
|
|
41887
41917
|
"bytesInOutput": 6459
|
|
@@ -41983,7 +42013,7 @@
|
|
|
41983
42013
|
"bytesInOutput": 5177
|
|
41984
42014
|
},
|
|
41985
42015
|
"../../cli/dist/src/ui/screens/secrets/SecretsScreen.js": {
|
|
41986
|
-
"bytesInOutput":
|
|
42016
|
+
"bytesInOutput": 4467
|
|
41987
42017
|
},
|
|
41988
42018
|
"../../cli/dist/src/ui/screens/tunnel/TunnelScreen.js": {
|
|
41989
42019
|
"bytesInOutput": 3760
|
|
@@ -42052,7 +42082,7 @@
|
|
|
42052
42082
|
"bytesInOutput": 379
|
|
42053
42083
|
},
|
|
42054
42084
|
"../../node_modules/graceful-fs/graceful-fs.js": {
|
|
42055
|
-
"bytesInOutput":
|
|
42085
|
+
"bytesInOutput": 5178
|
|
42056
42086
|
},
|
|
42057
42087
|
"../../node_modules/retry/lib/retry_operation.js": {
|
|
42058
42088
|
"bytesInOutput": 2277
|
|
@@ -42193,7 +42223,7 @@
|
|
|
42193
42223
|
"bytesInOutput": 2152
|
|
42194
42224
|
},
|
|
42195
42225
|
"../../cli/dist/src/util/agent/sessionHooks.js": {
|
|
42196
|
-
"bytesInOutput":
|
|
42226
|
+
"bytesInOutput": 3795
|
|
42197
42227
|
},
|
|
42198
42228
|
"../../cli/dist/src/util/uiRouter.js": {
|
|
42199
42229
|
"bytesInOutput": 420
|
|
@@ -42529,7 +42559,7 @@
|
|
|
42529
42559
|
"bytesInOutput": 422
|
|
42530
42560
|
}
|
|
42531
42561
|
},
|
|
42532
|
-
"bytes":
|
|
42562
|
+
"bytes": 3055829
|
|
42533
42563
|
}
|
|
42534
42564
|
}
|
|
42535
42565
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= packageName %>",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
12
|
+
"@fjall/components-infrastructure": "^2.9.1",
|
|
13
13
|
"aws-cdk-lib": "^2.251.0",
|
|
14
14
|
"constructs": "^10.6.0"
|
|
15
15
|
}
|