fjall 2.32.0 → 2.33.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 +143 -78
- package/bin/assets/generators/account/generator.js +17 -17
- package/bin/assets/generators/application/generator.js +62 -62
- package/bin/assets/generators/cdn/generator.js +115 -115
- package/bin/assets/generators/compute/generator.js +124 -124
- package/bin/assets/generators/compute/service/generator.js +83 -83
- package/bin/assets/generators/database/generator.js +113 -113
- package/bin/assets/generators/database/proxy/generator.js +68 -68
- package/bin/assets/generators/domain/generator.js +17 -17
- package/bin/assets/generators/network/generator.js +68 -68
- package/bin/assets/generators/organisation/generator.js +17 -17
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/assets/generators/storage/s3/generator.js +113 -113
- package/bin/assets/generators/tunnel/generator.js +68 -68
- package/bin/fjall.bundle.js +547 -523
- package/package.json +3 -3
package/bin/.metafile.json
CHANGED
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"format": "esm"
|
|
676
676
|
},
|
|
677
677
|
"../../util/dist/securityHelpers.js": {
|
|
678
|
-
"bytes":
|
|
678
|
+
"bytes": 2447,
|
|
679
679
|
"imports": [],
|
|
680
680
|
"format": "esm"
|
|
681
681
|
},
|
|
@@ -2216,7 +2216,7 @@
|
|
|
2216
2216
|
"format": "esm"
|
|
2217
2217
|
},
|
|
2218
2218
|
"../../util/dist/patterns/patternTypes.js": {
|
|
2219
|
-
"bytes":
|
|
2219
|
+
"bytes": 852,
|
|
2220
2220
|
"imports": [],
|
|
2221
2221
|
"format": "esm"
|
|
2222
2222
|
},
|
|
@@ -2242,7 +2242,7 @@
|
|
|
2242
2242
|
"format": "esm"
|
|
2243
2243
|
},
|
|
2244
2244
|
"../../util/dist/index.js": {
|
|
2245
|
-
"bytes":
|
|
2245
|
+
"bytes": 8103,
|
|
2246
2246
|
"imports": [
|
|
2247
2247
|
{
|
|
2248
2248
|
"path": "../../util/dist/infra/domainExports.js",
|
|
@@ -3771,7 +3771,7 @@
|
|
|
3771
3771
|
"format": "esm"
|
|
3772
3772
|
},
|
|
3773
3773
|
"../../generator/dist/src/schemas/constants.js": {
|
|
3774
|
-
"bytes":
|
|
3774
|
+
"bytes": 3847,
|
|
3775
3775
|
"imports": [
|
|
3776
3776
|
{
|
|
3777
3777
|
"path": "../../generator/dist/src/schemas/sharedTypes.js",
|
|
@@ -5712,7 +5712,7 @@
|
|
|
5712
5712
|
"format": "esm"
|
|
5713
5713
|
},
|
|
5714
5714
|
"../../util/dist/patterns/index.js": {
|
|
5715
|
-
"bytes":
|
|
5715
|
+
"bytes": 708,
|
|
5716
5716
|
"imports": [
|
|
5717
5717
|
{
|
|
5718
5718
|
"path": "../../util/dist/patterns/patternTypes.js",
|
|
@@ -9125,7 +9125,7 @@
|
|
|
9125
9125
|
"format": "esm"
|
|
9126
9126
|
},
|
|
9127
9127
|
"../../util/dist/manifest/io.js": {
|
|
9128
|
-
"bytes":
|
|
9128
|
+
"bytes": 3247,
|
|
9129
9129
|
"imports": [
|
|
9130
9130
|
{
|
|
9131
9131
|
"path": "fs/promises",
|
|
@@ -9997,7 +9997,7 @@
|
|
|
9997
9997
|
"format": "esm"
|
|
9998
9998
|
},
|
|
9999
9999
|
"../../util/dist/docker/dockerCliConstants.js": {
|
|
10000
|
-
"bytes":
|
|
10000
|
+
"bytes": 621,
|
|
10001
10001
|
"imports": [],
|
|
10002
10002
|
"format": "esm"
|
|
10003
10003
|
},
|
|
@@ -10023,6 +10023,22 @@
|
|
|
10023
10023
|
],
|
|
10024
10024
|
"format": "esm"
|
|
10025
10025
|
},
|
|
10026
|
+
"../../util/dist/docker/buildxBuildMonitor.js": {
|
|
10027
|
+
"bytes": 5701,
|
|
10028
|
+
"imports": [
|
|
10029
|
+
{
|
|
10030
|
+
"path": "../../util/dist/docker/dockerCliConstants.js",
|
|
10031
|
+
"kind": "import-statement",
|
|
10032
|
+
"original": "./dockerCliConstants.js"
|
|
10033
|
+
},
|
|
10034
|
+
{
|
|
10035
|
+
"path": "../../util/dist/docker/result.js",
|
|
10036
|
+
"kind": "import-statement",
|
|
10037
|
+
"original": "./result.js"
|
|
10038
|
+
}
|
|
10039
|
+
],
|
|
10040
|
+
"format": "esm"
|
|
10041
|
+
},
|
|
10026
10042
|
"../../util/dist/docker/buildArgInference.js": {
|
|
10027
10043
|
"bytes": 391,
|
|
10028
10044
|
"imports": [],
|
|
@@ -10071,7 +10087,7 @@
|
|
|
10071
10087
|
"format": "esm"
|
|
10072
10088
|
},
|
|
10073
10089
|
"../../util/dist/docker/DockerCli.build.js": {
|
|
10074
|
-
"bytes":
|
|
10090
|
+
"bytes": 4813,
|
|
10075
10091
|
"imports": [
|
|
10076
10092
|
{
|
|
10077
10093
|
"path": "node:fs/promises",
|
|
@@ -10093,6 +10109,11 @@
|
|
|
10093
10109
|
"kind": "import-statement",
|
|
10094
10110
|
"original": "./dockerCliConstants.js"
|
|
10095
10111
|
},
|
|
10112
|
+
{
|
|
10113
|
+
"path": "../../util/dist/docker/buildxBuildMonitor.js",
|
|
10114
|
+
"kind": "import-statement",
|
|
10115
|
+
"original": "./buildxBuildMonitor.js"
|
|
10116
|
+
},
|
|
10096
10117
|
{
|
|
10097
10118
|
"path": "../../util/dist/docker/metadataFileParser.js",
|
|
10098
10119
|
"kind": "import-statement",
|
|
@@ -10200,7 +10221,7 @@
|
|
|
10200
10221
|
"format": "esm"
|
|
10201
10222
|
},
|
|
10202
10223
|
"../../util/dist/docker/DockerCli.js": {
|
|
10203
|
-
"bytes":
|
|
10224
|
+
"bytes": 4729,
|
|
10204
10225
|
"imports": [
|
|
10205
10226
|
{
|
|
10206
10227
|
"path": "node:child_process",
|
|
@@ -10288,12 +10309,18 @@
|
|
|
10288
10309
|
"format": "esm"
|
|
10289
10310
|
},
|
|
10290
10311
|
"../../util/dist/docker/cacheRepository.js": {
|
|
10291
|
-
"bytes":
|
|
10292
|
-
"imports": [
|
|
10312
|
+
"bytes": 1003,
|
|
10313
|
+
"imports": [
|
|
10314
|
+
{
|
|
10315
|
+
"path": "../../util/dist/docker/result.js",
|
|
10316
|
+
"kind": "import-statement",
|
|
10317
|
+
"original": "./result.js"
|
|
10318
|
+
}
|
|
10319
|
+
],
|
|
10293
10320
|
"format": "esm"
|
|
10294
10321
|
},
|
|
10295
10322
|
"../../util/dist/docker/index.js": {
|
|
10296
|
-
"bytes":
|
|
10323
|
+
"bytes": 3407,
|
|
10297
10324
|
"imports": [
|
|
10298
10325
|
{
|
|
10299
10326
|
"path": "../../util/dist/docker/result.js",
|
|
@@ -10315,6 +10342,11 @@
|
|
|
10315
10342
|
"kind": "import-statement",
|
|
10316
10343
|
"original": "./buildxArgvBuilder.js"
|
|
10317
10344
|
},
|
|
10345
|
+
{
|
|
10346
|
+
"path": "../../util/dist/docker/buildxBuildMonitor.js",
|
|
10347
|
+
"kind": "import-statement",
|
|
10348
|
+
"original": "./buildxBuildMonitor.js"
|
|
10349
|
+
},
|
|
10318
10350
|
{
|
|
10319
10351
|
"path": "../../util/dist/docker/bakeGuard.js",
|
|
10320
10352
|
"kind": "import-statement",
|
|
@@ -10540,7 +10572,7 @@
|
|
|
10540
10572
|
"format": "esm"
|
|
10541
10573
|
},
|
|
10542
10574
|
"../../deploy-core/dist/src/orchestration/application/dockerBuildHelper.js": {
|
|
10543
|
-
"bytes":
|
|
10575
|
+
"bytes": 10752,
|
|
10544
10576
|
"imports": [
|
|
10545
10577
|
{
|
|
10546
10578
|
"path": "node:path",
|
|
@@ -18639,7 +18671,7 @@
|
|
|
18639
18671
|
"format": "esm"
|
|
18640
18672
|
},
|
|
18641
18673
|
"../../cli/dist/src/aws/OidcTokenResolver.js": {
|
|
18642
|
-
"bytes":
|
|
18674
|
+
"bytes": 2615,
|
|
18643
18675
|
"imports": [
|
|
18644
18676
|
{
|
|
18645
18677
|
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
@@ -18675,7 +18707,7 @@
|
|
|
18675
18707
|
"format": "esm"
|
|
18676
18708
|
},
|
|
18677
18709
|
"../../cli/dist/src/aws/OidcCredentialProvider.js": {
|
|
18678
|
-
"bytes":
|
|
18710
|
+
"bytes": 1818,
|
|
18679
18711
|
"imports": [
|
|
18680
18712
|
{
|
|
18681
18713
|
"path": "@aws-sdk/client-sts",
|
|
@@ -18702,6 +18734,11 @@
|
|
|
18702
18734
|
"kind": "import-statement",
|
|
18703
18735
|
"original": "../util/logger/index.js"
|
|
18704
18736
|
},
|
|
18737
|
+
{
|
|
18738
|
+
"path": "../../cli/dist/src/util/api/resolveApiKey.js",
|
|
18739
|
+
"kind": "import-statement",
|
|
18740
|
+
"original": "../util/api/resolveApiKey.js"
|
|
18741
|
+
},
|
|
18705
18742
|
{
|
|
18706
18743
|
"path": "../../cli/dist/src/aws/OidcTokenResolver.js",
|
|
18707
18744
|
"kind": "import-statement",
|
|
@@ -20849,7 +20886,7 @@
|
|
|
20849
20886
|
"format": "esm"
|
|
20850
20887
|
},
|
|
20851
20888
|
"../../cli/dist/src/services/create/types.js": {
|
|
20852
|
-
"bytes":
|
|
20889
|
+
"bytes": 897,
|
|
20853
20890
|
"imports": [
|
|
20854
20891
|
{
|
|
20855
20892
|
"path": "../../cli/dist/src/types/errors/ServiceError.js",
|
|
@@ -22163,7 +22200,7 @@
|
|
|
22163
22200
|
"format": "esm"
|
|
22164
22201
|
},
|
|
22165
22202
|
"../../cli/dist/src/services/container/EcrBuildOrchestrator.js": {
|
|
22166
|
-
"bytes":
|
|
22203
|
+
"bytes": 10412,
|
|
22167
22204
|
"imports": [
|
|
22168
22205
|
{
|
|
22169
22206
|
"path": "../../cli/dist/src/types/Result.js",
|
|
@@ -22234,6 +22271,16 @@
|
|
|
22234
22271
|
"path": "../../util/dist/index.js",
|
|
22235
22272
|
"kind": "import-statement",
|
|
22236
22273
|
"original": "@fjall/util"
|
|
22274
|
+
},
|
|
22275
|
+
{
|
|
22276
|
+
"path": "../../util/dist/manifest/index.js",
|
|
22277
|
+
"kind": "import-statement",
|
|
22278
|
+
"original": "@fjall/util/manifest"
|
|
22279
|
+
},
|
|
22280
|
+
{
|
|
22281
|
+
"path": "../../cli/dist/src/util/pathHelpers.js",
|
|
22282
|
+
"kind": "import-statement",
|
|
22283
|
+
"original": "../../util/pathHelpers.js"
|
|
22237
22284
|
}
|
|
22238
22285
|
],
|
|
22239
22286
|
"format": "esm"
|
|
@@ -22377,7 +22424,7 @@
|
|
|
22377
22424
|
"format": "esm"
|
|
22378
22425
|
},
|
|
22379
22426
|
"../../cli/dist/src/services/container/CliDockerProvider.js": {
|
|
22380
|
-
"bytes":
|
|
22427
|
+
"bytes": 7121,
|
|
22381
22428
|
"imports": [
|
|
22382
22429
|
{
|
|
22383
22430
|
"path": "node:path",
|
|
@@ -22404,6 +22451,11 @@
|
|
|
22404
22451
|
"kind": "import-statement",
|
|
22405
22452
|
"original": "@fjall/deploy-core"
|
|
22406
22453
|
},
|
|
22454
|
+
{
|
|
22455
|
+
"path": "../../util/dist/docker/index.js",
|
|
22456
|
+
"kind": "import-statement",
|
|
22457
|
+
"original": "@fjall/util/docker"
|
|
22458
|
+
},
|
|
22407
22459
|
{
|
|
22408
22460
|
"path": "../../util/dist/index.js",
|
|
22409
22461
|
"kind": "import-statement",
|
|
@@ -26035,7 +26087,7 @@
|
|
|
26035
26087
|
"format": "esm"
|
|
26036
26088
|
},
|
|
26037
26089
|
"../../cli/dist/src/util/agent/suggestionEntries/infraEntries.js": {
|
|
26038
|
-
"bytes":
|
|
26090
|
+
"bytes": 4996,
|
|
26039
26091
|
"imports": [
|
|
26040
26092
|
{
|
|
26041
26093
|
"path": "../../cli/dist/src/util/agent/suggestionEntries/types.js",
|
|
@@ -26093,7 +26145,7 @@
|
|
|
26093
26145
|
"format": "esm"
|
|
26094
26146
|
},
|
|
26095
26147
|
"../../cli/dist/src/util/agent/suggestions.js": {
|
|
26096
|
-
"bytes":
|
|
26148
|
+
"bytes": 991,
|
|
26097
26149
|
"imports": [
|
|
26098
26150
|
{
|
|
26099
26151
|
"path": "../../cli/dist/src/util/agent/suggestionEntries/index.js",
|
|
@@ -26104,7 +26156,7 @@
|
|
|
26104
26156
|
"format": "esm"
|
|
26105
26157
|
},
|
|
26106
26158
|
"../../cli/dist/src/util/commandResult.js": {
|
|
26107
|
-
"bytes":
|
|
26159
|
+
"bytes": 3369,
|
|
26108
26160
|
"imports": [
|
|
26109
26161
|
{
|
|
26110
26162
|
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
@@ -26181,7 +26233,7 @@
|
|
|
26181
26233
|
"format": "esm"
|
|
26182
26234
|
},
|
|
26183
26235
|
"../../cli/dist/src/util/agent/agentInit.js": {
|
|
26184
|
-
"bytes":
|
|
26236
|
+
"bytes": 73533,
|
|
26185
26237
|
"imports": [
|
|
26186
26238
|
{
|
|
26187
26239
|
"path": "node:fs",
|
|
@@ -28264,7 +28316,7 @@
|
|
|
28264
28316
|
"format": "esm"
|
|
28265
28317
|
},
|
|
28266
28318
|
"../../cli/dist/src/commands/provisioning/createAppHandler/resolveInputs.js": {
|
|
28267
|
-
"bytes":
|
|
28319
|
+
"bytes": 5814,
|
|
28268
28320
|
"imports": [
|
|
28269
28321
|
{
|
|
28270
28322
|
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
@@ -28750,7 +28802,7 @@
|
|
|
28750
28802
|
"format": "esm"
|
|
28751
28803
|
},
|
|
28752
28804
|
"../../cli/dist/src/ui/screens/create/CreatePatternFlow.js": {
|
|
28753
|
-
"bytes":
|
|
28805
|
+
"bytes": 9338,
|
|
28754
28806
|
"imports": [
|
|
28755
28807
|
{
|
|
28756
28808
|
"path": "react",
|
|
@@ -36977,7 +37029,7 @@
|
|
|
36977
37029
|
"format": "esm"
|
|
36978
37030
|
},
|
|
36979
37031
|
"../../cli/dist/src/commands/aws/awsHandlers.js": {
|
|
36980
|
-
"bytes":
|
|
37032
|
+
"bytes": 1840,
|
|
36981
37033
|
"imports": [
|
|
36982
37034
|
{
|
|
36983
37035
|
"path": "../../cli/dist/src/types/Result.js",
|
|
@@ -36989,6 +37041,11 @@
|
|
|
36989
37041
|
"kind": "import-statement",
|
|
36990
37042
|
"original": "@fjall/util"
|
|
36991
37043
|
},
|
|
37044
|
+
{
|
|
37045
|
+
"path": "../../cli/dist/src/util/commandResult.js",
|
|
37046
|
+
"kind": "import-statement",
|
|
37047
|
+
"original": "../../util/commandResult.js"
|
|
37048
|
+
},
|
|
36992
37049
|
{
|
|
36993
37050
|
"path": "../../cli/dist/src/util/nonInteractive/nonInteractiveOutput.js",
|
|
36994
37051
|
"kind": "import-statement",
|
|
@@ -40965,7 +41022,7 @@
|
|
|
40965
41022
|
"format": "esm"
|
|
40966
41023
|
},
|
|
40967
41024
|
"../../cli/dist/src/commands/networking/target.js": {
|
|
40968
|
-
"bytes":
|
|
41025
|
+
"bytes": 6515,
|
|
40969
41026
|
"imports": [
|
|
40970
41027
|
{
|
|
40971
41028
|
"path": "../../node_modules/chalk/source/index.js",
|
|
@@ -41007,6 +41064,11 @@
|
|
|
41007
41064
|
"kind": "import-statement",
|
|
41008
41065
|
"original": "../../util/executionMode.js"
|
|
41009
41066
|
},
|
|
41067
|
+
{
|
|
41068
|
+
"path": "../../cli/dist/src/contexts/index.js",
|
|
41069
|
+
"kind": "import-statement",
|
|
41070
|
+
"original": "../../contexts/index.js"
|
|
41071
|
+
},
|
|
41010
41072
|
{
|
|
41011
41073
|
"path": "../../cli/dist/src/util/agent/agentOutput.js",
|
|
41012
41074
|
"kind": "import-statement",
|
|
@@ -42416,7 +42478,7 @@
|
|
|
42416
42478
|
"format": "esm"
|
|
42417
42479
|
},
|
|
42418
42480
|
"../../cli/dist/src/commands/registration/helpers.js": {
|
|
42419
|
-
"bytes":
|
|
42481
|
+
"bytes": 5462,
|
|
42420
42482
|
"imports": [
|
|
42421
42483
|
{
|
|
42422
42484
|
"path": "../../deploy-core/dist/src/index.js",
|
|
@@ -43062,7 +43124,7 @@
|
|
|
43062
43124
|
"imports": [],
|
|
43063
43125
|
"exports": [],
|
|
43064
43126
|
"inputs": {},
|
|
43065
|
-
"bytes":
|
|
43127
|
+
"bytes": 10711267
|
|
43066
43128
|
},
|
|
43067
43129
|
"bin/fjall.bundle.js": {
|
|
43068
43130
|
"imports": [
|
|
@@ -47446,7 +47508,7 @@
|
|
|
47446
47508
|
"bytesInOutput": 86
|
|
47447
47509
|
},
|
|
47448
47510
|
"../../util/dist/securityHelpers.js": {
|
|
47449
|
-
"bytesInOutput":
|
|
47511
|
+
"bytesInOutput": 2347
|
|
47450
47512
|
},
|
|
47451
47513
|
"../../util/dist/async/sleep.js": {
|
|
47452
47514
|
"bytesInOutput": 71
|
|
@@ -47737,7 +47799,7 @@
|
|
|
47737
47799
|
"bytesInOutput": 135
|
|
47738
47800
|
},
|
|
47739
47801
|
"../../util/dist/patterns/patternTypes.js": {
|
|
47740
|
-
"bytesInOutput":
|
|
47802
|
+
"bytesInOutput": 693
|
|
47741
47803
|
},
|
|
47742
47804
|
"../../util/dist/patterns/staticSiteForms.js": {
|
|
47743
47805
|
"bytesInOutput": 262
|
|
@@ -47749,28 +47811,28 @@
|
|
|
47749
47811
|
"bytesInOutput": 961
|
|
47750
47812
|
},
|
|
47751
47813
|
"../../util/dist/index.js": {
|
|
47752
|
-
"bytesInOutput":
|
|
47814
|
+
"bytesInOutput": 3863
|
|
47753
47815
|
},
|
|
47754
47816
|
"../../cli/dist/src/util/logger/Logger.js": {
|
|
47755
|
-
"bytesInOutput":
|
|
47817
|
+
"bytesInOutput": 3227
|
|
47756
47818
|
},
|
|
47757
47819
|
"../../cli/dist/src/util/logger/index.js": {
|
|
47758
47820
|
"bytesInOutput": 86
|
|
47759
47821
|
},
|
|
47760
47822
|
"../../cli/dist/src/contexts/CLIContext.js": {
|
|
47761
|
-
"bytesInOutput":
|
|
47823
|
+
"bytesInOutput": 388
|
|
47762
47824
|
},
|
|
47763
47825
|
"../../cli/dist/src/contexts/InkContext.js": {
|
|
47764
|
-
"bytesInOutput":
|
|
47826
|
+
"bytesInOutput": 291
|
|
47765
47827
|
},
|
|
47766
47828
|
"../../cli/dist/src/contexts/ContextManager.js": {
|
|
47767
|
-
"bytesInOutput":
|
|
47829
|
+
"bytesInOutput": 859
|
|
47768
47830
|
},
|
|
47769
47831
|
"../../cli/dist/src/contexts/index.js": {
|
|
47770
|
-
"bytesInOutput":
|
|
47832
|
+
"bytesInOutput": 53
|
|
47771
47833
|
},
|
|
47772
47834
|
"../../cli/dist/src/util/log.js": {
|
|
47773
|
-
"bytesInOutput":
|
|
47835
|
+
"bytesInOutput": 1138
|
|
47774
47836
|
},
|
|
47775
47837
|
"../../node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js": {
|
|
47776
47838
|
"bytesInOutput": 18
|
|
@@ -48091,7 +48153,7 @@
|
|
|
48091
48153
|
"bytesInOutput": 59
|
|
48092
48154
|
},
|
|
48093
48155
|
"../../generator/dist/src/index.js": {
|
|
48094
|
-
"bytesInOutput":
|
|
48156
|
+
"bytesInOutput": 11199
|
|
48095
48157
|
},
|
|
48096
48158
|
"../../cli/dist/src/aws/utils/regions.js": {
|
|
48097
48159
|
"bytesInOutput": 34
|
|
@@ -48559,7 +48621,7 @@
|
|
|
48559
48621
|
"bytesInOutput": 3134
|
|
48560
48622
|
},
|
|
48561
48623
|
"../../util/dist/manifest/io.js": {
|
|
48562
|
-
"bytesInOutput":
|
|
48624
|
+
"bytesInOutput": 2230
|
|
48563
48625
|
},
|
|
48564
48626
|
"../../util/dist/manifest/index.js": {
|
|
48565
48627
|
"bytesInOutput": 40
|
|
@@ -48613,7 +48675,7 @@
|
|
|
48613
48675
|
"bytesInOutput": 5351
|
|
48614
48676
|
},
|
|
48615
48677
|
"../../deploy-core/dist/src/orchestration/remediation/forgetResource.js": {
|
|
48616
|
-
"bytesInOutput":
|
|
48678
|
+
"bytesInOutput": 21621
|
|
48617
48679
|
},
|
|
48618
48680
|
"../../deploy-core/dist/src/orchestration/drift/preFlightGate.js": {
|
|
48619
48681
|
"bytesInOutput": 2716
|
|
@@ -48633,6 +48695,9 @@
|
|
|
48633
48695
|
"../../util/dist/docker/buildxArgvBuilder.js": {
|
|
48634
48696
|
"bytesInOutput": 1038
|
|
48635
48697
|
},
|
|
48698
|
+
"../../util/dist/docker/buildxBuildMonitor.js": {
|
|
48699
|
+
"bytesInOutput": 5440
|
|
48700
|
+
},
|
|
48636
48701
|
"../../util/dist/docker/buildArgInference.js": {
|
|
48637
48702
|
"bytesInOutput": 121
|
|
48638
48703
|
},
|
|
@@ -48649,7 +48714,7 @@
|
|
|
48649
48714
|
"bytesInOutput": 393
|
|
48650
48715
|
},
|
|
48651
48716
|
"../../util/dist/docker/DockerCli.build.js": {
|
|
48652
|
-
"bytesInOutput":
|
|
48717
|
+
"bytesInOutput": 4089
|
|
48653
48718
|
},
|
|
48654
48719
|
"../../util/dist/docker/DockerCli.daemon.js": {
|
|
48655
48720
|
"bytesInOutput": 3212
|
|
@@ -48661,7 +48726,7 @@
|
|
|
48661
48726
|
"bytesInOutput": 2883
|
|
48662
48727
|
},
|
|
48663
48728
|
"../../util/dist/docker/DockerCli.js": {
|
|
48664
|
-
"bytesInOutput":
|
|
48729
|
+
"bytesInOutput": 4020
|
|
48665
48730
|
},
|
|
48666
48731
|
"../../util/dist/docker/metadataFileParser.js": {
|
|
48667
48732
|
"bytesInOutput": 734
|
|
@@ -48670,10 +48735,10 @@
|
|
|
48670
48735
|
"bytesInOutput": 40
|
|
48671
48736
|
},
|
|
48672
48737
|
"../../util/dist/docker/cacheRepository.js": {
|
|
48673
|
-
"bytesInOutput":
|
|
48738
|
+
"bytesInOutput": 792
|
|
48674
48739
|
},
|
|
48675
48740
|
"../../util/dist/docker/index.js": {
|
|
48676
|
-
"bytesInOutput":
|
|
48741
|
+
"bytesInOutput": 116
|
|
48677
48742
|
},
|
|
48678
48743
|
"../../util/dist/buildConcurrency.js": {
|
|
48679
48744
|
"bytesInOutput": 773
|
|
@@ -48694,7 +48759,7 @@
|
|
|
48694
48759
|
"bytesInOutput": 809
|
|
48695
48760
|
},
|
|
48696
48761
|
"../../deploy-core/dist/src/orchestration/application/dockerBuildHelper.js": {
|
|
48697
|
-
"bytesInOutput":
|
|
48762
|
+
"bytesInOutput": 9540
|
|
48698
48763
|
},
|
|
48699
48764
|
"../../deploy-core/dist/src/orchestration/application/welcomeImageHelper.js": {
|
|
48700
48765
|
"bytesInOutput": 1402
|
|
@@ -48715,7 +48780,7 @@
|
|
|
48715
48780
|
"bytesInOutput": 3030
|
|
48716
48781
|
},
|
|
48717
48782
|
"../../deploy-core/dist/src/orchestration/application/codeOnlyDeploy.js": {
|
|
48718
|
-
"bytesInOutput":
|
|
48783
|
+
"bytesInOutput": 10711
|
|
48719
48784
|
},
|
|
48720
48785
|
"../../deploy-core/dist/src/orchestration/activeDeploymentGuard.js": {
|
|
48721
48786
|
"bytesInOutput": 1584
|
|
@@ -48763,7 +48828,7 @@
|
|
|
48763
48828
|
"bytesInOutput": 961
|
|
48764
48829
|
},
|
|
48765
48830
|
"../../node_modules/ast-types/lib/types.js": {
|
|
48766
|
-
"bytesInOutput":
|
|
48831
|
+
"bytesInOutput": 10457
|
|
48767
48832
|
},
|
|
48768
48833
|
"../../node_modules/ast-types/lib/path.js": {
|
|
48769
48834
|
"bytesInOutput": 4117
|
|
@@ -48919,7 +48984,7 @@
|
|
|
48919
48984
|
"bytesInOutput": 4725
|
|
48920
48985
|
},
|
|
48921
48986
|
"../../node_modules/recast/lib/printer.js": {
|
|
48922
|
-
"bytesInOutput":
|
|
48987
|
+
"bytesInOutput": 41507
|
|
48923
48988
|
},
|
|
48924
48989
|
"../../node_modules/recast/main.js": {
|
|
48925
48990
|
"bytesInOutput": 902
|
|
@@ -49126,10 +49191,10 @@
|
|
|
49126
49191
|
"bytesInOutput": 3046
|
|
49127
49192
|
},
|
|
49128
49193
|
"../../deploy-core/dist/src/orchestration/remediation/recreateResource.js": {
|
|
49129
|
-
"bytesInOutput":
|
|
49194
|
+
"bytesInOutput": 10140
|
|
49130
49195
|
},
|
|
49131
49196
|
"../../deploy-core/dist/src/orchestration/application/applicationDeploy.js": {
|
|
49132
|
-
"bytesInOutput":
|
|
49197
|
+
"bytesInOutput": 15309
|
|
49133
49198
|
},
|
|
49134
49199
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/orgContext.js": {
|
|
49135
49200
|
"bytesInOutput": 1369
|
|
@@ -49168,7 +49233,7 @@
|
|
|
49168
49233
|
"bytesInOutput": 1276
|
|
49169
49234
|
},
|
|
49170
49235
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/orgCascadeDeploy.js": {
|
|
49171
|
-
"bytesInOutput":
|
|
49236
|
+
"bytesInOutput": 4562
|
|
49172
49237
|
},
|
|
49173
49238
|
"../../deploy-core/dist/src/orchestration/organisation/organisationDeploy.js": {
|
|
49174
49239
|
"bytesInOutput": 336
|
|
@@ -49591,7 +49656,7 @@
|
|
|
49591
49656
|
"bytesInOutput": 981
|
|
49592
49657
|
},
|
|
49593
49658
|
"../../cli/node_modules/axios/lib/adapters/http.js": {
|
|
49594
|
-
"bytesInOutput":
|
|
49659
|
+
"bytesInOutput": 13344
|
|
49595
49660
|
},
|
|
49596
49661
|
"../../cli/node_modules/axios/lib/helpers/isURLSameOrigin.js": {
|
|
49597
49662
|
"bytesInOutput": 243
|
|
@@ -49615,7 +49680,7 @@
|
|
|
49615
49680
|
"bytesInOutput": 713
|
|
49616
49681
|
},
|
|
49617
49682
|
"../../cli/node_modules/axios/lib/adapters/fetch.js": {
|
|
49618
|
-
"bytesInOutput":
|
|
49683
|
+
"bytesInOutput": 4488
|
|
49619
49684
|
},
|
|
49620
49685
|
"../../cli/node_modules/axios/lib/adapters/adapters.js": {
|
|
49621
49686
|
"bytesInOutput": 937
|
|
@@ -49672,10 +49737,10 @@
|
|
|
49672
49737
|
"bytesInOutput": 2417
|
|
49673
49738
|
},
|
|
49674
49739
|
"../../cli/dist/src/aws/OidcTokenResolver.js": {
|
|
49675
|
-
"bytesInOutput":
|
|
49740
|
+
"bytesInOutput": 2552
|
|
49676
49741
|
},
|
|
49677
49742
|
"../../cli/dist/src/aws/OidcCredentialProvider.js": {
|
|
49678
|
-
"bytesInOutput":
|
|
49743
|
+
"bytesInOutput": 1509
|
|
49679
49744
|
},
|
|
49680
49745
|
"../../cli/dist/src/aws/utils/awsErrorHandler.js": {
|
|
49681
49746
|
"bytesInOutput": 953
|
|
@@ -49882,7 +49947,7 @@
|
|
|
49882
49947
|
"bytesInOutput": 4107
|
|
49883
49948
|
},
|
|
49884
49949
|
"../../cli/dist/src/services/create/types.js": {
|
|
49885
|
-
"bytesInOutput":
|
|
49950
|
+
"bytesInOutput": 655
|
|
49886
49951
|
},
|
|
49887
49952
|
"../../cli/dist/src/util/format/caseConversion.js": {
|
|
49888
49953
|
"bytesInOutput": 33
|
|
@@ -49969,7 +50034,7 @@
|
|
|
49969
50034
|
"bytesInOutput": 35
|
|
49970
50035
|
},
|
|
49971
50036
|
"../../node_modules/js-yaml/dist/js-yaml.mjs": {
|
|
49972
|
-
"bytesInOutput":
|
|
50037
|
+
"bytesInOutput": 45289
|
|
49973
50038
|
},
|
|
49974
50039
|
"../../cli/dist/src/services/docker/DockerError.js": {
|
|
49975
50040
|
"bytesInOutput": 152
|
|
@@ -50011,7 +50076,7 @@
|
|
|
50011
50076
|
"bytesInOutput": 284
|
|
50012
50077
|
},
|
|
50013
50078
|
"../../cli/dist/src/services/container/EcrBuildOrchestrator.js": {
|
|
50014
|
-
"bytesInOutput":
|
|
50079
|
+
"bytesInOutput": 9242
|
|
50015
50080
|
},
|
|
50016
50081
|
"../../cli/dist/src/services/container/EcrService.tagging.js": {
|
|
50017
50082
|
"bytesInOutput": 2053
|
|
@@ -50023,7 +50088,7 @@
|
|
|
50023
50088
|
"bytesInOutput": 1434
|
|
50024
50089
|
},
|
|
50025
50090
|
"../../cli/dist/src/services/container/CliDockerProvider.js": {
|
|
50026
|
-
"bytesInOutput":
|
|
50091
|
+
"bytesInOutput": 6616
|
|
50027
50092
|
},
|
|
50028
50093
|
"../../cli/dist/src/services/organisation/OrganisationServiceTypes.js": {
|
|
50029
50094
|
"bytesInOutput": 261
|
|
@@ -50044,7 +50109,7 @@
|
|
|
50044
50109
|
"bytesInOutput": 1922
|
|
50045
50110
|
},
|
|
50046
50111
|
"../../cli/dist/src/services/organisation/OrganisationDeployService.js": {
|
|
50047
|
-
"bytesInOutput":
|
|
50112
|
+
"bytesInOutput": 5405
|
|
50048
50113
|
},
|
|
50049
50114
|
"../../cli/dist/src/types/FjallState.js": {
|
|
50050
50115
|
"bytesInOutput": 35
|
|
@@ -50329,7 +50394,7 @@
|
|
|
50329
50394
|
"bytesInOutput": 2475
|
|
50330
50395
|
},
|
|
50331
50396
|
"../../cli/dist/src/util/agent/suggestionEntries/infraEntries.js": {
|
|
50332
|
-
"bytesInOutput":
|
|
50397
|
+
"bytesInOutput": 4986
|
|
50333
50398
|
},
|
|
50334
50399
|
"../../cli/dist/src/util/agent/suggestionEntries/observabilityEntries.js": {
|
|
50335
50400
|
"bytesInOutput": 1801
|
|
@@ -50338,13 +50403,13 @@
|
|
|
50338
50403
|
"bytesInOutput": 216
|
|
50339
50404
|
},
|
|
50340
50405
|
"../../cli/dist/src/util/agent/suggestions.js": {
|
|
50341
|
-
"bytesInOutput":
|
|
50406
|
+
"bytesInOutput": 869
|
|
50342
50407
|
},
|
|
50343
50408
|
"../../cli/dist/src/util/commandResult.js": {
|
|
50344
|
-
"bytesInOutput":
|
|
50409
|
+
"bytesInOutput": 2536
|
|
50345
50410
|
},
|
|
50346
50411
|
"../../cli/dist/src/util/agent/agentInit.js": {
|
|
50347
|
-
"bytesInOutput":
|
|
50412
|
+
"bytesInOutput": 73352
|
|
50348
50413
|
},
|
|
50349
50414
|
"../../cli/dist/src/util/agent/agentOutput.js": {
|
|
50350
50415
|
"bytesInOutput": 1755
|
|
@@ -50587,7 +50652,7 @@
|
|
|
50587
50652
|
"bytesInOutput": 799
|
|
50588
50653
|
},
|
|
50589
50654
|
"../../cli/dist/src/ui/components/screens/CreatingScreen.js": {
|
|
50590
|
-
"bytesInOutput":
|
|
50655
|
+
"bytesInOutput": 2834
|
|
50591
50656
|
},
|
|
50592
50657
|
"../../cli/dist/src/ui/screens/create/CreateAppReviewStep.js": {
|
|
50593
50658
|
"bytesInOutput": 2773
|
|
@@ -50605,7 +50670,7 @@
|
|
|
50605
50670
|
"bytesInOutput": 42
|
|
50606
50671
|
},
|
|
50607
50672
|
"../../cli/dist/src/commands/provisioning/createAppHandler/resolveInputs.js": {
|
|
50608
|
-
"bytesInOutput":
|
|
50673
|
+
"bytesInOutput": 4832
|
|
50609
50674
|
},
|
|
50610
50675
|
"../../cli/dist/src/commands/provisioning/createAppHandler/dryRunPreview.js": {
|
|
50611
50676
|
"bytesInOutput": 768
|
|
@@ -50767,7 +50832,7 @@
|
|
|
50767
50832
|
"bytesInOutput": 1139
|
|
50768
50833
|
},
|
|
50769
50834
|
"../../cli/dist/src/ui/components/operations/useStackOperationState.js": {
|
|
50770
|
-
"bytesInOutput":
|
|
50835
|
+
"bytesInOutput": 3739
|
|
50771
50836
|
},
|
|
50772
50837
|
"../../cli/dist/src/ui/components/operations/StackOperationBox.js": {
|
|
50773
50838
|
"bytesInOutput": 3092
|
|
@@ -50815,7 +50880,7 @@
|
|
|
50815
50880
|
"bytesInOutput": 1950
|
|
50816
50881
|
},
|
|
50817
50882
|
"../../cli/dist/src/ui/components/operations/OrgSetupBox.js": {
|
|
50818
|
-
"bytesInOutput":
|
|
50883
|
+
"bytesInOutput": 5035
|
|
50819
50884
|
},
|
|
50820
50885
|
"../../cli/dist/src/util/terminal/synchronizedOutput.js": {
|
|
50821
50886
|
"bytesInOutput": 466
|
|
@@ -50851,10 +50916,10 @@
|
|
|
50851
50916
|
"bytesInOutput": 1096
|
|
50852
50917
|
},
|
|
50853
50918
|
"../../cli/dist/src/ui/screens/deploy/StackOperationProgressScreen.js": {
|
|
50854
|
-
"bytesInOutput":
|
|
50919
|
+
"bytesInOutput": 5233
|
|
50855
50920
|
},
|
|
50856
50921
|
"../../cli/dist/src/ui/components/operations/DockerOperationBox.js": {
|
|
50857
|
-
"bytesInOutput":
|
|
50922
|
+
"bytesInOutput": 4556
|
|
50858
50923
|
},
|
|
50859
50924
|
"../../cli/dist/src/ui/components/operations/EcsOperationBox.js": {
|
|
50860
50925
|
"bytesInOutput": 4178
|
|
@@ -51133,7 +51198,7 @@
|
|
|
51133
51198
|
"bytesInOutput": 5455
|
|
51134
51199
|
},
|
|
51135
51200
|
"../../cli/dist/src/ui/screens/secrets/SecretsScreen.js": {
|
|
51136
|
-
"bytesInOutput":
|
|
51201
|
+
"bytesInOutput": 4473
|
|
51137
51202
|
},
|
|
51138
51203
|
"../../cli/dist/src/ui/screens/tunnel/TunnelScreen.js": {
|
|
51139
51204
|
"bytesInOutput": 3760
|
|
@@ -51154,7 +51219,7 @@
|
|
|
51154
51219
|
"bytesInOutput": 1880
|
|
51155
51220
|
},
|
|
51156
51221
|
"../../cli/dist/src/ui/screens/target/TargetScreen.js": {
|
|
51157
|
-
"bytesInOutput":
|
|
51222
|
+
"bytesInOutput": 3581
|
|
51158
51223
|
},
|
|
51159
51224
|
"../../cli/dist/src/ui/components/banners/OidcSetupBanner.js": {
|
|
51160
51225
|
"bytesInOutput": 359
|
|
@@ -51175,7 +51240,7 @@
|
|
|
51175
51240
|
"bytesInOutput": 187
|
|
51176
51241
|
},
|
|
51177
51242
|
"../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
|
|
51178
|
-
"bytesInOutput":
|
|
51243
|
+
"bytesInOutput": 5857
|
|
51179
51244
|
},
|
|
51180
51245
|
"../../cli/dist/src/ui/screens/agent/installSkillConstants.js": {
|
|
51181
51246
|
"bytesInOutput": 326
|
|
@@ -51373,7 +51438,7 @@
|
|
|
51373
51438
|
"bytesInOutput": 457
|
|
51374
51439
|
},
|
|
51375
51440
|
"../../cli/dist/src/commands/aws/awsHandlers.js": {
|
|
51376
|
-
"bytesInOutput":
|
|
51441
|
+
"bytesInOutput": 1257
|
|
51377
51442
|
},
|
|
51378
51443
|
"../../cli/dist/src/services/aws/awsExecution.js": {
|
|
51379
51444
|
"bytesInOutput": 2229
|
|
@@ -51640,7 +51705,7 @@
|
|
|
51640
51705
|
"bytesInOutput": 1663
|
|
51641
51706
|
},
|
|
51642
51707
|
"../../cli/dist/src/operations/deployment/driftRepairOperation.js": {
|
|
51643
|
-
"bytesInOutput":
|
|
51708
|
+
"bytesInOutput": 5646
|
|
51644
51709
|
},
|
|
51645
51710
|
"../../cli/dist/src/operations/deployment/driftResumeOperation.js": {
|
|
51646
51711
|
"bytesInOutput": 1645
|
|
@@ -51652,7 +51717,7 @@
|
|
|
51652
51717
|
"bytesInOutput": 6347
|
|
51653
51718
|
},
|
|
51654
51719
|
"../../cli/dist/src/commands/networking/target.js": {
|
|
51655
|
-
"bytesInOutput":
|
|
51720
|
+
"bytesInOutput": 5370
|
|
51656
51721
|
},
|
|
51657
51722
|
"../../cli/dist/src/commands/deployment/status.js": {
|
|
51658
51723
|
"bytesInOutput": 95
|
|
@@ -51739,7 +51804,7 @@
|
|
|
51739
51804
|
"bytesInOutput": 1330
|
|
51740
51805
|
},
|
|
51741
51806
|
"../../cli/dist/src/commands/registration/helpers.js": {
|
|
51742
|
-
"bytesInOutput":
|
|
51807
|
+
"bytesInOutput": 5098
|
|
51743
51808
|
},
|
|
51744
51809
|
"../../cli/dist/src/commands/registration/secretCommands.js": {
|
|
51745
51810
|
"bytesInOutput": 2744
|
|
@@ -51784,7 +51849,7 @@
|
|
|
51784
51849
|
"bytesInOutput": 404
|
|
51785
51850
|
}
|
|
51786
51851
|
},
|
|
51787
|
-
"bytes":
|
|
51852
|
+
"bytes": 3792875
|
|
51788
51853
|
}
|
|
51789
51854
|
}
|
|
51790
51855
|
}
|