fjall 3.3.0 → 3.4.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 +112 -50
- package/bin/assets/generators/account/generator.js +2 -2
- package/bin/assets/generators/application/generator.js +2 -2
- package/bin/assets/generators/cdn/generator.js +2 -2
- package/bin/assets/generators/compute/generator.js +2 -2
- package/bin/assets/generators/compute/service/generator.js +2 -2
- package/bin/assets/generators/database/generator.js +2 -2
- package/bin/assets/generators/database/proxy/generator.js +2 -2
- package/bin/assets/generators/domain/generator.js +2 -2
- package/bin/assets/generators/network/generator.js +2 -2
- package/bin/assets/generators/organisation/generator.js +2 -2
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/assets/generators/storage/s3/generator.js +2 -2
- package/bin/assets/generators/tunnel/generator.js +2 -2
- package/bin/fjall.bundle.js +544 -544
- package/package.json +3 -3
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-07-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 3.
|
|
1
|
+
bundled at 2026-07-18T23:08:32.943Z
|
|
2
|
+
bundle size: 4359588 bytes
|
|
3
|
+
cli version: 3.4.1
|
package/bin/.metafile.json
CHANGED
|
@@ -3756,7 +3756,7 @@
|
|
|
3756
3756
|
"format": "esm"
|
|
3757
3757
|
},
|
|
3758
3758
|
"../../generator/dist/src/schemas/devRolePolicies.js": {
|
|
3759
|
-
"bytes":
|
|
3759
|
+
"bytes": 10233,
|
|
3760
3760
|
"imports": [],
|
|
3761
3761
|
"format": "esm"
|
|
3762
3762
|
},
|
|
@@ -6018,13 +6018,18 @@
|
|
|
6018
6018
|
"imports": [],
|
|
6019
6019
|
"format": "esm"
|
|
6020
6020
|
},
|
|
6021
|
+
"../../util/dist/aws/costAllocationTags.js": {
|
|
6022
|
+
"bytes": 259,
|
|
6023
|
+
"imports": [],
|
|
6024
|
+
"format": "esm"
|
|
6025
|
+
},
|
|
6021
6026
|
"../../util/dist/aws/monitoringRole.js": {
|
|
6022
6027
|
"bytes": 69,
|
|
6023
6028
|
"imports": [],
|
|
6024
6029
|
"format": "esm"
|
|
6025
6030
|
},
|
|
6026
6031
|
"../../util/dist/aws/index.js": {
|
|
6027
|
-
"bytes":
|
|
6032
|
+
"bytes": 1784,
|
|
6028
6033
|
"imports": [
|
|
6029
6034
|
{
|
|
6030
6035
|
"path": "../../util/dist/aws/errors.js",
|
|
@@ -6066,6 +6071,11 @@
|
|
|
6066
6071
|
"kind": "import-statement",
|
|
6067
6072
|
"original": "./infraTags.js"
|
|
6068
6073
|
},
|
|
6074
|
+
{
|
|
6075
|
+
"path": "../../util/dist/aws/costAllocationTags.js",
|
|
6076
|
+
"kind": "import-statement",
|
|
6077
|
+
"original": "./costAllocationTags.js"
|
|
6078
|
+
},
|
|
6069
6079
|
{
|
|
6070
6080
|
"path": "../../util/dist/aws/monitoringRole.js",
|
|
6071
6081
|
"kind": "import-statement",
|
|
@@ -7043,7 +7053,7 @@
|
|
|
7043
7053
|
"format": "esm"
|
|
7044
7054
|
},
|
|
7045
7055
|
"../../deploy-core/dist/src/services/infrastructure/CdkCommandRunner.js": {
|
|
7046
|
-
"bytes":
|
|
7056
|
+
"bytes": 4707,
|
|
7047
7057
|
"imports": [
|
|
7048
7058
|
{
|
|
7049
7059
|
"path": "os",
|
|
@@ -7259,7 +7269,7 @@
|
|
|
7259
7269
|
"format": "esm"
|
|
7260
7270
|
},
|
|
7261
7271
|
"../../deploy-core/dist/src/services/infrastructure/CdkService.js": {
|
|
7262
|
-
"bytes":
|
|
7272
|
+
"bytes": 5990,
|
|
7263
7273
|
"imports": [
|
|
7264
7274
|
{
|
|
7265
7275
|
"path": "fs",
|
|
@@ -8645,7 +8655,7 @@
|
|
|
8645
8655
|
"format": "esm"
|
|
8646
8656
|
},
|
|
8647
8657
|
"../../deploy-core/dist/src/orchestration/contextHelpers.js": {
|
|
8648
|
-
"bytes":
|
|
8658
|
+
"bytes": 4207,
|
|
8649
8659
|
"imports": [
|
|
8650
8660
|
{
|
|
8651
8661
|
"path": "../../generator/dist/src/index.js",
|
|
@@ -8685,6 +8695,22 @@
|
|
|
8685
8695
|
],
|
|
8686
8696
|
"format": "esm"
|
|
8687
8697
|
},
|
|
8698
|
+
"../../deploy-core/dist/src/orchestration/bootstrapTags.js": {
|
|
8699
|
+
"bytes": 786,
|
|
8700
|
+
"imports": [
|
|
8701
|
+
{
|
|
8702
|
+
"path": "../../util/dist/aws/index.js",
|
|
8703
|
+
"kind": "import-statement",
|
|
8704
|
+
"original": "@fjall/util/aws"
|
|
8705
|
+
},
|
|
8706
|
+
{
|
|
8707
|
+
"path": "../../util/dist/index.js",
|
|
8708
|
+
"kind": "import-statement",
|
|
8709
|
+
"original": "@fjall/util"
|
|
8710
|
+
}
|
|
8711
|
+
],
|
|
8712
|
+
"format": "esm"
|
|
8713
|
+
},
|
|
8688
8714
|
"../../deploy-core/dist/src/orchestration/manifestSecretParser.js": {
|
|
8689
8715
|
"bytes": 1951,
|
|
8690
8716
|
"imports": [
|
|
@@ -9482,7 +9508,7 @@
|
|
|
9482
9508
|
"format": "esm"
|
|
9483
9509
|
},
|
|
9484
9510
|
"../../deploy-core/dist/src/orchestration/organisation/cascadeHelpers.js": {
|
|
9485
|
-
"bytes":
|
|
9511
|
+
"bytes": 8312,
|
|
9486
9512
|
"imports": [
|
|
9487
9513
|
{
|
|
9488
9514
|
"path": "path",
|
|
@@ -9564,6 +9590,16 @@
|
|
|
9564
9590
|
"kind": "import-statement",
|
|
9565
9591
|
"original": "@fjall/util"
|
|
9566
9592
|
},
|
|
9593
|
+
{
|
|
9594
|
+
"path": "../../deploy-core/dist/src/orchestration/bootstrapTags.js",
|
|
9595
|
+
"kind": "import-statement",
|
|
9596
|
+
"original": "../bootstrapTags.js"
|
|
9597
|
+
},
|
|
9598
|
+
{
|
|
9599
|
+
"path": "../../deploy-core/dist/src/aws/organisations/accountGlobals.js",
|
|
9600
|
+
"kind": "import-statement",
|
|
9601
|
+
"original": "../../aws/organisations/accountGlobals.js"
|
|
9602
|
+
},
|
|
9567
9603
|
{
|
|
9568
9604
|
"path": "../../deploy-core/dist/src/aws/utils/regions.js",
|
|
9569
9605
|
"kind": "import-statement",
|
|
@@ -13664,7 +13700,7 @@
|
|
|
13664
13700
|
"format": "esm"
|
|
13665
13701
|
},
|
|
13666
13702
|
"../../deploy-core/dist/src/orchestration/application/applicationDeploy.js": {
|
|
13667
|
-
"bytes":
|
|
13703
|
+
"bytes": 18554,
|
|
13668
13704
|
"imports": [
|
|
13669
13705
|
{
|
|
13670
13706
|
"path": "path",
|
|
@@ -13721,6 +13757,16 @@
|
|
|
13721
13757
|
"kind": "import-statement",
|
|
13722
13758
|
"original": "../contextHelpers.js"
|
|
13723
13759
|
},
|
|
13760
|
+
{
|
|
13761
|
+
"path": "../../deploy-core/dist/src/orchestration/bootstrapTags.js",
|
|
13762
|
+
"kind": "import-statement",
|
|
13763
|
+
"original": "../bootstrapTags.js"
|
|
13764
|
+
},
|
|
13765
|
+
{
|
|
13766
|
+
"path": "../../deploy-core/dist/src/aws/organisations/accountGlobals.js",
|
|
13767
|
+
"kind": "import-statement",
|
|
13768
|
+
"original": "../../aws/organisations/accountGlobals.js"
|
|
13769
|
+
},
|
|
13724
13770
|
{
|
|
13725
13771
|
"path": "../../deploy-core/dist/src/orchestration/application/detectionPipeline.js",
|
|
13726
13772
|
"kind": "import-statement",
|
|
@@ -13917,7 +13963,7 @@
|
|
|
13917
13963
|
"format": "esm"
|
|
13918
13964
|
},
|
|
13919
13965
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/singleComponentDeploy.js": {
|
|
13920
|
-
"bytes":
|
|
13966
|
+
"bytes": 4853,
|
|
13921
13967
|
"imports": [
|
|
13922
13968
|
{
|
|
13923
13969
|
"path": "path",
|
|
@@ -13994,6 +14040,11 @@
|
|
|
13994
14040
|
"kind": "import-statement",
|
|
13995
14041
|
"original": "../../aws/organisations/accountGlobals.js"
|
|
13996
14042
|
},
|
|
14043
|
+
{
|
|
14044
|
+
"path": "../../deploy-core/dist/src/orchestration/bootstrapTags.js",
|
|
14045
|
+
"kind": "import-statement",
|
|
14046
|
+
"original": "../bootstrapTags.js"
|
|
14047
|
+
},
|
|
13997
14048
|
{
|
|
13998
14049
|
"path": "../../deploy-core/dist/src/orchestration/organisationDeploy/infraSteps.js",
|
|
13999
14050
|
"kind": "import-statement",
|
|
@@ -14111,7 +14162,7 @@
|
|
|
14111
14162
|
"format": "esm"
|
|
14112
14163
|
},
|
|
14113
14164
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/cascadeExecution.js": {
|
|
14114
|
-
"bytes":
|
|
14165
|
+
"bytes": 3970,
|
|
14115
14166
|
"imports": [
|
|
14116
14167
|
{
|
|
14117
14168
|
"path": "../../generator/dist/src/index.js",
|
|
@@ -14291,7 +14342,7 @@
|
|
|
14291
14342
|
"format": "esm"
|
|
14292
14343
|
},
|
|
14293
14344
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/orgCascadeDeploy.js": {
|
|
14294
|
-
"bytes":
|
|
14345
|
+
"bytes": 5805,
|
|
14295
14346
|
"imports": [
|
|
14296
14347
|
{
|
|
14297
14348
|
"path": "node:path",
|
|
@@ -14343,6 +14394,11 @@
|
|
|
14343
14394
|
"kind": "import-statement",
|
|
14344
14395
|
"original": "./orgContext.js"
|
|
14345
14396
|
},
|
|
14397
|
+
{
|
|
14398
|
+
"path": "../../deploy-core/dist/src/orchestration/bootstrapTags.js",
|
|
14399
|
+
"kind": "import-statement",
|
|
14400
|
+
"original": "../bootstrapTags.js"
|
|
14401
|
+
},
|
|
14346
14402
|
{
|
|
14347
14403
|
"path": "../../deploy-core/dist/src/orchestration/organisationDeploy/infraSteps.js",
|
|
14348
14404
|
"kind": "import-statement",
|
|
@@ -18340,7 +18396,7 @@
|
|
|
18340
18396
|
"format": "esm"
|
|
18341
18397
|
},
|
|
18342
18398
|
"../../cli/dist/src/util/api/devSlots.js": {
|
|
18343
|
-
"bytes":
|
|
18399
|
+
"bytes": 1104,
|
|
18344
18400
|
"imports": [
|
|
18345
18401
|
{
|
|
18346
18402
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -42370,7 +42426,7 @@
|
|
|
42370
42426
|
"format": "esm"
|
|
42371
42427
|
},
|
|
42372
42428
|
"../../cli/dist/src/operations/dev/devOperations.js": {
|
|
42373
|
-
"bytes":
|
|
42429
|
+
"bytes": 4912,
|
|
42374
42430
|
"imports": [
|
|
42375
42431
|
{
|
|
42376
42432
|
"path": "../../util/dist/index.js",
|
|
@@ -44297,7 +44353,7 @@
|
|
|
44297
44353
|
"imports": [],
|
|
44298
44354
|
"exports": [],
|
|
44299
44355
|
"inputs": {},
|
|
44300
|
-
"bytes":
|
|
44356
|
+
"bytes": 12055814
|
|
44301
44357
|
},
|
|
44302
44358
|
"bin/fjall.bundle.js": {
|
|
44303
44359
|
"imports": [
|
|
@@ -49470,7 +49526,7 @@
|
|
|
49470
49526
|
"bytesInOutput": 1367
|
|
49471
49527
|
},
|
|
49472
49528
|
"../../generator/dist/src/schemas/devRolePolicies.js": {
|
|
49473
|
-
"bytesInOutput":
|
|
49529
|
+
"bytesInOutput": 9694
|
|
49474
49530
|
},
|
|
49475
49531
|
"../../generator/dist/src/schemas/index.js": {
|
|
49476
49532
|
"bytesInOutput": 63
|
|
@@ -49811,11 +49867,14 @@
|
|
|
49811
49867
|
"../../util/dist/aws/infraTags.js": {
|
|
49812
49868
|
"bytesInOutput": 60
|
|
49813
49869
|
},
|
|
49870
|
+
"../../util/dist/aws/costAllocationTags.js": {
|
|
49871
|
+
"bytesInOutput": 217
|
|
49872
|
+
},
|
|
49814
49873
|
"../../util/dist/aws/monitoringRole.js": {
|
|
49815
49874
|
"bytesInOutput": 56
|
|
49816
49875
|
},
|
|
49817
49876
|
"../../util/dist/aws/index.js": {
|
|
49818
|
-
"bytesInOutput":
|
|
49877
|
+
"bytesInOutput": 89
|
|
49819
49878
|
},
|
|
49820
49879
|
"../../deploy-core/dist/src/aws/organisations/accountGlobals.js": {
|
|
49821
49880
|
"bytesInOutput": 1188
|
|
@@ -49926,7 +49985,7 @@
|
|
|
49926
49985
|
"bytesInOutput": 670
|
|
49927
49986
|
},
|
|
49928
49987
|
"../../deploy-core/dist/src/services/infrastructure/CdkCommandRunner.js": {
|
|
49929
|
-
"bytesInOutput":
|
|
49988
|
+
"bytesInOutput": 4173
|
|
49930
49989
|
},
|
|
49931
49990
|
"../../deploy-core/dist/src/services/infrastructure/CdkProcessManager.js": {
|
|
49932
49991
|
"bytesInOutput": 5070
|
|
@@ -49944,7 +50003,7 @@
|
|
|
49944
50003
|
"bytesInOutput": 1125
|
|
49945
50004
|
},
|
|
49946
50005
|
"../../deploy-core/dist/src/services/infrastructure/CdkService.js": {
|
|
49947
|
-
"bytesInOutput":
|
|
50006
|
+
"bytesInOutput": 4969
|
|
49948
50007
|
},
|
|
49949
50008
|
"../../deploy-core/dist/src/aws/utils/stackStatus.js": {
|
|
49950
50009
|
"bytesInOutput": 2354
|
|
@@ -50019,10 +50078,10 @@
|
|
|
50019
50078
|
"bytesInOutput": 1486
|
|
50020
50079
|
},
|
|
50021
50080
|
"../../deploy-core/dist/src/orchestration/application/openNextBuild.js": {
|
|
50022
|
-
"bytesInOutput":
|
|
50081
|
+
"bytesInOutput": 4832
|
|
50023
50082
|
},
|
|
50024
50083
|
"../../deploy-core/dist/src/orchestration/builders/openNextBuilder.js": {
|
|
50025
|
-
"bytesInOutput":
|
|
50084
|
+
"bytesInOutput": 2186
|
|
50026
50085
|
},
|
|
50027
50086
|
"../../deploy-core/dist/src/orchestration/builders/staticSiteBuilder.js": {
|
|
50028
50087
|
"bytesInOutput": 3734
|
|
@@ -50034,7 +50093,7 @@
|
|
|
50034
50093
|
"bytesInOutput": 1314
|
|
50035
50094
|
},
|
|
50036
50095
|
"../../deploy-core/dist/src/orchestration/builders/frameworkRegistry.js": {
|
|
50037
|
-
"bytesInOutput":
|
|
50096
|
+
"bytesInOutput": 594
|
|
50038
50097
|
},
|
|
50039
50098
|
"../../deploy-core/dist/src/services/application/applicationStackHelpers.js": {
|
|
50040
50099
|
"bytesInOutput": 4630
|
|
@@ -50073,7 +50132,10 @@
|
|
|
50073
50132
|
"bytesInOutput": 3338
|
|
50074
50133
|
},
|
|
50075
50134
|
"../../deploy-core/dist/src/orchestration/contextHelpers.js": {
|
|
50076
|
-
"bytesInOutput":
|
|
50135
|
+
"bytesInOutput": 3599
|
|
50136
|
+
},
|
|
50137
|
+
"../../deploy-core/dist/src/orchestration/bootstrapTags.js": {
|
|
50138
|
+
"bytesInOutput": 579
|
|
50077
50139
|
},
|
|
50078
50140
|
"../../deploy-core/dist/src/orchestration/manifestSecretParser.js": {
|
|
50079
50141
|
"bytesInOutput": 1798
|
|
@@ -50136,13 +50198,13 @@
|
|
|
50136
50198
|
"bytesInOutput": 6025
|
|
50137
50199
|
},
|
|
50138
50200
|
"../../deploy-core/dist/src/orchestration/remediation/forgetResource.js": {
|
|
50139
|
-
"bytesInOutput":
|
|
50201
|
+
"bytesInOutput": 22260
|
|
50140
50202
|
},
|
|
50141
50203
|
"../../deploy-core/dist/src/orchestration/drift/preFlightGate.js": {
|
|
50142
50204
|
"bytesInOutput": 3164
|
|
50143
50205
|
},
|
|
50144
50206
|
"../../deploy-core/dist/src/orchestration/organisation/cascadeHelpers.js": {
|
|
50145
|
-
"bytesInOutput":
|
|
50207
|
+
"bytesInOutput": 6698
|
|
50146
50208
|
},
|
|
50147
50209
|
"../../deploy-core/dist/src/orchestration/stepLifecycle.js": {
|
|
50148
50210
|
"bytesInOutput": 642
|
|
@@ -50241,7 +50303,7 @@
|
|
|
50241
50303
|
"bytesInOutput": 3434
|
|
50242
50304
|
},
|
|
50243
50305
|
"../../deploy-core/dist/src/orchestration/application/codeOnlyDeploy.js": {
|
|
50244
|
-
"bytesInOutput":
|
|
50306
|
+
"bytesInOutput": 11169
|
|
50245
50307
|
},
|
|
50246
50308
|
"../../deploy-core/dist/src/orchestration/activeDeploymentGuard.js": {
|
|
50247
50309
|
"bytesInOutput": 1859
|
|
@@ -50289,7 +50351,7 @@
|
|
|
50289
50351
|
"bytesInOutput": 961
|
|
50290
50352
|
},
|
|
50291
50353
|
"../../node_modules/ast-types/lib/types.js": {
|
|
50292
|
-
"bytesInOutput":
|
|
50354
|
+
"bytesInOutput": 10481
|
|
50293
50355
|
},
|
|
50294
50356
|
"../../node_modules/ast-types/lib/path.js": {
|
|
50295
50357
|
"bytesInOutput": 4122
|
|
@@ -50658,10 +50720,10 @@
|
|
|
50658
50720
|
"bytesInOutput": 3193
|
|
50659
50721
|
},
|
|
50660
50722
|
"../../deploy-core/dist/src/orchestration/remediation/recreateResource.js": {
|
|
50661
|
-
"bytesInOutput":
|
|
50723
|
+
"bytesInOutput": 10421
|
|
50662
50724
|
},
|
|
50663
50725
|
"../../deploy-core/dist/src/orchestration/application/applicationDeploy.js": {
|
|
50664
|
-
"bytesInOutput":
|
|
50726
|
+
"bytesInOutput": 15856
|
|
50665
50727
|
},
|
|
50666
50728
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/orgContext.js": {
|
|
50667
50729
|
"bytesInOutput": 1591
|
|
@@ -50670,7 +50732,7 @@
|
|
|
50670
50732
|
"bytesInOutput": 974
|
|
50671
50733
|
},
|
|
50672
50734
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/singleComponentDeploy.js": {
|
|
50673
|
-
"bytesInOutput":
|
|
50735
|
+
"bytesInOutput": 3536
|
|
50674
50736
|
},
|
|
50675
50737
|
"../../deploy-core/dist/src/orchestration/organisation/accountsConfig.js": {
|
|
50676
50738
|
"bytesInOutput": 1947
|
|
@@ -50685,7 +50747,7 @@
|
|
|
50685
50747
|
"bytesInOutput": 1204
|
|
50686
50748
|
},
|
|
50687
50749
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/cascadeExecution.js": {
|
|
50688
|
-
"bytesInOutput":
|
|
50750
|
+
"bytesInOutput": 3410
|
|
50689
50751
|
},
|
|
50690
50752
|
"../../deploy-core/dist/src/aws/cloudtrail/orgTrailDelivery.js": {
|
|
50691
50753
|
"bytesInOutput": 2563
|
|
@@ -50700,7 +50762,7 @@
|
|
|
50700
50762
|
"bytesInOutput": 1421
|
|
50701
50763
|
},
|
|
50702
50764
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/orgCascadeDeploy.js": {
|
|
50703
|
-
"bytesInOutput":
|
|
50765
|
+
"bytesInOutput": 4753
|
|
50704
50766
|
},
|
|
50705
50767
|
"../../deploy-core/dist/src/orchestration/organisation/organisationDeploy.js": {
|
|
50706
50768
|
"bytesInOutput": 451
|
|
@@ -51129,7 +51191,7 @@
|
|
|
51129
51191
|
"bytesInOutput": 981
|
|
51130
51192
|
},
|
|
51131
51193
|
"../../cli/node_modules/axios/lib/adapters/http.js": {
|
|
51132
|
-
"bytesInOutput":
|
|
51194
|
+
"bytesInOutput": 13376
|
|
51133
51195
|
},
|
|
51134
51196
|
"../../cli/node_modules/axios/lib/helpers/isURLSameOrigin.js": {
|
|
51135
51197
|
"bytesInOutput": 243
|
|
@@ -51153,7 +51215,7 @@
|
|
|
51153
51215
|
"bytesInOutput": 713
|
|
51154
51216
|
},
|
|
51155
51217
|
"../../cli/node_modules/axios/lib/adapters/fetch.js": {
|
|
51156
|
-
"bytesInOutput":
|
|
51218
|
+
"bytesInOutput": 4508
|
|
51157
51219
|
},
|
|
51158
51220
|
"../../cli/node_modules/axios/lib/adapters/adapters.js": {
|
|
51159
51221
|
"bytesInOutput": 943
|
|
@@ -51204,7 +51266,7 @@
|
|
|
51204
51266
|
"bytesInOutput": 386
|
|
51205
51267
|
},
|
|
51206
51268
|
"../../cli/dist/src/util/api/devSlots.js": {
|
|
51207
|
-
"bytesInOutput":
|
|
51269
|
+
"bytesInOutput": 948
|
|
51208
51270
|
},
|
|
51209
51271
|
"../../cli/dist/src/util/api/FjallApiClientResources.js": {
|
|
51210
51272
|
"bytesInOutput": 8519
|
|
@@ -51513,7 +51575,7 @@
|
|
|
51513
51575
|
"bytesInOutput": 35
|
|
51514
51576
|
},
|
|
51515
51577
|
"../../node_modules/js-yaml/dist/js-yaml.mjs": {
|
|
51516
|
-
"bytesInOutput":
|
|
51578
|
+
"bytesInOutput": 45291
|
|
51517
51579
|
},
|
|
51518
51580
|
"../../cli/dist/src/services/docker/DockerError.js": {
|
|
51519
51581
|
"bytesInOutput": 268
|
|
@@ -51555,7 +51617,7 @@
|
|
|
51555
51617
|
"bytesInOutput": 442
|
|
51556
51618
|
},
|
|
51557
51619
|
"../../cli/dist/src/services/container/EcrBuildOrchestrator.js": {
|
|
51558
|
-
"bytesInOutput":
|
|
51620
|
+
"bytesInOutput": 9750
|
|
51559
51621
|
},
|
|
51560
51622
|
"../../cli/dist/src/services/container/EcrService.tagging.js": {
|
|
51561
51623
|
"bytesInOutput": 2230
|
|
@@ -51603,7 +51665,7 @@
|
|
|
51603
51665
|
"bytesInOutput": 872
|
|
51604
51666
|
},
|
|
51605
51667
|
"../../cli/dist/src/services/organisation/OrganisationDeployService.js": {
|
|
51606
|
-
"bytesInOutput":
|
|
51668
|
+
"bytesInOutput": 5688
|
|
51607
51669
|
},
|
|
51608
51670
|
"../../cli/dist/src/types/FjallState.js": {
|
|
51609
51671
|
"bytesInOutput": 35
|
|
@@ -52149,7 +52211,7 @@
|
|
|
52149
52211
|
"bytesInOutput": 968
|
|
52150
52212
|
},
|
|
52151
52213
|
"../../cli/dist/src/ui/components/screens/CreatingScreen.js": {
|
|
52152
|
-
"bytesInOutput":
|
|
52214
|
+
"bytesInOutput": 3005
|
|
52153
52215
|
},
|
|
52154
52216
|
"../../cli/dist/src/ui/screens/create/CreateAppReviewStep.js": {
|
|
52155
52217
|
"bytesInOutput": 2946
|
|
@@ -52329,7 +52391,7 @@
|
|
|
52329
52391
|
"bytesInOutput": 1302
|
|
52330
52392
|
},
|
|
52331
52393
|
"../../cli/dist/src/ui/components/operations/useStackOperationState.js": {
|
|
52332
|
-
"bytesInOutput":
|
|
52394
|
+
"bytesInOutput": 3884
|
|
52333
52395
|
},
|
|
52334
52396
|
"../../cli/dist/src/ui/components/operations/StackOperationBox.js": {
|
|
52335
52397
|
"bytesInOutput": 3279
|
|
@@ -52377,7 +52439,7 @@
|
|
|
52377
52439
|
"bytesInOutput": 2158
|
|
52378
52440
|
},
|
|
52379
52441
|
"../../cli/dist/src/ui/components/operations/OrgSetupBox.js": {
|
|
52380
|
-
"bytesInOutput":
|
|
52442
|
+
"bytesInOutput": 5175
|
|
52381
52443
|
},
|
|
52382
52444
|
"../../cli/dist/src/util/terminal/synchronizedOutput.js": {
|
|
52383
52445
|
"bytesInOutput": 733
|
|
@@ -52395,7 +52457,7 @@
|
|
|
52395
52457
|
"bytesInOutput": 295
|
|
52396
52458
|
},
|
|
52397
52459
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationCallbacks.js": {
|
|
52398
|
-
"bytesInOutput":
|
|
52460
|
+
"bytesInOutput": 5296
|
|
52399
52461
|
},
|
|
52400
52462
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationStepState.js": {
|
|
52401
52463
|
"bytesInOutput": 2144
|
|
@@ -52413,10 +52475,10 @@
|
|
|
52413
52475
|
"bytesInOutput": 1282
|
|
52414
52476
|
},
|
|
52415
52477
|
"../../cli/dist/src/ui/screens/deploy/StackOperationProgressScreen.js": {
|
|
52416
|
-
"bytesInOutput":
|
|
52478
|
+
"bytesInOutput": 5506
|
|
52417
52479
|
},
|
|
52418
52480
|
"../../cli/dist/src/ui/components/operations/DockerOperationBox.js": {
|
|
52419
|
-
"bytesInOutput":
|
|
52481
|
+
"bytesInOutput": 4770
|
|
52420
52482
|
},
|
|
52421
52483
|
"../../cli/dist/src/ui/components/operations/EcsOperationBox.js": {
|
|
52422
52484
|
"bytesInOutput": 4315
|
|
@@ -52512,7 +52574,7 @@
|
|
|
52512
52574
|
"bytesInOutput": 407
|
|
52513
52575
|
},
|
|
52514
52576
|
"../../cli/dist/src/ui/screens/deploy/AppDestroyProgressScreen.js": {
|
|
52515
|
-
"bytesInOutput":
|
|
52577
|
+
"bytesInOutput": 4143
|
|
52516
52578
|
},
|
|
52517
52579
|
"../../cli/dist/src/ui/screens/DestroyScreen.js": {
|
|
52518
52580
|
"bytesInOutput": 6854
|
|
@@ -52695,7 +52757,7 @@
|
|
|
52695
52757
|
"bytesInOutput": 5649
|
|
52696
52758
|
},
|
|
52697
52759
|
"../../cli/dist/src/ui/screens/secrets/SecretsScreen.js": {
|
|
52698
|
-
"bytesInOutput":
|
|
52760
|
+
"bytesInOutput": 4632
|
|
52699
52761
|
},
|
|
52700
52762
|
"../../cli/dist/src/ui/screens/tunnel/TunnelScreen.js": {
|
|
52701
52763
|
"bytesInOutput": 3994
|
|
@@ -52716,7 +52778,7 @@
|
|
|
52716
52778
|
"bytesInOutput": 2138
|
|
52717
52779
|
},
|
|
52718
52780
|
"../../cli/dist/src/ui/screens/target/TargetScreen.js": {
|
|
52719
|
-
"bytesInOutput":
|
|
52781
|
+
"bytesInOutput": 3757
|
|
52720
52782
|
},
|
|
52721
52783
|
"../../cli/dist/src/ui/components/banners/OidcSetupBanner.js": {
|
|
52722
52784
|
"bytesInOutput": 472
|
|
@@ -52737,7 +52799,7 @@
|
|
|
52737
52799
|
"bytesInOutput": 187
|
|
52738
52800
|
},
|
|
52739
52801
|
"../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
|
|
52740
|
-
"bytesInOutput":
|
|
52802
|
+
"bytesInOutput": 6228
|
|
52741
52803
|
},
|
|
52742
52804
|
"../../cli/dist/src/ui/screens/agent/installSkillConstants.js": {
|
|
52743
52805
|
"bytesInOutput": 328
|
|
@@ -52845,7 +52907,7 @@
|
|
|
52845
52907
|
"bytesInOutput": 3942
|
|
52846
52908
|
},
|
|
52847
52909
|
"../../cli/dist/src/ui/screens/domain/DomainsScreen.js": {
|
|
52848
|
-
"bytesInOutput":
|
|
52910
|
+
"bytesInOutput": 3996
|
|
52849
52911
|
},
|
|
52850
52912
|
"../../cli/dist/src/ui/App.js": {
|
|
52851
52913
|
"bytesInOutput": 10073
|
|
@@ -53259,7 +53321,7 @@
|
|
|
53259
53321
|
"bytesInOutput": 1847
|
|
53260
53322
|
},
|
|
53261
53323
|
"../../cli/dist/src/operations/deployment/driftRepairOperation.js": {
|
|
53262
|
-
"bytesInOutput":
|
|
53324
|
+
"bytesInOutput": 5891
|
|
53263
53325
|
},
|
|
53264
53326
|
"../../cli/dist/src/operations/deployment/driftResumeOperation.js": {
|
|
53265
53327
|
"bytesInOutput": 1827
|
|
@@ -53304,7 +53366,7 @@
|
|
|
53304
53366
|
"bytesInOutput": 2215
|
|
53305
53367
|
},
|
|
53306
53368
|
"../../cli/dist/src/operations/dev/devOperations.js": {
|
|
53307
|
-
"bytesInOutput":
|
|
53369
|
+
"bytesInOutput": 4298
|
|
53308
53370
|
},
|
|
53309
53371
|
"../../cli/dist/src/aws/devDeployCredentials.js": {
|
|
53310
53372
|
"bytesInOutput": 2487
|
|
@@ -53421,7 +53483,7 @@
|
|
|
53421
53483
|
"bytesInOutput": 514
|
|
53422
53484
|
}
|
|
53423
53485
|
},
|
|
53424
|
-
"bytes":
|
|
53486
|
+
"bytes": 4359588
|
|
53425
53487
|
}
|
|
53426
53488
|
}
|
|
53427
53489
|
}
|