fjall 2.7.0 → 2.8.0
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 +44 -34
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/fjall.bundle.js +260 -260
- 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-02T01:06:21.131Z
|
|
2
|
+
bundle size: 3054096 bytes
|
|
3
|
+
cli version: 2.8.0
|
package/bin/.metafile.json
CHANGED
|
@@ -10163,8 +10163,13 @@
|
|
|
10163
10163
|
"format": "esm"
|
|
10164
10164
|
},
|
|
10165
10165
|
"../../deploy-core/dist/src/orchestration/organisationDeploy.js": {
|
|
10166
|
-
"bytes":
|
|
10166
|
+
"bytes": 10265,
|
|
10167
10167
|
"imports": [
|
|
10168
|
+
{
|
|
10169
|
+
"path": "node:path",
|
|
10170
|
+
"kind": "import-statement",
|
|
10171
|
+
"external": true
|
|
10172
|
+
},
|
|
10168
10173
|
{
|
|
10169
10174
|
"path": "../../generator/dist/src/index.js",
|
|
10170
10175
|
"kind": "import-statement",
|
|
@@ -10719,7 +10724,7 @@
|
|
|
10719
10724
|
"format": "esm"
|
|
10720
10725
|
},
|
|
10721
10726
|
"../../deploy-core/dist/src/steps/stepRegistry.js": {
|
|
10722
|
-
"bytes":
|
|
10727
|
+
"bytes": 6595,
|
|
10723
10728
|
"imports": [
|
|
10724
10729
|
{
|
|
10725
10730
|
"path": "../../deploy-core/dist/src/types/index.js",
|
|
@@ -12158,7 +12163,7 @@
|
|
|
12158
12163
|
"format": "esm"
|
|
12159
12164
|
},
|
|
12160
12165
|
"../../cli/dist/src/services/deployment/orgCallbackMapper.js": {
|
|
12161
|
-
"bytes":
|
|
12166
|
+
"bytes": 1974,
|
|
12162
12167
|
"imports": [
|
|
12163
12168
|
{
|
|
12164
12169
|
"path": "../../deploy-core/dist/src/index.js",
|
|
@@ -17170,7 +17175,7 @@
|
|
|
17170
17175
|
"format": "esm"
|
|
17171
17176
|
},
|
|
17172
17177
|
"../../cli/dist/src/services/organisation/OrganisationDeployService.js": {
|
|
17173
|
-
"bytes":
|
|
17178
|
+
"bytes": 5482,
|
|
17174
17179
|
"imports": [
|
|
17175
17180
|
{
|
|
17176
17181
|
"path": "../../util/dist/Config.js",
|
|
@@ -21140,7 +21145,7 @@
|
|
|
21140
21145
|
"format": "esm"
|
|
21141
21146
|
},
|
|
21142
21147
|
"../../cli/dist/src/util/agent/agentCallbacks.js": {
|
|
21143
|
-
"bytes":
|
|
21148
|
+
"bytes": 4680,
|
|
21144
21149
|
"imports": [
|
|
21145
21150
|
{
|
|
21146
21151
|
"path": "../../cli/dist/src/util/agent/agentOutput.js",
|
|
@@ -25556,7 +25561,7 @@
|
|
|
25556
25561
|
"format": "esm"
|
|
25557
25562
|
},
|
|
25558
25563
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationCallbacks.js": {
|
|
25559
|
-
"bytes":
|
|
25564
|
+
"bytes": 4345,
|
|
25560
25565
|
"imports": [
|
|
25561
25566
|
{
|
|
25562
25567
|
"path": "react",
|
|
@@ -29100,7 +29105,7 @@
|
|
|
29100
29105
|
"format": "esm"
|
|
29101
29106
|
},
|
|
29102
29107
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveCallbacks.js": {
|
|
29103
|
-
"bytes":
|
|
29108
|
+
"bytes": 2630,
|
|
29104
29109
|
"imports": [
|
|
29105
29110
|
{
|
|
29106
29111
|
"path": "../../cli/dist/src/services/index.js",
|
|
@@ -35253,7 +35258,7 @@
|
|
|
35253
35258
|
"imports": [],
|
|
35254
35259
|
"exports": [],
|
|
35255
35260
|
"inputs": {},
|
|
35256
|
-
"bytes":
|
|
35261
|
+
"bytes": 8801961
|
|
35257
35262
|
},
|
|
35258
35263
|
"bin/fjall.bundle.js": {
|
|
35259
35264
|
"imports": [
|
|
@@ -36182,6 +36187,11 @@
|
|
|
36182
36187
|
"kind": "import-statement",
|
|
36183
36188
|
"external": true
|
|
36184
36189
|
},
|
|
36190
|
+
{
|
|
36191
|
+
"path": "node:path",
|
|
36192
|
+
"kind": "import-statement",
|
|
36193
|
+
"external": true
|
|
36194
|
+
},
|
|
36185
36195
|
{
|
|
36186
36196
|
"path": "@aws-sdk/client-organizations",
|
|
36187
36197
|
"kind": "import-statement",
|
|
@@ -39903,7 +39913,7 @@
|
|
|
39903
39913
|
"bytesInOutput": 713
|
|
39904
39914
|
},
|
|
39905
39915
|
"../../node_modules/axios/lib/adapters/http.js": {
|
|
39906
|
-
"bytesInOutput":
|
|
39916
|
+
"bytesInOutput": 11523
|
|
39907
39917
|
},
|
|
39908
39918
|
"../../node_modules/axios/lib/helpers/isURLSameOrigin.js": {
|
|
39909
39919
|
"bytesInOutput": 243
|
|
@@ -39927,7 +39937,7 @@
|
|
|
39927
39937
|
"bytesInOutput": 711
|
|
39928
39938
|
},
|
|
39929
39939
|
"../../node_modules/axios/lib/adapters/fetch.js": {
|
|
39930
|
-
"bytesInOutput":
|
|
39940
|
+
"bytesInOutput": 3267
|
|
39931
39941
|
},
|
|
39932
39942
|
"../../node_modules/axios/lib/adapters/adapters.js": {
|
|
39933
39943
|
"bytesInOutput": 900
|
|
@@ -40230,7 +40240,7 @@
|
|
|
40230
40240
|
"bytesInOutput": 1201
|
|
40231
40241
|
},
|
|
40232
40242
|
"../../deploy-core/dist/src/orchestration/organisationDeploy.js": {
|
|
40233
|
-
"bytesInOutput":
|
|
40243
|
+
"bytesInOutput": 9207
|
|
40234
40244
|
},
|
|
40235
40245
|
"../../deploy-core/dist/src/orchestration/deploy.js": {
|
|
40236
40246
|
"bytesInOutput": 441
|
|
@@ -40263,7 +40273,7 @@
|
|
|
40263
40273
|
"bytesInOutput": 93
|
|
40264
40274
|
},
|
|
40265
40275
|
"../../deploy-core/dist/src/steps/stepRegistry.js": {
|
|
40266
|
-
"bytesInOutput":
|
|
40276
|
+
"bytesInOutput": 6438
|
|
40267
40277
|
},
|
|
40268
40278
|
"../../deploy-core/dist/src/steps/index.js": {
|
|
40269
40279
|
"bytesInOutput": 36
|
|
@@ -40395,7 +40405,7 @@
|
|
|
40395
40405
|
"bytesInOutput": 40
|
|
40396
40406
|
},
|
|
40397
40407
|
"../../cli/dist/src/services/deployment/orgCallbackMapper.js": {
|
|
40398
|
-
"bytesInOutput":
|
|
40408
|
+
"bytesInOutput": 1658
|
|
40399
40409
|
},
|
|
40400
40410
|
"../../cli/dist/src/services/deployment/DeployCoreAdapter.js": {
|
|
40401
40411
|
"bytesInOutput": 3712
|
|
@@ -40491,7 +40501,7 @@
|
|
|
40491
40501
|
"bytesInOutput": 961
|
|
40492
40502
|
},
|
|
40493
40503
|
"../../node_modules/ast-types/lib/types.js": {
|
|
40494
|
-
"bytesInOutput":
|
|
40504
|
+
"bytesInOutput": 10386
|
|
40495
40505
|
},
|
|
40496
40506
|
"../../node_modules/ast-types/lib/path.js": {
|
|
40497
40507
|
"bytesInOutput": 4113
|
|
@@ -40647,7 +40657,7 @@
|
|
|
40647
40657
|
"bytesInOutput": 4712
|
|
40648
40658
|
},
|
|
40649
40659
|
"../../node_modules/recast/lib/printer.js": {
|
|
40650
|
-
"bytesInOutput":
|
|
40660
|
+
"bytesInOutput": 41506
|
|
40651
40661
|
},
|
|
40652
40662
|
"../../node_modules/recast/main.js": {
|
|
40653
40663
|
"bytesInOutput": 901
|
|
@@ -40908,7 +40918,7 @@
|
|
|
40908
40918
|
"bytesInOutput": 284
|
|
40909
40919
|
},
|
|
40910
40920
|
"../../cli/dist/src/services/container/EcrBuildOrchestrator.js": {
|
|
40911
|
-
"bytesInOutput":
|
|
40921
|
+
"bytesInOutput": 5151
|
|
40912
40922
|
},
|
|
40913
40923
|
"../../cli/dist/src/services/container/EcrService.tagging.js": {
|
|
40914
40924
|
"bytesInOutput": 2047
|
|
@@ -40983,7 +40993,7 @@
|
|
|
40983
40993
|
"bytesInOutput": 1922
|
|
40984
40994
|
},
|
|
40985
40995
|
"../../cli/dist/src/services/organisation/OrganisationDeployService.js": {
|
|
40986
|
-
"bytesInOutput":
|
|
40996
|
+
"bytesInOutput": 4162
|
|
40987
40997
|
},
|
|
40988
40998
|
"../../cli/dist/src/types/FjallState.js": {
|
|
40989
40999
|
"bytesInOutput": 35
|
|
@@ -41328,7 +41338,7 @@
|
|
|
41328
41338
|
"bytesInOutput": 3818
|
|
41329
41339
|
},
|
|
41330
41340
|
"../../cli/dist/src/util/agent/agentCallbacks.js": {
|
|
41331
|
-
"bytesInOutput":
|
|
41341
|
+
"bytesInOutput": 4635
|
|
41332
41342
|
},
|
|
41333
41343
|
"../../cli/dist/src/commands/handlerHelpers.js": {
|
|
41334
41344
|
"bytesInOutput": 1101
|
|
@@ -41385,7 +41395,7 @@
|
|
|
41385
41395
|
"bytesInOutput": 1339
|
|
41386
41396
|
},
|
|
41387
41397
|
"../../cli/dist/src/ui/components/inputs/UnifiedSelect.js": {
|
|
41388
|
-
"bytesInOutput":
|
|
41398
|
+
"bytesInOutput": 3278
|
|
41389
41399
|
},
|
|
41390
41400
|
"../../cli/dist/src/ui/components/inputs/Select.js": {
|
|
41391
41401
|
"bytesInOutput": 34
|
|
@@ -41541,7 +41551,7 @@
|
|
|
41541
41551
|
"bytesInOutput": 799
|
|
41542
41552
|
},
|
|
41543
41553
|
"../../cli/dist/src/ui/components/screens/CreatingScreen.js": {
|
|
41544
|
-
"bytesInOutput":
|
|
41554
|
+
"bytesInOutput": 2825
|
|
41545
41555
|
},
|
|
41546
41556
|
"../../cli/dist/src/ui/screens/create/CreateAppReviewStep.js": {
|
|
41547
41557
|
"bytesInOutput": 2773
|
|
@@ -41691,7 +41701,7 @@
|
|
|
41691
41701
|
"bytesInOutput": 460
|
|
41692
41702
|
},
|
|
41693
41703
|
"../../cli/dist/src/ui/hooks/useScrollInput.js": {
|
|
41694
|
-
"bytesInOutput":
|
|
41704
|
+
"bytesInOutput": 1762
|
|
41695
41705
|
},
|
|
41696
41706
|
"../../cli/dist/src/ui/components/layout/renderLine.js": {
|
|
41697
41707
|
"bytesInOutput": 268
|
|
@@ -41766,7 +41776,7 @@
|
|
|
41766
41776
|
"bytesInOutput": 1950
|
|
41767
41777
|
},
|
|
41768
41778
|
"../../cli/dist/src/ui/components/operations/OrgSetupBox.js": {
|
|
41769
|
-
"bytesInOutput":
|
|
41779
|
+
"bytesInOutput": 5157
|
|
41770
41780
|
},
|
|
41771
41781
|
"../../cli/dist/src/util/synchronizedOutput.js": {
|
|
41772
41782
|
"bytesInOutput": 466
|
|
@@ -41784,7 +41794,7 @@
|
|
|
41784
41794
|
"bytesInOutput": 175
|
|
41785
41795
|
},
|
|
41786
41796
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationCallbacks.js": {
|
|
41787
|
-
"bytesInOutput":
|
|
41797
|
+
"bytesInOutput": 3959
|
|
41788
41798
|
},
|
|
41789
41799
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationStepState.js": {
|
|
41790
41800
|
"bytesInOutput": 2052
|
|
@@ -41793,16 +41803,16 @@
|
|
|
41793
41803
|
"bytesInOutput": 2155
|
|
41794
41804
|
},
|
|
41795
41805
|
"../../cli/dist/src/ui/screens/deploy/StackOperationProgressScreen.js": {
|
|
41796
|
-
"bytesInOutput":
|
|
41806
|
+
"bytesInOutput": 5027
|
|
41797
41807
|
},
|
|
41798
41808
|
"../../cli/dist/src/ui/components/operations/DockerOperationBox.js": {
|
|
41799
41809
|
"bytesInOutput": 4504
|
|
41800
41810
|
},
|
|
41801
41811
|
"../../cli/dist/src/ui/components/operations/EcsOperationBox.js": {
|
|
41802
|
-
"bytesInOutput":
|
|
41812
|
+
"bytesInOutput": 4187
|
|
41803
41813
|
},
|
|
41804
41814
|
"../../cli/dist/src/ui/components/operations/OpenNextOperationBox.js": {
|
|
41805
|
-
"bytesInOutput":
|
|
41815
|
+
"bytesInOutput": 3493
|
|
41806
41816
|
},
|
|
41807
41817
|
"../../cli/dist/src/ui/components/operations/PreDeploymentBox.js": {
|
|
41808
41818
|
"bytesInOutput": 4399
|
|
@@ -41820,7 +41830,7 @@
|
|
|
41820
41830
|
"bytesInOutput": 966
|
|
41821
41831
|
},
|
|
41822
41832
|
"../../cli/dist/src/ui/hooks/useDeploymentOperation.js": {
|
|
41823
|
-
"bytesInOutput":
|
|
41833
|
+
"bytesInOutput": 3944
|
|
41824
41834
|
},
|
|
41825
41835
|
"../../cli/dist/src/types/deployment/ecsEvents.js": {
|
|
41826
41836
|
"bytesInOutput": 30
|
|
@@ -41871,7 +41881,7 @@
|
|
|
41871
41881
|
"bytesInOutput": 277
|
|
41872
41882
|
},
|
|
41873
41883
|
"../../cli/dist/src/ui/screens/deploy/AppDestroyProgressScreen.js": {
|
|
41874
|
-
"bytesInOutput":
|
|
41884
|
+
"bytesInOutput": 3399
|
|
41875
41885
|
},
|
|
41876
41886
|
"../../cli/dist/src/ui/screens/DestroyScreen.js": {
|
|
41877
41887
|
"bytesInOutput": 6459
|
|
@@ -41910,7 +41920,7 @@
|
|
|
41910
41920
|
"bytesInOutput": 1891
|
|
41911
41921
|
},
|
|
41912
41922
|
"../../cli/dist/src/ui/screens/account/auth/LoginScreen.js": {
|
|
41913
|
-
"bytesInOutput":
|
|
41923
|
+
"bytesInOutput": 4504
|
|
41914
41924
|
},
|
|
41915
41925
|
"../../cli/dist/src/ui/screens/import/DiscoveringScreen.js": {
|
|
41916
41926
|
"bytesInOutput": 1109
|
|
@@ -41982,7 +41992,7 @@
|
|
|
41982
41992
|
"bytesInOutput": 2152
|
|
41983
41993
|
},
|
|
41984
41994
|
"../../cli/dist/src/ui/screens/target/TargetScreen.js": {
|
|
41985
|
-
"bytesInOutput":
|
|
41995
|
+
"bytesInOutput": 5927
|
|
41986
41996
|
},
|
|
41987
41997
|
"../../cli/dist/src/ui/components/banners/OidcSetupBanner.js": {
|
|
41988
41998
|
"bytesInOutput": 359
|
|
@@ -42000,7 +42010,7 @@
|
|
|
42000
42010
|
"bytesInOutput": 189
|
|
42001
42011
|
},
|
|
42002
42012
|
"../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
|
|
42003
|
-
"bytesInOutput":
|
|
42013
|
+
"bytesInOutput": 4162
|
|
42004
42014
|
},
|
|
42005
42015
|
"../../cli/dist/src/ui/screens/agent/installSkillConstants.js": {
|
|
42006
42016
|
"bytesInOutput": 326
|
|
@@ -42018,7 +42028,7 @@
|
|
|
42018
42028
|
"bytesInOutput": 447
|
|
42019
42029
|
},
|
|
42020
42030
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveCallbacks.js": {
|
|
42021
|
-
"bytesInOutput":
|
|
42031
|
+
"bytesInOutput": 2419
|
|
42022
42032
|
},
|
|
42023
42033
|
"../../cli/dist/src/util/nonInteractive/index.js": {
|
|
42024
42034
|
"bytesInOutput": 45
|
|
@@ -42042,7 +42052,7 @@
|
|
|
42042
42052
|
"bytesInOutput": 379
|
|
42043
42053
|
},
|
|
42044
42054
|
"../../node_modules/graceful-fs/graceful-fs.js": {
|
|
42045
|
-
"bytesInOutput":
|
|
42055
|
+
"bytesInOutput": 5179
|
|
42046
42056
|
},
|
|
42047
42057
|
"../../node_modules/retry/lib/retry_operation.js": {
|
|
42048
42058
|
"bytesInOutput": 2277
|
|
@@ -42519,7 +42529,7 @@
|
|
|
42519
42529
|
"bytesInOutput": 422
|
|
42520
42530
|
}
|
|
42521
42531
|
},
|
|
42522
|
-
"bytes":
|
|
42532
|
+
"bytes": 3054096
|
|
42523
42533
|
}
|
|
42524
42534
|
}
|
|
42525
42535
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= packageName %>",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
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.8.0",
|
|
13
13
|
"aws-cdk-lib": "^2.251.0",
|
|
14
14
|
"constructs": "^10.6.0"
|
|
15
15
|
}
|