fjall 4.3.0 → 4.4.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 +166 -132
- package/bin/assets/generators/account/generator.js +86 -86
- package/bin/assets/generators/application/generator.js +87 -87
- package/bin/assets/generators/cdn/generator.js +140 -140
- package/bin/assets/generators/compute/generator.js +137 -137
- package/bin/assets/generators/compute/service/generator.js +93 -93
- package/bin/assets/generators/database/generator.js +137 -137
- package/bin/assets/generators/database/proxy/generator.js +93 -93
- package/bin/assets/generators/domain/generator.js +87 -87
- package/bin/assets/generators/network/generator.js +95 -95
- package/bin/assets/generators/organisation/generator.js +86 -86
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/assets/generators/storage/s3/generator.js +138 -138
- package/bin/assets/generators/tunnel/generator.js +93 -93
- package/bin/fjall.bundle.js +491 -490
- package/package.json +3 -3
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-07-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 4.
|
|
1
|
+
bundled at 2026-07-30T00:34:32.182Z
|
|
2
|
+
bundle size: 4492843 bytes
|
|
3
|
+
cli version: 4.4.0
|
package/bin/.metafile.json
CHANGED
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
"format": "esm"
|
|
2973
2973
|
},
|
|
2974
2974
|
"../../generator/dist/src/schemas/devRolePolicies.js": {
|
|
2975
|
-
"bytes":
|
|
2975
|
+
"bytes": 11326,
|
|
2976
2976
|
"imports": [
|
|
2977
2977
|
{
|
|
2978
2978
|
"path": "../../util/dist/index.js",
|
|
@@ -4919,6 +4919,42 @@
|
|
|
4919
4919
|
],
|
|
4920
4920
|
"format": "esm"
|
|
4921
4921
|
},
|
|
4922
|
+
"../../util/dist/logger.js": {
|
|
4923
|
+
"bytes": 773,
|
|
4924
|
+
"imports": [],
|
|
4925
|
+
"format": "esm"
|
|
4926
|
+
},
|
|
4927
|
+
"../../deploy-core/dist/src/version.js": {
|
|
4928
|
+
"bytes": 1013,
|
|
4929
|
+
"imports": [
|
|
4930
|
+
{
|
|
4931
|
+
"path": "url",
|
|
4932
|
+
"kind": "import-statement",
|
|
4933
|
+
"external": true
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
"path": "path",
|
|
4937
|
+
"kind": "import-statement",
|
|
4938
|
+
"external": true
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"path": "fs",
|
|
4942
|
+
"kind": "import-statement",
|
|
4943
|
+
"external": true
|
|
4944
|
+
},
|
|
4945
|
+
{
|
|
4946
|
+
"path": "../../util/dist/logger.js",
|
|
4947
|
+
"kind": "import-statement",
|
|
4948
|
+
"original": "@fjall/util/logger"
|
|
4949
|
+
},
|
|
4950
|
+
{
|
|
4951
|
+
"path": "../../util/dist/index.js",
|
|
4952
|
+
"kind": "import-statement",
|
|
4953
|
+
"original": "@fjall/util"
|
|
4954
|
+
}
|
|
4955
|
+
],
|
|
4956
|
+
"format": "esm"
|
|
4957
|
+
},
|
|
4922
4958
|
"../../deploy-core/dist/src/types/events.js": {
|
|
4923
4959
|
"bytes": 155,
|
|
4924
4960
|
"imports": [],
|
|
@@ -4950,11 +4986,6 @@
|
|
|
4950
4986
|
"imports": [],
|
|
4951
4987
|
"format": "esm"
|
|
4952
4988
|
},
|
|
4953
|
-
"../../util/dist/logger.js": {
|
|
4954
|
-
"bytes": 773,
|
|
4955
|
-
"imports": [],
|
|
4956
|
-
"format": "esm"
|
|
4957
|
-
},
|
|
4958
4989
|
"../../util/dist/config.js": {
|
|
4959
4990
|
"bytes": 8423,
|
|
4960
4991
|
"imports": [
|
|
@@ -8787,37 +8818,6 @@
|
|
|
8787
8818
|
],
|
|
8788
8819
|
"format": "esm"
|
|
8789
8820
|
},
|
|
8790
|
-
"../../deploy-core/dist/src/version.js": {
|
|
8791
|
-
"bytes": 784,
|
|
8792
|
-
"imports": [
|
|
8793
|
-
{
|
|
8794
|
-
"path": "url",
|
|
8795
|
-
"kind": "import-statement",
|
|
8796
|
-
"external": true
|
|
8797
|
-
},
|
|
8798
|
-
{
|
|
8799
|
-
"path": "path",
|
|
8800
|
-
"kind": "import-statement",
|
|
8801
|
-
"external": true
|
|
8802
|
-
},
|
|
8803
|
-
{
|
|
8804
|
-
"path": "fs",
|
|
8805
|
-
"kind": "import-statement",
|
|
8806
|
-
"external": true
|
|
8807
|
-
},
|
|
8808
|
-
{
|
|
8809
|
-
"path": "../../util/dist/logger.js",
|
|
8810
|
-
"kind": "import-statement",
|
|
8811
|
-
"original": "@fjall/util/logger"
|
|
8812
|
-
},
|
|
8813
|
-
{
|
|
8814
|
-
"path": "../../util/dist/index.js",
|
|
8815
|
-
"kind": "import-statement",
|
|
8816
|
-
"original": "@fjall/util"
|
|
8817
|
-
}
|
|
8818
|
-
],
|
|
8819
|
-
"format": "esm"
|
|
8820
|
-
},
|
|
8821
8821
|
"../../deploy-core/dist/src/orchestration/application/engineCompat.js": {
|
|
8822
8822
|
"bytes": 3780,
|
|
8823
8823
|
"imports": [
|
|
@@ -16055,8 +16055,13 @@
|
|
|
16055
16055
|
"format": "esm"
|
|
16056
16056
|
},
|
|
16057
16057
|
"../../deploy-core/dist/src/index.js": {
|
|
16058
|
-
"bytes":
|
|
16058
|
+
"bytes": 23861,
|
|
16059
16059
|
"imports": [
|
|
16060
|
+
{
|
|
16061
|
+
"path": "../../deploy-core/dist/src/version.js",
|
|
16062
|
+
"kind": "import-statement",
|
|
16063
|
+
"original": "./version.js"
|
|
16064
|
+
},
|
|
16060
16065
|
{
|
|
16061
16066
|
"path": "../../deploy-core/dist/src/types/index.js",
|
|
16062
16067
|
"kind": "import-statement",
|
|
@@ -16357,6 +16362,51 @@
|
|
|
16357
16362
|
],
|
|
16358
16363
|
"format": "esm"
|
|
16359
16364
|
},
|
|
16365
|
+
"../../cli/dist/src/util/api/FjallApiClient.types.js": {
|
|
16366
|
+
"bytes": 1590,
|
|
16367
|
+
"imports": [
|
|
16368
|
+
{
|
|
16369
|
+
"path": "os",
|
|
16370
|
+
"kind": "import-statement",
|
|
16371
|
+
"external": true
|
|
16372
|
+
},
|
|
16373
|
+
{
|
|
16374
|
+
"path": "../../node_modules/zod/index.js",
|
|
16375
|
+
"kind": "import-statement",
|
|
16376
|
+
"original": "zod"
|
|
16377
|
+
},
|
|
16378
|
+
{
|
|
16379
|
+
"path": "../../util/dist/index.js",
|
|
16380
|
+
"kind": "import-statement",
|
|
16381
|
+
"original": "@fjall/util"
|
|
16382
|
+
},
|
|
16383
|
+
{
|
|
16384
|
+
"path": "../../cli/dist/package.json",
|
|
16385
|
+
"kind": "import-statement",
|
|
16386
|
+
"original": "../../../package.json",
|
|
16387
|
+
"with": {
|
|
16388
|
+
"type": "json"
|
|
16389
|
+
}
|
|
16390
|
+
}
|
|
16391
|
+
],
|
|
16392
|
+
"format": "esm"
|
|
16393
|
+
},
|
|
16394
|
+
"../../cli/dist/src/util/api/deployTokenGuidance.js": {
|
|
16395
|
+
"bytes": 367,
|
|
16396
|
+
"imports": [
|
|
16397
|
+
{
|
|
16398
|
+
"path": "../../cli/dist/src/util/api/FjallApiClient.types.js",
|
|
16399
|
+
"kind": "import-statement",
|
|
16400
|
+
"original": "./FjallApiClient.types.js"
|
|
16401
|
+
}
|
|
16402
|
+
],
|
|
16403
|
+
"format": "esm"
|
|
16404
|
+
},
|
|
16405
|
+
"../../cli/dist/src/aws/utils/arnParser.js": {
|
|
16406
|
+
"bytes": 1779,
|
|
16407
|
+
"imports": [],
|
|
16408
|
+
"format": "esm"
|
|
16409
|
+
},
|
|
16360
16410
|
"../../cli/dist/src/types/Result.js": {
|
|
16361
16411
|
"bytes": 205,
|
|
16362
16412
|
"imports": [
|
|
@@ -18559,35 +18609,6 @@
|
|
|
18559
18609
|
],
|
|
18560
18610
|
"format": "esm"
|
|
18561
18611
|
},
|
|
18562
|
-
"../../cli/dist/src/util/api/FjallApiClient.types.js": {
|
|
18563
|
-
"bytes": 1590,
|
|
18564
|
-
"imports": [
|
|
18565
|
-
{
|
|
18566
|
-
"path": "os",
|
|
18567
|
-
"kind": "import-statement",
|
|
18568
|
-
"external": true
|
|
18569
|
-
},
|
|
18570
|
-
{
|
|
18571
|
-
"path": "../../node_modules/zod/index.js",
|
|
18572
|
-
"kind": "import-statement",
|
|
18573
|
-
"original": "zod"
|
|
18574
|
-
},
|
|
18575
|
-
{
|
|
18576
|
-
"path": "../../util/dist/index.js",
|
|
18577
|
-
"kind": "import-statement",
|
|
18578
|
-
"original": "@fjall/util"
|
|
18579
|
-
},
|
|
18580
|
-
{
|
|
18581
|
-
"path": "../../cli/dist/package.json",
|
|
18582
|
-
"kind": "import-statement",
|
|
18583
|
-
"original": "../../../package.json",
|
|
18584
|
-
"with": {
|
|
18585
|
-
"type": "json"
|
|
18586
|
-
}
|
|
18587
|
-
}
|
|
18588
|
-
],
|
|
18589
|
-
"format": "esm"
|
|
18590
|
-
},
|
|
18591
18612
|
"../../cli/dist/src/util/api/deploymentConflict.js": {
|
|
18592
18613
|
"bytes": 1496,
|
|
18593
18614
|
"imports": [
|
|
@@ -18740,7 +18761,7 @@
|
|
|
18740
18761
|
"format": "esm"
|
|
18741
18762
|
},
|
|
18742
18763
|
"../../cli/dist/src/aws/OidcTokenResolver.js": {
|
|
18743
|
-
"bytes":
|
|
18764
|
+
"bytes": 3245,
|
|
18744
18765
|
"imports": [
|
|
18745
18766
|
{
|
|
18746
18767
|
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
@@ -18776,7 +18797,7 @@
|
|
|
18776
18797
|
"format": "esm"
|
|
18777
18798
|
},
|
|
18778
18799
|
"../../cli/dist/src/aws/OidcCredentialProvider.js": {
|
|
18779
|
-
"bytes":
|
|
18800
|
+
"bytes": 3030,
|
|
18780
18801
|
"imports": [
|
|
18781
18802
|
{
|
|
18782
18803
|
"path": "@aws-sdk/client-sts",
|
|
@@ -18808,6 +18829,16 @@
|
|
|
18808
18829
|
"kind": "import-statement",
|
|
18809
18830
|
"original": "../util/api/resolveApiKey.js"
|
|
18810
18831
|
},
|
|
18832
|
+
{
|
|
18833
|
+
"path": "../../cli/dist/src/util/api/deployTokenGuidance.js",
|
|
18834
|
+
"kind": "import-statement",
|
|
18835
|
+
"original": "../util/api/deployTokenGuidance.js"
|
|
18836
|
+
},
|
|
18837
|
+
{
|
|
18838
|
+
"path": "../../cli/dist/src/aws/utils/arnParser.js",
|
|
18839
|
+
"kind": "import-statement",
|
|
18840
|
+
"original": "./utils/arnParser.js"
|
|
18841
|
+
},
|
|
18811
18842
|
{
|
|
18812
18843
|
"path": "../../cli/dist/src/aws/OidcTokenResolver.js",
|
|
18813
18844
|
"kind": "import-statement",
|
|
@@ -19988,7 +20019,7 @@
|
|
|
19988
20019
|
"format": "esm"
|
|
19989
20020
|
},
|
|
19990
20021
|
"../../cli/dist/src/aws/awsAuthentication.js": {
|
|
19991
|
-
"bytes":
|
|
20022
|
+
"bytes": 3495,
|
|
19992
20023
|
"imports": [
|
|
19993
20024
|
{
|
|
19994
20025
|
"path": "../../util/dist/index.js",
|
|
@@ -20005,6 +20036,11 @@
|
|
|
20005
20036
|
"kind": "import-statement",
|
|
20006
20037
|
"original": "./utils/awsProfile.js"
|
|
20007
20038
|
},
|
|
20039
|
+
{
|
|
20040
|
+
"path": "../../cli/dist/src/aws/utils/arnParser.js",
|
|
20041
|
+
"kind": "import-statement",
|
|
20042
|
+
"original": "./utils/arnParser.js"
|
|
20043
|
+
},
|
|
20008
20044
|
{
|
|
20009
20045
|
"path": "../../cli/dist/src/aws/utils/regions.js",
|
|
20010
20046
|
"kind": "import-statement",
|
|
@@ -21700,12 +21736,12 @@
|
|
|
21700
21736
|
"format": "esm"
|
|
21701
21737
|
},
|
|
21702
21738
|
"../../cli/dist/src/operations/ci/ciConstants.js": {
|
|
21703
|
-
"bytes":
|
|
21739
|
+
"bytes": 1317,
|
|
21704
21740
|
"imports": [
|
|
21705
21741
|
{
|
|
21706
|
-
"path": "../../cli/dist/src/util/api/
|
|
21742
|
+
"path": "../../cli/dist/src/util/api/deployTokenGuidance.js",
|
|
21707
21743
|
"kind": "import-statement",
|
|
21708
|
-
"original": "../../util/api/
|
|
21744
|
+
"original": "../../util/api/deployTokenGuidance.js"
|
|
21709
21745
|
}
|
|
21710
21746
|
],
|
|
21711
21747
|
"format": "esm"
|
|
@@ -24407,11 +24443,6 @@
|
|
|
24407
24443
|
],
|
|
24408
24444
|
"format": "esm"
|
|
24409
24445
|
},
|
|
24410
|
-
"../../cli/dist/src/aws/utils/arnParser.js": {
|
|
24411
|
-
"bytes": 1626,
|
|
24412
|
-
"imports": [],
|
|
24413
|
-
"format": "esm"
|
|
24414
|
-
},
|
|
24415
24446
|
"../../cli/dist/src/services/restore/restoreHelpers.js": {
|
|
24416
24447
|
"bytes": 1496,
|
|
24417
24448
|
"imports": [
|
|
@@ -26657,7 +26688,7 @@
|
|
|
26657
26688
|
"format": "esm"
|
|
26658
26689
|
},
|
|
26659
26690
|
"../../cli/dist/src/util/agent/errorCodes.js": {
|
|
26660
|
-
"bytes":
|
|
26691
|
+
"bytes": 4238,
|
|
26661
26692
|
"imports": [
|
|
26662
26693
|
{
|
|
26663
26694
|
"path": "../../cli/dist/src/util/agent/errorCodeMap.js",
|
|
@@ -45912,7 +45943,7 @@
|
|
|
45912
45943
|
"imports": [],
|
|
45913
45944
|
"exports": [],
|
|
45914
45945
|
"inputs": {},
|
|
45915
|
-
"bytes":
|
|
45946
|
+
"bytes": 12350056
|
|
45916
45947
|
},
|
|
45917
45948
|
"bin/fjall.bundle.js": {
|
|
45918
45949
|
"imports": [
|
|
@@ -46186,6 +46217,21 @@
|
|
|
46186
46217
|
"kind": "import-statement",
|
|
46187
46218
|
"external": true
|
|
46188
46219
|
},
|
|
46220
|
+
{
|
|
46221
|
+
"path": "url",
|
|
46222
|
+
"kind": "import-statement",
|
|
46223
|
+
"external": true
|
|
46224
|
+
},
|
|
46225
|
+
{
|
|
46226
|
+
"path": "path",
|
|
46227
|
+
"kind": "import-statement",
|
|
46228
|
+
"external": true
|
|
46229
|
+
},
|
|
46230
|
+
{
|
|
46231
|
+
"path": "fs",
|
|
46232
|
+
"kind": "import-statement",
|
|
46233
|
+
"external": true
|
|
46234
|
+
},
|
|
46189
46235
|
{
|
|
46190
46236
|
"path": "fs",
|
|
46191
46237
|
"kind": "import-statement",
|
|
@@ -46741,21 +46787,6 @@
|
|
|
46741
46787
|
"kind": "import-statement",
|
|
46742
46788
|
"external": true
|
|
46743
46789
|
},
|
|
46744
|
-
{
|
|
46745
|
-
"path": "url",
|
|
46746
|
-
"kind": "import-statement",
|
|
46747
|
-
"external": true
|
|
46748
|
-
},
|
|
46749
|
-
{
|
|
46750
|
-
"path": "path",
|
|
46751
|
-
"kind": "import-statement",
|
|
46752
|
-
"external": true
|
|
46753
|
-
},
|
|
46754
|
-
{
|
|
46755
|
-
"path": "fs",
|
|
46756
|
-
"kind": "import-statement",
|
|
46757
|
-
"external": true
|
|
46758
|
-
},
|
|
46759
46790
|
{
|
|
46760
46791
|
"path": "path",
|
|
46761
46792
|
"kind": "import-statement",
|
|
@@ -47406,6 +47437,11 @@
|
|
|
47406
47437
|
"kind": "import-statement",
|
|
47407
47438
|
"external": true
|
|
47408
47439
|
},
|
|
47440
|
+
{
|
|
47441
|
+
"path": "os",
|
|
47442
|
+
"kind": "import-statement",
|
|
47443
|
+
"external": true
|
|
47444
|
+
},
|
|
47409
47445
|
{
|
|
47410
47446
|
"path": "stream",
|
|
47411
47447
|
"kind": "require-call",
|
|
@@ -47611,11 +47647,6 @@
|
|
|
47611
47647
|
"kind": "import-statement",
|
|
47612
47648
|
"external": true
|
|
47613
47649
|
},
|
|
47614
|
-
{
|
|
47615
|
-
"path": "os",
|
|
47616
|
-
"kind": "import-statement",
|
|
47617
|
-
"external": true
|
|
47618
|
-
},
|
|
47619
47650
|
{
|
|
47620
47651
|
"path": "fs/promises",
|
|
47621
47652
|
"kind": "dynamic-import",
|
|
@@ -51097,7 +51128,7 @@
|
|
|
51097
51128
|
"bytesInOutput": 1367
|
|
51098
51129
|
},
|
|
51099
51130
|
"../../generator/dist/src/schemas/devRolePolicies.js": {
|
|
51100
|
-
"bytesInOutput":
|
|
51131
|
+
"bytesInOutput": 10654
|
|
51101
51132
|
},
|
|
51102
51133
|
"../../generator/dist/src/schemas/index.js": {
|
|
51103
51134
|
"bytesInOutput": 63
|
|
@@ -51259,7 +51290,7 @@
|
|
|
51259
51290
|
"bytesInOutput": 59
|
|
51260
51291
|
},
|
|
51261
51292
|
"../../generator/dist/src/index.js": {
|
|
51262
|
-
"bytesInOutput":
|
|
51293
|
+
"bytesInOutput": 11429
|
|
51263
51294
|
},
|
|
51264
51295
|
"../../cli/dist/src/aws/utils/regions.js": {
|
|
51265
51296
|
"bytesInOutput": 34
|
|
@@ -51390,6 +51421,12 @@
|
|
|
51390
51421
|
"../../cli/dist/src/util/logger/index.js": {
|
|
51391
51422
|
"bytesInOutput": 633
|
|
51392
51423
|
},
|
|
51424
|
+
"../../util/dist/logger.js": {
|
|
51425
|
+
"bytesInOutput": 766
|
|
51426
|
+
},
|
|
51427
|
+
"../../deploy-core/dist/src/version.js": {
|
|
51428
|
+
"bytesInOutput": 905
|
|
51429
|
+
},
|
|
51393
51430
|
"../../deploy-core/dist/src/types/events.js": {
|
|
51394
51431
|
"bytesInOutput": 119
|
|
51395
51432
|
},
|
|
@@ -51402,9 +51439,6 @@
|
|
|
51402
51439
|
"../../util/dist/docker/result.js": {
|
|
51403
51440
|
"bytesInOutput": 345
|
|
51404
51441
|
},
|
|
51405
|
-
"../../util/dist/logger.js": {
|
|
51406
|
-
"bytesInOutput": 766
|
|
51407
|
-
},
|
|
51408
51442
|
"../../util/dist/config.js": {
|
|
51409
51443
|
"bytesInOutput": 7717
|
|
51410
51444
|
},
|
|
@@ -51421,10 +51455,10 @@
|
|
|
51421
51455
|
"bytesInOutput": 123
|
|
51422
51456
|
},
|
|
51423
51457
|
"../../deploy-core/dist/src/types/destruction.js": {
|
|
51424
|
-
"bytesInOutput":
|
|
51458
|
+
"bytesInOutput": 1274
|
|
51425
51459
|
},
|
|
51426
51460
|
"../../deploy-core/dist/src/types/drift.js": {
|
|
51427
|
-
"bytesInOutput":
|
|
51461
|
+
"bytesInOutput": 916
|
|
51428
51462
|
},
|
|
51429
51463
|
"../../deploy-core/dist/src/types/remediation.js": {
|
|
51430
51464
|
"bytesInOutput": 1748
|
|
@@ -51466,7 +51500,7 @@
|
|
|
51466
51500
|
"bytesInOutput": 36
|
|
51467
51501
|
},
|
|
51468
51502
|
"../../deploy-core/dist/src/types/index.js": {
|
|
51469
|
-
"bytesInOutput":
|
|
51503
|
+
"bytesInOutput": 122
|
|
51470
51504
|
},
|
|
51471
51505
|
"../../deploy-core/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js": {
|
|
51472
51506
|
"bytesInOutput": 2364
|
|
@@ -51670,7 +51704,7 @@
|
|
|
51670
51704
|
"bytesInOutput": 2723
|
|
51671
51705
|
},
|
|
51672
51706
|
"../../deploy-core/dist/src/orchestration/drift/driftSuspectJournal.js": {
|
|
51673
|
-
"bytesInOutput":
|
|
51707
|
+
"bytesInOutput": 1833
|
|
51674
51708
|
},
|
|
51675
51709
|
"../../deploy-core/dist/src/types/errors/CdkError.js": {
|
|
51676
51710
|
"bytesInOutput": 341
|
|
@@ -51849,9 +51883,6 @@
|
|
|
51849
51883
|
"../../deploy-core/dist/src/orchestration/secretArnResolver.js": {
|
|
51850
51884
|
"bytesInOutput": 1091
|
|
51851
51885
|
},
|
|
51852
|
-
"../../deploy-core/dist/src/version.js": {
|
|
51853
|
-
"bytesInOutput": 728
|
|
51854
|
-
},
|
|
51855
51886
|
"../../deploy-core/dist/src/orchestration/application/engineCompat.js": {
|
|
51856
51887
|
"bytesInOutput": 3554
|
|
51857
51888
|
},
|
|
@@ -52252,7 +52283,7 @@
|
|
|
52252
52283
|
"bytesInOutput": 622
|
|
52253
52284
|
},
|
|
52254
52285
|
"../../deploy-core/dist/src/orchestration/drift/driftProbe.js": {
|
|
52255
|
-
"bytesInOutput":
|
|
52286
|
+
"bytesInOutput": 10204
|
|
52256
52287
|
},
|
|
52257
52288
|
"../../deploy-core/dist/src/orchestration/drift/classifyDriftFailure.js": {
|
|
52258
52289
|
"bytesInOutput": 1672
|
|
@@ -52579,7 +52610,7 @@
|
|
|
52579
52610
|
"bytesInOutput": 36
|
|
52580
52611
|
},
|
|
52581
52612
|
"../../deploy-core/dist/src/index.js": {
|
|
52582
|
-
"bytesInOutput":
|
|
52613
|
+
"bytesInOutput": 291
|
|
52583
52614
|
},
|
|
52584
52615
|
"../../cli/dist/src/util/api/Credentials.js": {
|
|
52585
52616
|
"bytesInOutput": 1283
|
|
@@ -52587,6 +52618,15 @@
|
|
|
52587
52618
|
"../../cli/dist/src/util/api/resolveApiKey.js": {
|
|
52588
52619
|
"bytesInOutput": 302
|
|
52589
52620
|
},
|
|
52621
|
+
"../../cli/dist/src/util/api/FjallApiClient.types.js": {
|
|
52622
|
+
"bytesInOutput": 1260
|
|
52623
|
+
},
|
|
52624
|
+
"../../cli/dist/src/util/api/deployTokenGuidance.js": {
|
|
52625
|
+
"bytesInOutput": 314
|
|
52626
|
+
},
|
|
52627
|
+
"../../cli/dist/src/aws/utils/arnParser.js": {
|
|
52628
|
+
"bytesInOutput": 1561
|
|
52629
|
+
},
|
|
52590
52630
|
"../../cli/dist/src/types/Result.js": {
|
|
52591
52631
|
"bytesInOutput": 34
|
|
52592
52632
|
},
|
|
@@ -52983,9 +53023,6 @@
|
|
|
52983
53023
|
"../../cli/dist/src/util/api/FjallApiClientErrors.js": {
|
|
52984
53024
|
"bytesInOutput": 1979
|
|
52985
53025
|
},
|
|
52986
|
-
"../../cli/dist/src/util/api/FjallApiClient.types.js": {
|
|
52987
|
-
"bytesInOutput": 1260
|
|
52988
|
-
},
|
|
52989
53026
|
"../../cli/dist/src/util/api/deploymentConflict.js": {
|
|
52990
53027
|
"bytesInOutput": 1249
|
|
52991
53028
|
},
|
|
@@ -53005,10 +53042,10 @@
|
|
|
53005
53042
|
"bytesInOutput": 2619
|
|
53006
53043
|
},
|
|
53007
53044
|
"../../cli/dist/src/aws/OidcTokenResolver.js": {
|
|
53008
|
-
"bytesInOutput":
|
|
53045
|
+
"bytesInOutput": 3218
|
|
53009
53046
|
},
|
|
53010
53047
|
"../../cli/dist/src/aws/OidcCredentialProvider.js": {
|
|
53011
|
-
"bytesInOutput":
|
|
53048
|
+
"bytesInOutput": 2622
|
|
53012
53049
|
},
|
|
53013
53050
|
"../../cli/dist/src/aws/utils/awsErrorHandler.js": {
|
|
53014
53051
|
"bytesInOutput": 1958
|
|
@@ -53137,7 +53174,7 @@
|
|
|
53137
53174
|
"bytesInOutput": 1931
|
|
53138
53175
|
},
|
|
53139
53176
|
"../../cli/dist/src/aws/awsAuthentication.js": {
|
|
53140
|
-
"bytesInOutput":
|
|
53177
|
+
"bytesInOutput": 2732
|
|
53141
53178
|
},
|
|
53142
53179
|
"../../cli/dist/src/aws/AwsContext.js": {
|
|
53143
53180
|
"bytesInOutput": 6388
|
|
@@ -53287,7 +53324,7 @@
|
|
|
53287
53324
|
"bytesInOutput": 52
|
|
53288
53325
|
},
|
|
53289
53326
|
"../../cli/dist/src/operations/ci/ciConstants.js": {
|
|
53290
|
-
"bytesInOutput":
|
|
53327
|
+
"bytesInOutput": 972
|
|
53291
53328
|
},
|
|
53292
53329
|
"../../cli/dist/src/validation/patterns.js": {
|
|
53293
53330
|
"bytesInOutput": 34
|
|
@@ -53505,17 +53542,14 @@
|
|
|
53505
53542
|
"../../cli/dist/src/types/restore.js": {
|
|
53506
53543
|
"bytesInOutput": 688
|
|
53507
53544
|
},
|
|
53508
|
-
"../../cli/dist/src/aws/utils/arnParser.js": {
|
|
53509
|
-
"bytesInOutput": 1441
|
|
53510
|
-
},
|
|
53511
53545
|
"../../cli/dist/src/services/restore/restoreHelpers.js": {
|
|
53512
|
-
"bytesInOutput":
|
|
53546
|
+
"bytesInOutput": 1219
|
|
53513
53547
|
},
|
|
53514
53548
|
"../../cli/dist/src/services/restore/restoreListHelpers.js": {
|
|
53515
53549
|
"bytesInOutput": 3369
|
|
53516
53550
|
},
|
|
53517
53551
|
"../../cli/dist/src/services/restore/RestoreService.js": {
|
|
53518
|
-
"bytesInOutput":
|
|
53552
|
+
"bytesInOutput": 2716
|
|
53519
53553
|
},
|
|
53520
53554
|
"../../cli/dist/src/services/opennext/openNextHelpers.js": {
|
|
53521
53555
|
"bytesInOutput": 2324
|
|
@@ -53686,7 +53720,7 @@
|
|
|
53686
53720
|
"bytesInOutput": 3524
|
|
53687
53721
|
},
|
|
53688
53722
|
"../../cli/dist/src/util/agent/errorCodes.js": {
|
|
53689
|
-
"bytesInOutput":
|
|
53723
|
+
"bytesInOutput": 4151
|
|
53690
53724
|
},
|
|
53691
53725
|
"../../node_modules/@toon-format/toon/dist/index.mjs": {
|
|
53692
53726
|
"bytesInOutput": 6853
|
|
@@ -54754,7 +54788,7 @@
|
|
|
54754
54788
|
"bytesInOutput": 3324
|
|
54755
54789
|
},
|
|
54756
54790
|
"../../cli/dist/src/commands/deployment/deployDestructionAgentOutput.js": {
|
|
54757
|
-
"bytesInOutput":
|
|
54791
|
+
"bytesInOutput": 2320
|
|
54758
54792
|
},
|
|
54759
54793
|
"../../cli/dist/src/commands/deployment/deployPlanAgentOutput.js": {
|
|
54760
54794
|
"bytesInOutput": 2336
|
|
@@ -54961,7 +54995,7 @@
|
|
|
54961
54995
|
"bytesInOutput": 184
|
|
54962
54996
|
},
|
|
54963
54997
|
"../../cli/dist/src/operations/ci/ciTokenCreateOperation.js": {
|
|
54964
|
-
"bytesInOutput":
|
|
54998
|
+
"bytesInOutput": 731
|
|
54965
54999
|
},
|
|
54966
55000
|
"../../cli/dist/src/operations/ci/ciTokenListOperation.js": {
|
|
54967
55001
|
"bytesInOutput": 264
|
|
@@ -54991,7 +55025,7 @@
|
|
|
54991
55025
|
"bytesInOutput": 382
|
|
54992
55026
|
},
|
|
54993
55027
|
"../../cli/dist/src/operations/provisioning/restoreOperation.js": {
|
|
54994
|
-
"bytesInOutput":
|
|
55028
|
+
"bytesInOutput": 1675
|
|
54995
55029
|
},
|
|
54996
55030
|
"../../cli/dist/src/operations/domain/domainExportOperation.js": {
|
|
54997
55031
|
"bytesInOutput": 4035
|
|
@@ -55111,7 +55145,7 @@
|
|
|
55111
55145
|
"bytesInOutput": 1827
|
|
55112
55146
|
},
|
|
55113
55147
|
"../../cli/dist/src/commands/deployment/driftDetectAgentOutput.js": {
|
|
55114
|
-
"bytesInOutput":
|
|
55148
|
+
"bytesInOutput": 3811
|
|
55115
55149
|
},
|
|
55116
55150
|
"../../cli/dist/src/commands/networking/domain.js": {
|
|
55117
55151
|
"bytesInOutput": 18310
|
|
@@ -55303,7 +55337,7 @@
|
|
|
55303
55337
|
"bytesInOutput": 487
|
|
55304
55338
|
}
|
|
55305
55339
|
},
|
|
55306
|
-
"bytes":
|
|
55340
|
+
"bytes": 4492843
|
|
55307
55341
|
}
|
|
55308
55342
|
}
|
|
55309
55343
|
}
|