fjall 2.10.0 → 2.11.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 +115 -439
- package/bin/assets/generators/account/generator.js +8 -8
- package/bin/assets/generators/application/generator.js +2 -2
- package/bin/assets/generators/cdn/generator.js +60 -60
- package/bin/assets/generators/compute/generator.js +3 -3
- package/bin/assets/generators/compute/service/generator.js +3 -3
- package/bin/assets/generators/database/generator.js +66 -66
- package/bin/assets/generators/database/proxy/generator.js +3 -3
- package/bin/assets/generators/domain/generator.js +2 -2
- package/bin/assets/generators/network/generator.js +3 -3
- 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 +66 -66
- package/bin/assets/generators/tunnel/generator.js +3 -3
- package/bin/fjall.bundle.js +374 -376
- package/package.json +3 -3
package/bin/.metafile.json
CHANGED
|
@@ -1901,7 +1901,7 @@
|
|
|
1901
1901
|
"format": "esm"
|
|
1902
1902
|
},
|
|
1903
1903
|
"../../util/dist/securityHelpers.js": {
|
|
1904
|
-
"bytes":
|
|
1904
|
+
"bytes": 2345,
|
|
1905
1905
|
"imports": [],
|
|
1906
1906
|
"format": "esm"
|
|
1907
1907
|
},
|
|
@@ -2147,7 +2147,7 @@
|
|
|
2147
2147
|
"format": "esm"
|
|
2148
2148
|
},
|
|
2149
2149
|
"../../generator/dist/src/version.js": {
|
|
2150
|
-
"bytes":
|
|
2150
|
+
"bytes": 49,
|
|
2151
2151
|
"imports": [],
|
|
2152
2152
|
"format": "esm"
|
|
2153
2153
|
},
|
|
@@ -3587,7 +3587,7 @@
|
|
|
3587
3587
|
"format": "esm"
|
|
3588
3588
|
},
|
|
3589
3589
|
"../../generator/dist/src/schemas/baseSchemas.js": {
|
|
3590
|
-
"bytes":
|
|
3590
|
+
"bytes": 4019,
|
|
3591
3591
|
"imports": [
|
|
3592
3592
|
{
|
|
3593
3593
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -3749,7 +3749,7 @@
|
|
|
3749
3749
|
"format": "esm"
|
|
3750
3750
|
},
|
|
3751
3751
|
"../../util/dist/manifest/schemas.js": {
|
|
3752
|
-
"bytes":
|
|
3752
|
+
"bytes": 1828,
|
|
3753
3753
|
"imports": [
|
|
3754
3754
|
{
|
|
3755
3755
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -8621,7 +8621,7 @@
|
|
|
8621
8621
|
"format": "esm"
|
|
8622
8622
|
},
|
|
8623
8623
|
"../../deploy-core/dist/src/services/infrastructure/CdkArgumentBuilder.js": {
|
|
8624
|
-
"bytes":
|
|
8624
|
+
"bytes": 2214,
|
|
8625
8625
|
"imports": [
|
|
8626
8626
|
{
|
|
8627
8627
|
"path": "../../util/dist/index.js",
|
|
@@ -8698,7 +8698,7 @@
|
|
|
8698
8698
|
"format": "esm"
|
|
8699
8699
|
},
|
|
8700
8700
|
"../../deploy-core/dist/src/services/infrastructure/CdkProcessManager.js": {
|
|
8701
|
-
"bytes":
|
|
8701
|
+
"bytes": 4573,
|
|
8702
8702
|
"imports": [
|
|
8703
8703
|
{
|
|
8704
8704
|
"path": "child_process",
|
|
@@ -8806,7 +8806,7 @@
|
|
|
8806
8806
|
"format": "esm"
|
|
8807
8807
|
},
|
|
8808
8808
|
"../../deploy-core/dist/src/services/infrastructure/cdkServiceHelpers.js": {
|
|
8809
|
-
"bytes":
|
|
8809
|
+
"bytes": 1040,
|
|
8810
8810
|
"imports": [
|
|
8811
8811
|
{
|
|
8812
8812
|
"path": "../../deploy-core/dist/src/types/operations.js",
|
|
@@ -9697,7 +9697,7 @@
|
|
|
9697
9697
|
"format": "esm"
|
|
9698
9698
|
},
|
|
9699
9699
|
"../../deploy-core/dist/src/orchestration/manifestSecretParser.js": {
|
|
9700
|
-
"bytes":
|
|
9700
|
+
"bytes": 1772,
|
|
9701
9701
|
"imports": [
|
|
9702
9702
|
{
|
|
9703
9703
|
"path": "fs",
|
|
@@ -9722,8 +9722,29 @@
|
|
|
9722
9722
|
],
|
|
9723
9723
|
"format": "esm"
|
|
9724
9724
|
},
|
|
9725
|
+
"../../deploy-core/dist/src/orchestration/secretArnResolver.js": {
|
|
9726
|
+
"bytes": 1098,
|
|
9727
|
+
"imports": [
|
|
9728
|
+
{
|
|
9729
|
+
"path": "@aws-sdk/client-secrets-manager",
|
|
9730
|
+
"kind": "import-statement",
|
|
9731
|
+
"external": true
|
|
9732
|
+
},
|
|
9733
|
+
{
|
|
9734
|
+
"path": "../../generator/dist/src/index.js",
|
|
9735
|
+
"kind": "import-statement",
|
|
9736
|
+
"original": "@fjall/generator"
|
|
9737
|
+
},
|
|
9738
|
+
{
|
|
9739
|
+
"path": "../../util/dist/index.js",
|
|
9740
|
+
"kind": "import-statement",
|
|
9741
|
+
"original": "@fjall/util"
|
|
9742
|
+
}
|
|
9743
|
+
],
|
|
9744
|
+
"format": "esm"
|
|
9745
|
+
},
|
|
9725
9746
|
"../../deploy-core/dist/src/orchestration/detectionPipeline.js": {
|
|
9726
|
-
"bytes":
|
|
9747
|
+
"bytes": 2664,
|
|
9727
9748
|
"imports": [
|
|
9728
9749
|
{
|
|
9729
9750
|
"path": "path",
|
|
@@ -9760,6 +9781,11 @@
|
|
|
9760
9781
|
"kind": "import-statement",
|
|
9761
9782
|
"original": "./manifestSecretParser.js"
|
|
9762
9783
|
},
|
|
9784
|
+
{
|
|
9785
|
+
"path": "../../deploy-core/dist/src/orchestration/secretArnResolver.js",
|
|
9786
|
+
"kind": "import-statement",
|
|
9787
|
+
"original": "./secretArnResolver.js"
|
|
9788
|
+
},
|
|
9763
9789
|
{
|
|
9764
9790
|
"path": "../../util/dist/manifest/index.js",
|
|
9765
9791
|
"kind": "import-statement",
|
|
@@ -11035,18 +11061,13 @@
|
|
|
11035
11061
|
"format": "esm"
|
|
11036
11062
|
},
|
|
11037
11063
|
"../../cli/dist/src/util/api/FjallApiClientResources.js": {
|
|
11038
|
-
"bytes":
|
|
11064
|
+
"bytes": 4071,
|
|
11039
11065
|
"imports": [
|
|
11040
11066
|
{
|
|
11041
11067
|
"path": "../../cli/dist/src/types/Result.js",
|
|
11042
11068
|
"kind": "import-statement",
|
|
11043
11069
|
"original": "../../types/Result.js"
|
|
11044
11070
|
},
|
|
11045
|
-
{
|
|
11046
|
-
"path": "../../cli/dist/src/util/logger/index.js",
|
|
11047
|
-
"kind": "import-statement",
|
|
11048
|
-
"original": "../logger/index.js"
|
|
11049
|
-
},
|
|
11050
11071
|
{
|
|
11051
11072
|
"path": "../../cli/dist/src/util/api/FjallApiClientBase.js",
|
|
11052
11073
|
"kind": "import-statement",
|
|
@@ -11512,7 +11533,7 @@
|
|
|
11512
11533
|
"format": "esm"
|
|
11513
11534
|
},
|
|
11514
11535
|
"../../cli/dist/src/services/auth/ProfileService.js": {
|
|
11515
|
-
"bytes":
|
|
11536
|
+
"bytes": 3456,
|
|
11516
11537
|
"imports": [
|
|
11517
11538
|
{
|
|
11518
11539
|
"path": "../../cli/dist/src/types/ProgressEvent.js",
|
|
@@ -12092,53 +12113,6 @@
|
|
|
12092
12113
|
],
|
|
12093
12114
|
"format": "esm"
|
|
12094
12115
|
},
|
|
12095
|
-
"../../cli/dist/src/services/application/helpers.js": {
|
|
12096
|
-
"bytes": 1380,
|
|
12097
|
-
"imports": [
|
|
12098
|
-
{
|
|
12099
|
-
"path": "../../util/dist/index.js",
|
|
12100
|
-
"kind": "import-statement",
|
|
12101
|
-
"original": "@fjall/util"
|
|
12102
|
-
}
|
|
12103
|
-
],
|
|
12104
|
-
"format": "esm"
|
|
12105
|
-
},
|
|
12106
|
-
"../../cli/dist/src/services/application/ApplicationMonitoringService.js": {
|
|
12107
|
-
"bytes": 2606,
|
|
12108
|
-
"imports": [
|
|
12109
|
-
{
|
|
12110
|
-
"path": "../../cli/dist/src/services/index.js",
|
|
12111
|
-
"kind": "import-statement",
|
|
12112
|
-
"original": "../index.js"
|
|
12113
|
-
},
|
|
12114
|
-
{
|
|
12115
|
-
"path": "../../util/dist/index.js",
|
|
12116
|
-
"kind": "import-statement",
|
|
12117
|
-
"original": "@fjall/util"
|
|
12118
|
-
},
|
|
12119
|
-
{
|
|
12120
|
-
"path": "../../cli/dist/src/types/Result.js",
|
|
12121
|
-
"kind": "import-statement",
|
|
12122
|
-
"original": "../../types/Result.js"
|
|
12123
|
-
},
|
|
12124
|
-
{
|
|
12125
|
-
"path": "../../cli/dist/src/services/application/ApplicationServiceTypes.js",
|
|
12126
|
-
"kind": "import-statement",
|
|
12127
|
-
"original": "./ApplicationServiceTypes.js"
|
|
12128
|
-
},
|
|
12129
|
-
{
|
|
12130
|
-
"path": "../../cli/dist/src/services/application/helpers.js",
|
|
12131
|
-
"kind": "import-statement",
|
|
12132
|
-
"original": "./helpers.js"
|
|
12133
|
-
},
|
|
12134
|
-
{
|
|
12135
|
-
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
12136
|
-
"kind": "import-statement",
|
|
12137
|
-
"original": "../../util/errorUtils.js"
|
|
12138
|
-
}
|
|
12139
|
-
],
|
|
12140
|
-
"format": "esm"
|
|
12141
|
-
},
|
|
12142
12116
|
"../../cli/dist/src/services/deployment/callbackShared.js": {
|
|
12143
12117
|
"bytes": 2595,
|
|
12144
12118
|
"imports": [
|
|
@@ -12372,6 +12346,17 @@
|
|
|
12372
12346
|
],
|
|
12373
12347
|
"format": "esm"
|
|
12374
12348
|
},
|
|
12349
|
+
"../../cli/dist/src/services/application/helpers.js": {
|
|
12350
|
+
"bytes": 1380,
|
|
12351
|
+
"imports": [
|
|
12352
|
+
{
|
|
12353
|
+
"path": "../../util/dist/index.js",
|
|
12354
|
+
"kind": "import-statement",
|
|
12355
|
+
"original": "@fjall/util"
|
|
12356
|
+
}
|
|
12357
|
+
],
|
|
12358
|
+
"format": "esm"
|
|
12359
|
+
},
|
|
12375
12360
|
"../../cli/dist/src/services/application/ApplicationDetectionHelpers.js": {
|
|
12376
12361
|
"bytes": 1440,
|
|
12377
12362
|
"imports": [
|
|
@@ -12554,7 +12539,7 @@
|
|
|
12554
12539
|
"format": "esm"
|
|
12555
12540
|
},
|
|
12556
12541
|
"../../cli/dist/src/services/deployment/applicationDeployment.js": {
|
|
12557
|
-
"bytes":
|
|
12542
|
+
"bytes": 3535,
|
|
12558
12543
|
"imports": [
|
|
12559
12544
|
{
|
|
12560
12545
|
"path": "../../cli/dist/src/types/Result.js",
|
|
@@ -12576,11 +12561,6 @@
|
|
|
12576
12561
|
"kind": "import-statement",
|
|
12577
12562
|
"original": "../../util/errorUtils.js"
|
|
12578
12563
|
},
|
|
12579
|
-
{
|
|
12580
|
-
"path": "../../cli/dist/src/services/application/ApplicationMonitoringService.js",
|
|
12581
|
-
"kind": "import-statement",
|
|
12582
|
-
"original": "../application/ApplicationMonitoringService.js"
|
|
12583
|
-
},
|
|
12584
12564
|
{
|
|
12585
12565
|
"path": "../../cli/dist/src/services/deployment/DeployCoreAdapter.js",
|
|
12586
12566
|
"kind": "import-statement",
|
|
@@ -19240,155 +19220,6 @@
|
|
|
19240
19220
|
],
|
|
19241
19221
|
"format": "esm"
|
|
19242
19222
|
},
|
|
19243
|
-
"../../cli/dist/src/services/monitoring/monitoringResourceCapture.js": {
|
|
19244
|
-
"bytes": 2315,
|
|
19245
|
-
"imports": [
|
|
19246
|
-
{
|
|
19247
|
-
"path": "../../cli/dist/src/types/operations.js",
|
|
19248
|
-
"kind": "import-statement",
|
|
19249
|
-
"original": "../../types/operations.js"
|
|
19250
|
-
},
|
|
19251
|
-
{
|
|
19252
|
-
"path": "../../util/dist/index.js",
|
|
19253
|
-
"kind": "import-statement",
|
|
19254
|
-
"original": "@fjall/util"
|
|
19255
|
-
},
|
|
19256
|
-
{
|
|
19257
|
-
"path": "../../cli/dist/src/aws/utils/arnParser.js",
|
|
19258
|
-
"kind": "import-statement",
|
|
19259
|
-
"original": "../../aws/utils/arnParser.js"
|
|
19260
|
-
}
|
|
19261
|
-
],
|
|
19262
|
-
"format": "esm"
|
|
19263
|
-
},
|
|
19264
|
-
"../../cli/dist/src/services/monitoring/monitoringResourceCaptureExtra.js": {
|
|
19265
|
-
"bytes": 2267,
|
|
19266
|
-
"imports": [
|
|
19267
|
-
{
|
|
19268
|
-
"path": "../../cli/dist/src/types/operations.js",
|
|
19269
|
-
"kind": "import-statement",
|
|
19270
|
-
"original": "../../types/operations.js"
|
|
19271
|
-
},
|
|
19272
|
-
{
|
|
19273
|
-
"path": "../../cli/dist/src/aws/utils/arnParser.js",
|
|
19274
|
-
"kind": "import-statement",
|
|
19275
|
-
"original": "../../aws/utils/arnParser.js"
|
|
19276
|
-
},
|
|
19277
|
-
{
|
|
19278
|
-
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
19279
|
-
"kind": "import-statement",
|
|
19280
|
-
"original": "../../util/errorUtils.js"
|
|
19281
|
-
},
|
|
19282
|
-
{
|
|
19283
|
-
"path": "../../cli/dist/src/services/monitoring/monitoringResourceCapture.js",
|
|
19284
|
-
"kind": "import-statement",
|
|
19285
|
-
"original": "./monitoringResourceCapture.js"
|
|
19286
|
-
}
|
|
19287
|
-
],
|
|
19288
|
-
"format": "esm"
|
|
19289
|
-
},
|
|
19290
|
-
"../../cli/dist/src/services/monitoring/monitoringMetadataError.js": {
|
|
19291
|
-
"bytes": 448,
|
|
19292
|
-
"imports": [
|
|
19293
|
-
{
|
|
19294
|
-
"path": "../../cli/dist/src/types/errors/ServiceError.js",
|
|
19295
|
-
"kind": "import-statement",
|
|
19296
|
-
"original": "../../types/errors/ServiceError.js"
|
|
19297
|
-
},
|
|
19298
|
-
{
|
|
19299
|
-
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
19300
|
-
"kind": "import-statement",
|
|
19301
|
-
"original": "../../util/errorUtils.js"
|
|
19302
|
-
},
|
|
19303
|
-
{
|
|
19304
|
-
"path": "../../util/dist/index.js",
|
|
19305
|
-
"kind": "import-statement",
|
|
19306
|
-
"original": "@fjall/util"
|
|
19307
|
-
}
|
|
19308
|
-
],
|
|
19309
|
-
"format": "esm"
|
|
19310
|
-
},
|
|
19311
|
-
"../../cli/dist/src/services/monitoring/MonitoringMetadataService.js": {
|
|
19312
|
-
"bytes": 4559,
|
|
19313
|
-
"imports": [
|
|
19314
|
-
{
|
|
19315
|
-
"path": "../../cli/dist/src/services/index.js",
|
|
19316
|
-
"kind": "import-statement",
|
|
19317
|
-
"original": "../index.js"
|
|
19318
|
-
},
|
|
19319
|
-
{
|
|
19320
|
-
"path": "../../cli/dist/src/types/operations.js",
|
|
19321
|
-
"kind": "import-statement",
|
|
19322
|
-
"original": "../../types/operations.js"
|
|
19323
|
-
},
|
|
19324
|
-
{
|
|
19325
|
-
"path": "../../cli/dist/src/types/Result.js",
|
|
19326
|
-
"kind": "import-statement",
|
|
19327
|
-
"original": "../../types/Result.js"
|
|
19328
|
-
},
|
|
19329
|
-
{
|
|
19330
|
-
"path": "../../cli/dist/src/util/api/FjallApiClient.js",
|
|
19331
|
-
"kind": "import-statement",
|
|
19332
|
-
"original": "../../util/api/FjallApiClient.js"
|
|
19333
|
-
},
|
|
19334
|
-
{
|
|
19335
|
-
"path": "fs/promises",
|
|
19336
|
-
"kind": "import-statement",
|
|
19337
|
-
"external": true
|
|
19338
|
-
},
|
|
19339
|
-
{
|
|
19340
|
-
"path": "../../util/dist/fsHelpers.js",
|
|
19341
|
-
"kind": "import-statement",
|
|
19342
|
-
"original": "@fjall/util/fsHelpers"
|
|
19343
|
-
},
|
|
19344
|
-
{
|
|
19345
|
-
"path": "path",
|
|
19346
|
-
"kind": "import-statement",
|
|
19347
|
-
"external": true
|
|
19348
|
-
},
|
|
19349
|
-
{
|
|
19350
|
-
"path": "../../cli/dist/src/util/logger/index.js",
|
|
19351
|
-
"kind": "import-statement",
|
|
19352
|
-
"original": "../../util/logger/index.js"
|
|
19353
|
-
},
|
|
19354
|
-
{
|
|
19355
|
-
"path": "../../util/dist/index.js",
|
|
19356
|
-
"kind": "import-statement",
|
|
19357
|
-
"original": "@fjall/util"
|
|
19358
|
-
},
|
|
19359
|
-
{
|
|
19360
|
-
"path": "../../cli/dist/src/util/pathHelpers.js",
|
|
19361
|
-
"kind": "import-statement",
|
|
19362
|
-
"original": "../../util/pathHelpers.js"
|
|
19363
|
-
},
|
|
19364
|
-
{
|
|
19365
|
-
"path": "../../cli/dist/src/aws/utils/arnParser.js",
|
|
19366
|
-
"kind": "import-statement",
|
|
19367
|
-
"original": "../../aws/utils/arnParser.js"
|
|
19368
|
-
},
|
|
19369
|
-
{
|
|
19370
|
-
"path": "../../cli/dist/src/services/monitoring/monitoringResourceCapture.js",
|
|
19371
|
-
"kind": "import-statement",
|
|
19372
|
-
"original": "./monitoringResourceCapture.js"
|
|
19373
|
-
},
|
|
19374
|
-
{
|
|
19375
|
-
"path": "../../cli/dist/src/services/monitoring/monitoringResourceCaptureExtra.js",
|
|
19376
|
-
"kind": "import-statement",
|
|
19377
|
-
"original": "./monitoringResourceCaptureExtra.js"
|
|
19378
|
-
},
|
|
19379
|
-
{
|
|
19380
|
-
"path": "../../cli/dist/src/services/monitoring/monitoringMetadataError.js",
|
|
19381
|
-
"kind": "import-statement",
|
|
19382
|
-
"original": "./monitoringMetadataError.js"
|
|
19383
|
-
},
|
|
19384
|
-
{
|
|
19385
|
-
"path": "../../cli/dist/src/services/monitoring/monitoringMetadataError.js",
|
|
19386
|
-
"kind": "import-statement",
|
|
19387
|
-
"original": "./monitoringMetadataError.js"
|
|
19388
|
-
}
|
|
19389
|
-
],
|
|
19390
|
-
"format": "esm"
|
|
19391
|
-
},
|
|
19392
19223
|
"../../cli/dist/src/services/aws-account/AwsOrgProvisioningService.js": {
|
|
19393
19224
|
"bytes": 6259,
|
|
19394
19225
|
"imports": [
|
|
@@ -20309,7 +20140,7 @@
|
|
|
20309
20140
|
"format": "esm"
|
|
20310
20141
|
},
|
|
20311
20142
|
"../../cli/dist/src/services/index.js": {
|
|
20312
|
-
"bytes":
|
|
20143
|
+
"bytes": 9980,
|
|
20313
20144
|
"imports": [
|
|
20314
20145
|
{
|
|
20315
20146
|
"path": "../../cli/dist/src/services/deployment/DeploymentService.js",
|
|
@@ -20471,11 +20302,6 @@
|
|
|
20471
20302
|
"kind": "import-statement",
|
|
20472
20303
|
"original": "./auth/OidcBootstrapService.js"
|
|
20473
20304
|
},
|
|
20474
|
-
{
|
|
20475
|
-
"path": "../../cli/dist/src/services/monitoring/MonitoringMetadataService.js",
|
|
20476
|
-
"kind": "import-statement",
|
|
20477
|
-
"original": "./monitoring/MonitoringMetadataService.js"
|
|
20478
|
-
},
|
|
20479
20305
|
{
|
|
20480
20306
|
"path": "../../cli/dist/src/services/deployment/EcsDeploymentService.js",
|
|
20481
20307
|
"kind": "import-statement",
|
|
@@ -20691,11 +20517,6 @@
|
|
|
20691
20517
|
"kind": "import-statement",
|
|
20692
20518
|
"original": "./config/OrgConfigCache.js"
|
|
20693
20519
|
},
|
|
20694
|
-
{
|
|
20695
|
-
"path": "../../cli/dist/src/services/monitoring/MonitoringMetadataService.js",
|
|
20696
|
-
"kind": "import-statement",
|
|
20697
|
-
"original": "./monitoring/MonitoringMetadataService.js"
|
|
20698
|
-
},
|
|
20699
20520
|
{
|
|
20700
20521
|
"path": "../../cli/dist/src/services/deployment/DeploymentTracker.js",
|
|
20701
20522
|
"kind": "import-statement",
|
|
@@ -20762,7 +20583,7 @@
|
|
|
20762
20583
|
"format": "esm"
|
|
20763
20584
|
},
|
|
20764
20585
|
"../../cli/dist/src/util/agent/errorCodeMap.js": {
|
|
20765
|
-
"bytes":
|
|
20586
|
+
"bytes": 2128,
|
|
20766
20587
|
"imports": [],
|
|
20767
20588
|
"format": "esm"
|
|
20768
20589
|
},
|
|
@@ -20832,7 +20653,7 @@
|
|
|
20832
20653
|
"format": "esm"
|
|
20833
20654
|
},
|
|
20834
20655
|
"../../cli/dist/src/util/agent/suggestionEntries/infraEntries.js": {
|
|
20835
|
-
"bytes":
|
|
20656
|
+
"bytes": 4468,
|
|
20836
20657
|
"imports": [
|
|
20837
20658
|
{
|
|
20838
20659
|
"path": "../../cli/dist/src/util/agent/suggestionEntries/types.js",
|
|
@@ -25673,7 +25494,7 @@
|
|
|
25673
25494
|
"format": "esm"
|
|
25674
25495
|
},
|
|
25675
25496
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationRunner.js": {
|
|
25676
|
-
"bytes":
|
|
25497
|
+
"bytes": 3215,
|
|
25677
25498
|
"imports": [
|
|
25678
25499
|
{
|
|
25679
25500
|
"path": "react",
|
|
@@ -31384,7 +31205,7 @@
|
|
|
31384
31205
|
"format": "esm"
|
|
31385
31206
|
},
|
|
31386
31207
|
"../../cli/dist/src/util/agent/schemas/infraSchemas.js": {
|
|
31387
|
-
"bytes":
|
|
31208
|
+
"bytes": 3607,
|
|
31388
31209
|
"imports": [],
|
|
31389
31210
|
"format": "esm"
|
|
31390
31211
|
},
|
|
@@ -32685,47 +32506,6 @@
|
|
|
32685
32506
|
],
|
|
32686
32507
|
"format": "esm"
|
|
32687
32508
|
},
|
|
32688
|
-
"../../cli/dist/src/operations/syncOperation.js": {
|
|
32689
|
-
"bytes": 2654,
|
|
32690
|
-
"imports": [
|
|
32691
|
-
{
|
|
32692
|
-
"path": "../../cli/dist/src/operations/steps/syncSteps.js",
|
|
32693
|
-
"kind": "import-statement",
|
|
32694
|
-
"original": "./steps/syncSteps.js"
|
|
32695
|
-
},
|
|
32696
|
-
{
|
|
32697
|
-
"path": "../../cli/dist/src/types/Result.js",
|
|
32698
|
-
"kind": "import-statement",
|
|
32699
|
-
"original": "../types/Result.js"
|
|
32700
|
-
},
|
|
32701
|
-
{
|
|
32702
|
-
"path": "../../cli/dist/src/services/index.js",
|
|
32703
|
-
"kind": "import-statement",
|
|
32704
|
-
"original": "../services/index.js"
|
|
32705
|
-
},
|
|
32706
|
-
{
|
|
32707
|
-
"path": "../../cli/dist/src/aws/index.js",
|
|
32708
|
-
"kind": "import-statement",
|
|
32709
|
-
"original": "../aws/index.js"
|
|
32710
|
-
},
|
|
32711
|
-
{
|
|
32712
|
-
"path": "../../cli/dist/src/util/targetDetection.js",
|
|
32713
|
-
"kind": "import-statement",
|
|
32714
|
-
"original": "../util/targetDetection.js"
|
|
32715
|
-
},
|
|
32716
|
-
{
|
|
32717
|
-
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
32718
|
-
"kind": "import-statement",
|
|
32719
|
-
"original": "../util/errorUtils.js"
|
|
32720
|
-
},
|
|
32721
|
-
{
|
|
32722
|
-
"path": "../../util/dist/index.js",
|
|
32723
|
-
"kind": "import-statement",
|
|
32724
|
-
"original": "@fjall/util"
|
|
32725
|
-
}
|
|
32726
|
-
],
|
|
32727
|
-
"format": "esm"
|
|
32728
|
-
},
|
|
32729
32509
|
"../../cli/dist/src/operations/domainListOperation.js": {
|
|
32730
32510
|
"bytes": 351,
|
|
32731
32511
|
"imports": [
|
|
@@ -33522,7 +33302,7 @@
|
|
|
33522
33302
|
"format": "esm"
|
|
33523
33303
|
},
|
|
33524
33304
|
"../../cli/dist/src/operations/index.js": {
|
|
33525
|
-
"bytes":
|
|
33305
|
+
"bytes": 4374,
|
|
33526
33306
|
"imports": [
|
|
33527
33307
|
{
|
|
33528
33308
|
"path": "../../cli/dist/src/operations/dialog.js",
|
|
@@ -33604,11 +33384,6 @@
|
|
|
33604
33384
|
"kind": "import-statement",
|
|
33605
33385
|
"original": "./restoreOperation.js"
|
|
33606
33386
|
},
|
|
33607
|
-
{
|
|
33608
|
-
"path": "../../cli/dist/src/operations/syncOperation.js",
|
|
33609
|
-
"kind": "import-statement",
|
|
33610
|
-
"original": "./syncOperation.js"
|
|
33611
|
-
},
|
|
33612
33387
|
{
|
|
33613
33388
|
"path": "../../cli/dist/src/operations/domainListOperation.js",
|
|
33614
33389
|
"kind": "import-statement",
|
|
@@ -33866,77 +33641,6 @@
|
|
|
33866
33641
|
],
|
|
33867
33642
|
"format": "esm"
|
|
33868
33643
|
},
|
|
33869
|
-
"../../cli/dist/src/commands/sync.js": {
|
|
33870
|
-
"bytes": 2912,
|
|
33871
|
-
"imports": [
|
|
33872
|
-
{
|
|
33873
|
-
"path": "../../cli/dist/src/util/commandResult.js",
|
|
33874
|
-
"kind": "import-statement",
|
|
33875
|
-
"original": "../util/commandResult.js"
|
|
33876
|
-
},
|
|
33877
|
-
{
|
|
33878
|
-
"path": "../../util/dist/index.js",
|
|
33879
|
-
"kind": "import-statement",
|
|
33880
|
-
"original": "@fjall/util"
|
|
33881
|
-
},
|
|
33882
|
-
{
|
|
33883
|
-
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
33884
|
-
"kind": "import-statement",
|
|
33885
|
-
"original": "../util/errorUtils.js"
|
|
33886
|
-
},
|
|
33887
|
-
{
|
|
33888
|
-
"path": "../../cli/dist/src/util/nonInteractive/nonInteractiveOutput.js",
|
|
33889
|
-
"kind": "import-statement",
|
|
33890
|
-
"original": "../util/nonInteractive/nonInteractiveOutput.js"
|
|
33891
|
-
},
|
|
33892
|
-
{
|
|
33893
|
-
"path": "../../node_modules/chalk/source/index.js",
|
|
33894
|
-
"kind": "import-statement",
|
|
33895
|
-
"original": "chalk"
|
|
33896
|
-
},
|
|
33897
|
-
{
|
|
33898
|
-
"path": "../../cli/dist/src/util/theme.js",
|
|
33899
|
-
"kind": "import-statement",
|
|
33900
|
-
"original": "../util/theme.js"
|
|
33901
|
-
},
|
|
33902
|
-
{
|
|
33903
|
-
"path": "../../cli/dist/src/util/signalCleanup.js",
|
|
33904
|
-
"kind": "import-statement",
|
|
33905
|
-
"original": "../util/signalCleanup.js"
|
|
33906
|
-
},
|
|
33907
|
-
{
|
|
33908
|
-
"path": "../../cli/dist/src/commands/authPrerequisite.js",
|
|
33909
|
-
"kind": "import-statement",
|
|
33910
|
-
"original": "./authPrerequisite.js"
|
|
33911
|
-
},
|
|
33912
|
-
{
|
|
33913
|
-
"path": "../../cli/dist/src/commands/connectPrerequisite.js",
|
|
33914
|
-
"kind": "import-statement",
|
|
33915
|
-
"original": "./connectPrerequisite.js"
|
|
33916
|
-
},
|
|
33917
|
-
{
|
|
33918
|
-
"path": "../../cli/dist/src/operations/syncOperation.js",
|
|
33919
|
-
"kind": "import-statement",
|
|
33920
|
-
"original": "../operations/syncOperation.js"
|
|
33921
|
-
},
|
|
33922
|
-
{
|
|
33923
|
-
"path": "../../cli/dist/src/util/executionMode.js",
|
|
33924
|
-
"kind": "import-statement",
|
|
33925
|
-
"original": "../util/executionMode.js"
|
|
33926
|
-
},
|
|
33927
|
-
{
|
|
33928
|
-
"path": "../../cli/dist/src/util/agent/agentCallbacks.js",
|
|
33929
|
-
"kind": "import-statement",
|
|
33930
|
-
"original": "../util/agent/agentCallbacks.js"
|
|
33931
|
-
},
|
|
33932
|
-
{
|
|
33933
|
-
"path": "../../cli/dist/src/commands/handlerHelpers.js",
|
|
33934
|
-
"kind": "import-statement",
|
|
33935
|
-
"original": "./handlerHelpers.js"
|
|
33936
|
-
}
|
|
33937
|
-
],
|
|
33938
|
-
"format": "esm"
|
|
33939
|
-
},
|
|
33940
33644
|
"../../cli/dist/src/util/agent/schemas/secretsSchemas.js": {
|
|
33941
33645
|
"bytes": 943,
|
|
33942
33646
|
"imports": [],
|
|
@@ -34682,7 +34386,7 @@
|
|
|
34682
34386
|
"format": "esm"
|
|
34683
34387
|
},
|
|
34684
34388
|
"../../cli/dist/src/commands/index.js": {
|
|
34685
|
-
"bytes":
|
|
34389
|
+
"bytes": 1148,
|
|
34686
34390
|
"imports": [
|
|
34687
34391
|
{
|
|
34688
34392
|
"path": "../../cli/dist/src/commands/agent.js",
|
|
@@ -34779,11 +34483,6 @@
|
|
|
34779
34483
|
"kind": "import-statement",
|
|
34780
34484
|
"original": "./restore.js"
|
|
34781
34485
|
},
|
|
34782
|
-
{
|
|
34783
|
-
"path": "../../cli/dist/src/commands/sync.js",
|
|
34784
|
-
"kind": "import-statement",
|
|
34785
|
-
"original": "./sync.js"
|
|
34786
|
-
},
|
|
34787
34486
|
{
|
|
34788
34487
|
"path": "../../cli/dist/src/commands/secrets.js",
|
|
34789
34488
|
"kind": "import-statement",
|
|
@@ -35126,7 +34825,7 @@
|
|
|
35126
34825
|
"format": "esm"
|
|
35127
34826
|
},
|
|
35128
34827
|
"../../cli/dist/src/commands/registration/infrastructureCommands.js": {
|
|
35129
|
-
"bytes":
|
|
34828
|
+
"bytes": 12005,
|
|
35130
34829
|
"imports": [
|
|
35131
34830
|
{
|
|
35132
34831
|
"path": "../../cli/dist/src/commands/index.js",
|
|
@@ -35255,7 +34954,7 @@
|
|
|
35255
34954
|
"format": "esm"
|
|
35256
34955
|
},
|
|
35257
34956
|
"../../cli/dist/src/cli.js": {
|
|
35258
|
-
"bytes":
|
|
34957
|
+
"bytes": 4064,
|
|
35259
34958
|
"imports": [
|
|
35260
34959
|
{
|
|
35261
34960
|
"path": "../../node_modules/commander/esm.mjs",
|
|
@@ -35334,7 +35033,7 @@
|
|
|
35334
35033
|
"imports": [],
|
|
35335
35034
|
"exports": [],
|
|
35336
35035
|
"inputs": {},
|
|
35337
|
-
"bytes":
|
|
35036
|
+
"bytes": 8783082
|
|
35338
35037
|
},
|
|
35339
35038
|
"bin/fjall.bundle.js": {
|
|
35340
35039
|
"imports": [
|
|
@@ -36213,6 +35912,11 @@
|
|
|
36213
35912
|
"kind": "import-statement",
|
|
36214
35913
|
"external": true
|
|
36215
35914
|
},
|
|
35915
|
+
{
|
|
35916
|
+
"path": "@aws-sdk/client-secrets-manager",
|
|
35917
|
+
"kind": "import-statement",
|
|
35918
|
+
"external": true
|
|
35919
|
+
},
|
|
36216
35920
|
{
|
|
36217
35921
|
"path": "path",
|
|
36218
35922
|
"kind": "import-statement",
|
|
@@ -37008,16 +36712,6 @@
|
|
|
37008
36712
|
"kind": "import-statement",
|
|
37009
36713
|
"external": true
|
|
37010
36714
|
},
|
|
37011
|
-
{
|
|
37012
|
-
"path": "fs/promises",
|
|
37013
|
-
"kind": "import-statement",
|
|
37014
|
-
"external": true
|
|
37015
|
-
},
|
|
37016
|
-
{
|
|
37017
|
-
"path": "path",
|
|
37018
|
-
"kind": "import-statement",
|
|
37019
|
-
"external": true
|
|
37020
|
-
},
|
|
37021
36715
|
{
|
|
37022
36716
|
"path": "@aws-sdk/client-cloudformation",
|
|
37023
36717
|
"kind": "import-statement",
|
|
@@ -39111,7 +38805,7 @@
|
|
|
39111
38805
|
"bytesInOutput": 86
|
|
39112
38806
|
},
|
|
39113
38807
|
"../../util/dist/securityHelpers.js": {
|
|
39114
|
-
"bytesInOutput":
|
|
38808
|
+
"bytesInOutput": 2199
|
|
39115
38809
|
},
|
|
39116
38810
|
"../../util/dist/sleep.js": {
|
|
39117
38811
|
"bytesInOutput": 71
|
|
@@ -39177,7 +38871,7 @@
|
|
|
39177
38871
|
"bytesInOutput": 3929
|
|
39178
38872
|
},
|
|
39179
38873
|
"../../generator/dist/src/version.js": {
|
|
39180
|
-
"bytesInOutput":
|
|
38874
|
+
"bytesInOutput": 44
|
|
39181
38875
|
},
|
|
39182
38876
|
"../../node_modules/zod/v4/core/core.js": {
|
|
39183
38877
|
"bytesInOutput": 1211
|
|
@@ -39423,7 +39117,7 @@
|
|
|
39423
39117
|
"bytesInOutput": 2404
|
|
39424
39118
|
},
|
|
39425
39119
|
"../../generator/dist/src/schemas/baseSchemas.js": {
|
|
39426
|
-
"bytesInOutput":
|
|
39120
|
+
"bytesInOutput": 3191
|
|
39427
39121
|
},
|
|
39428
39122
|
"../../generator/dist/src/schemas/alarmSchemas.js": {
|
|
39429
39123
|
"bytesInOutput": 666
|
|
@@ -39447,7 +39141,7 @@
|
|
|
39447
39141
|
"bytesInOutput": 572
|
|
39448
39142
|
},
|
|
39449
39143
|
"../../util/dist/manifest/schemas.js": {
|
|
39450
|
-
"bytesInOutput":
|
|
39144
|
+
"bytesInOutput": 1328
|
|
39451
39145
|
},
|
|
39452
39146
|
"../../generator/dist/src/schemas/computeSchemas.js": {
|
|
39453
39147
|
"bytesInOutput": 11687
|
|
@@ -40194,7 +39888,7 @@
|
|
|
40194
39888
|
"bytesInOutput": 227
|
|
40195
39889
|
},
|
|
40196
39890
|
"../../deploy-core/dist/src/services/infrastructure/CdkArgumentBuilder.js": {
|
|
40197
|
-
"bytesInOutput":
|
|
39891
|
+
"bytesInOutput": 2157
|
|
40198
39892
|
},
|
|
40199
39893
|
"../../deploy-core/dist/src/services/infrastructure/CdkOutputParser.js": {
|
|
40200
39894
|
"bytesInOutput": 530
|
|
@@ -40203,7 +39897,7 @@
|
|
|
40203
39897
|
"bytesInOutput": 3742
|
|
40204
39898
|
},
|
|
40205
39899
|
"../../deploy-core/dist/src/services/infrastructure/CdkProcessManager.js": {
|
|
40206
|
-
"bytesInOutput":
|
|
39900
|
+
"bytesInOutput": 4370
|
|
40207
39901
|
},
|
|
40208
39902
|
"../../util/dist/constructMap.js": {
|
|
40209
39903
|
"bytesInOutput": 822
|
|
@@ -40212,7 +39906,7 @@
|
|
|
40212
39906
|
"bytesInOutput": 853
|
|
40213
39907
|
},
|
|
40214
39908
|
"../../deploy-core/dist/src/services/infrastructure/cdkServiceHelpers.js": {
|
|
40215
|
-
"bytesInOutput":
|
|
39909
|
+
"bytesInOutput": 833
|
|
40216
39910
|
},
|
|
40217
39911
|
"../../deploy-core/dist/src/services/infrastructure/CdkService.js": {
|
|
40218
39912
|
"bytesInOutput": 3976
|
|
@@ -40305,10 +39999,13 @@
|
|
|
40305
39999
|
"bytesInOutput": 2208
|
|
40306
40000
|
},
|
|
40307
40001
|
"../../deploy-core/dist/src/orchestration/manifestSecretParser.js": {
|
|
40308
|
-
"bytesInOutput":
|
|
40002
|
+
"bytesInOutput": 1606
|
|
40003
|
+
},
|
|
40004
|
+
"../../deploy-core/dist/src/orchestration/secretArnResolver.js": {
|
|
40005
|
+
"bytesInOutput": 982
|
|
40309
40006
|
},
|
|
40310
40007
|
"../../deploy-core/dist/src/orchestration/detectionPipeline.js": {
|
|
40311
|
-
"bytesInOutput":
|
|
40008
|
+
"bytesInOutput": 2125
|
|
40312
40009
|
},
|
|
40313
40010
|
"../../deploy-core/dist/src/orchestration/dockerBuildHelper.js": {
|
|
40314
40011
|
"bytesInOutput": 4299
|
|
@@ -40398,7 +40095,7 @@
|
|
|
40398
40095
|
"bytesInOutput": 2171
|
|
40399
40096
|
},
|
|
40400
40097
|
"../../cli/dist/src/util/api/FjallApiClientResources.js": {
|
|
40401
|
-
"bytesInOutput":
|
|
40098
|
+
"bytesInOutput": 3953
|
|
40402
40099
|
},
|
|
40403
40100
|
"../../cli/dist/src/util/api/FjallApiClient.js": {
|
|
40404
40101
|
"bytesInOutput": 1967
|
|
@@ -40440,7 +40137,7 @@
|
|
|
40440
40137
|
"bytesInOutput": 1779
|
|
40441
40138
|
},
|
|
40442
40139
|
"../../cli/dist/src/services/auth/ProfileService.js": {
|
|
40443
|
-
"bytesInOutput":
|
|
40140
|
+
"bytesInOutput": 2713
|
|
40444
40141
|
},
|
|
40445
40142
|
"../../cli/dist/src/services/auth/ProfileValidationService.js": {
|
|
40446
40143
|
"bytesInOutput": 912
|
|
@@ -40490,12 +40187,6 @@
|
|
|
40490
40187
|
"../../cli/dist/src/services/application/ApplicationServiceTypes.js": {
|
|
40491
40188
|
"bytesInOutput": 307
|
|
40492
40189
|
},
|
|
40493
|
-
"../../cli/dist/src/services/application/helpers.js": {
|
|
40494
|
-
"bytesInOutput": 301
|
|
40495
|
-
},
|
|
40496
|
-
"../../cli/dist/src/services/application/ApplicationMonitoringService.js": {
|
|
40497
|
-
"bytesInOutput": 2210
|
|
40498
|
-
},
|
|
40499
40190
|
"../../cli/dist/src/services/deployment/callbackShared.js": {
|
|
40500
40191
|
"bytesInOutput": 1191
|
|
40501
40192
|
},
|
|
@@ -40520,8 +40211,11 @@
|
|
|
40520
40211
|
"../../cli/dist/src/services/deployment/InteractiveCallbackAdapter.js": {
|
|
40521
40212
|
"bytesInOutput": 4716
|
|
40522
40213
|
},
|
|
40214
|
+
"../../cli/dist/src/services/application/helpers.js": {
|
|
40215
|
+
"bytesInOutput": 237
|
|
40216
|
+
},
|
|
40523
40217
|
"../../cli/dist/src/services/application/ApplicationDetectionHelpers.js": {
|
|
40524
|
-
"bytesInOutput":
|
|
40218
|
+
"bytesInOutput": 1210
|
|
40525
40219
|
},
|
|
40526
40220
|
"../../cli/dist/src/services/deployment/deploymentValidation.js": {
|
|
40527
40221
|
"bytesInOutput": 813
|
|
@@ -40539,7 +40233,7 @@
|
|
|
40539
40233
|
"bytesInOutput": 481
|
|
40540
40234
|
},
|
|
40541
40235
|
"../../cli/dist/src/services/deployment/applicationDeployment.js": {
|
|
40542
|
-
"bytesInOutput":
|
|
40236
|
+
"bytesInOutput": 2582
|
|
40543
40237
|
},
|
|
40544
40238
|
"../../cli/dist/src/services/deployment/applicationDestruction.js": {
|
|
40545
40239
|
"bytesInOutput": 2154
|
|
@@ -41178,10 +40872,10 @@
|
|
|
41178
40872
|
"bytesInOutput": 161
|
|
41179
40873
|
},
|
|
41180
40874
|
"../../cli/dist/src/aws/utils/arnParser.js": {
|
|
41181
|
-
"bytesInOutput":
|
|
40875
|
+
"bytesInOutput": 719
|
|
41182
40876
|
},
|
|
41183
40877
|
"../../cli/dist/src/services/restore/restoreHelpers.js": {
|
|
41184
|
-
"bytesInOutput":
|
|
40878
|
+
"bytesInOutput": 1018
|
|
41185
40879
|
},
|
|
41186
40880
|
"../../cli/dist/src/services/restore/restoreListHelpers.js": {
|
|
41187
40881
|
"bytesInOutput": 3190
|
|
@@ -41258,18 +40952,6 @@
|
|
|
41258
40952
|
"../../cli/dist/src/services/config/PayloadConfigService.js": {
|
|
41259
40953
|
"bytesInOutput": 5356
|
|
41260
40954
|
},
|
|
41261
|
-
"../../cli/dist/src/services/monitoring/monitoringResourceCapture.js": {
|
|
41262
|
-
"bytesInOutput": 2056
|
|
41263
|
-
},
|
|
41264
|
-
"../../cli/dist/src/services/monitoring/monitoringResourceCaptureExtra.js": {
|
|
41265
|
-
"bytesInOutput": 1957
|
|
41266
|
-
},
|
|
41267
|
-
"../../cli/dist/src/services/monitoring/monitoringMetadataError.js": {
|
|
41268
|
-
"bytesInOutput": 255
|
|
41269
|
-
},
|
|
41270
|
-
"../../cli/dist/src/services/monitoring/MonitoringMetadataService.js": {
|
|
41271
|
-
"bytesInOutput": 3661
|
|
41272
|
-
},
|
|
41273
40955
|
"../../cli/dist/src/services/aws-account/AwsOrgProvisioningService.js": {
|
|
41274
40956
|
"bytesInOutput": 5923
|
|
41275
40957
|
},
|
|
@@ -41358,7 +41040,7 @@
|
|
|
41358
41040
|
"bytesInOutput": 76
|
|
41359
41041
|
},
|
|
41360
41042
|
"../../cli/dist/src/services/index.js": {
|
|
41361
|
-
"bytesInOutput":
|
|
41043
|
+
"bytesInOutput": 5092
|
|
41362
41044
|
},
|
|
41363
41045
|
"../../cli/dist/src/util/theme.js": {
|
|
41364
41046
|
"bytesInOutput": 1210
|
|
@@ -41370,16 +41052,16 @@
|
|
|
41370
41052
|
"bytesInOutput": 134
|
|
41371
41053
|
},
|
|
41372
41054
|
"../../cli/dist/src/util/agent/errorCodeMap.js": {
|
|
41373
|
-
"bytesInOutput":
|
|
41055
|
+
"bytesInOutput": 2128
|
|
41374
41056
|
},
|
|
41375
41057
|
"../../cli/dist/src/util/agent/errorCodes.js": {
|
|
41376
|
-
"bytesInOutput":
|
|
41058
|
+
"bytesInOutput": 1410
|
|
41377
41059
|
},
|
|
41378
41060
|
"../../node_modules/@toon-format/toon/dist/index.mjs": {
|
|
41379
|
-
"bytesInOutput":
|
|
41061
|
+
"bytesInOutput": 6835
|
|
41380
41062
|
},
|
|
41381
41063
|
"../../cli/dist/src/util/agent/toonFormatter.js": {
|
|
41382
|
-
"bytesInOutput":
|
|
41064
|
+
"bytesInOutput": 1744
|
|
41383
41065
|
},
|
|
41384
41066
|
"../../cli/dist/src/util/agent/suggestionEntries/types.js": {
|
|
41385
41067
|
"bytesInOutput": 243
|
|
@@ -41394,7 +41076,7 @@
|
|
|
41394
41076
|
"bytesInOutput": 2543
|
|
41395
41077
|
},
|
|
41396
41078
|
"../../cli/dist/src/util/agent/suggestionEntries/infraEntries.js": {
|
|
41397
|
-
"bytesInOutput":
|
|
41079
|
+
"bytesInOutput": 4456
|
|
41398
41080
|
},
|
|
41399
41081
|
"../../cli/dist/src/util/agent/suggestionEntries/observabilityEntries.js": {
|
|
41400
41082
|
"bytesInOutput": 1801
|
|
@@ -41403,16 +41085,16 @@
|
|
|
41403
41085
|
"bytesInOutput": 216
|
|
41404
41086
|
},
|
|
41405
41087
|
"../../cli/dist/src/util/agent/suggestions.js": {
|
|
41406
|
-
"bytesInOutput":
|
|
41088
|
+
"bytesInOutput": 569
|
|
41407
41089
|
},
|
|
41408
41090
|
"../../cli/dist/src/util/commandResult.js": {
|
|
41409
|
-
"bytesInOutput":
|
|
41091
|
+
"bytesInOutput": 2496
|
|
41410
41092
|
},
|
|
41411
41093
|
"../../cli/dist/src/util/agent/agentInit.js": {
|
|
41412
|
-
"bytesInOutput":
|
|
41094
|
+
"bytesInOutput": 15753
|
|
41413
41095
|
},
|
|
41414
41096
|
"../../cli/dist/src/util/agent/agentOutput.js": {
|
|
41415
|
-
"bytesInOutput":
|
|
41097
|
+
"bytesInOutput": 1811
|
|
41416
41098
|
},
|
|
41417
41099
|
"../../cli/dist/src/util/formatDuration.js": {
|
|
41418
41100
|
"bytesInOutput": 174
|
|
@@ -41433,7 +41115,7 @@
|
|
|
41433
41115
|
"bytesInOutput": 146
|
|
41434
41116
|
},
|
|
41435
41117
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveSummaryOutput.js": {
|
|
41436
|
-
"bytesInOutput":
|
|
41118
|
+
"bytesInOutput": 2371
|
|
41437
41119
|
},
|
|
41438
41120
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveOutput.js": {
|
|
41439
41121
|
"bytesInOutput": 3818
|
|
@@ -41448,10 +41130,10 @@
|
|
|
41448
41130
|
"bytesInOutput": 34
|
|
41449
41131
|
},
|
|
41450
41132
|
"../../cli/dist/src/util/terminalFocus.js": {
|
|
41451
|
-
"bytesInOutput":
|
|
41133
|
+
"bytesInOutput": 576
|
|
41452
41134
|
},
|
|
41453
41135
|
"../../cli/dist/src/ui/animation/AnimationClock.js": {
|
|
41454
|
-
"bytesInOutput":
|
|
41136
|
+
"bytesInOutput": 1775
|
|
41455
41137
|
},
|
|
41456
41138
|
"../../cli/dist/src/ui/animation/ClockContext.js": {
|
|
41457
41139
|
"bytesInOutput": 147
|
|
@@ -41463,25 +41145,25 @@
|
|
|
41463
41145
|
"bytesInOutput": 322
|
|
41464
41146
|
},
|
|
41465
41147
|
"../../cli/dist/src/util/stripAnsi.js": {
|
|
41466
|
-
"bytesInOutput":
|
|
41148
|
+
"bytesInOutput": 117
|
|
41467
41149
|
},
|
|
41468
41150
|
"../../cli/dist/src/ui/hooks/useShimmerAnimation.js": {
|
|
41469
|
-
"bytesInOutput":
|
|
41151
|
+
"bytesInOutput": 186
|
|
41470
41152
|
},
|
|
41471
41153
|
"../../cli/dist/src/util/colourUtils.js": {
|
|
41472
|
-
"bytesInOutput":
|
|
41154
|
+
"bytesInOutput": 756
|
|
41473
41155
|
},
|
|
41474
41156
|
"../../cli/dist/src/ui/components/progress/Spinner.js": {
|
|
41475
|
-
"bytesInOutput":
|
|
41157
|
+
"bytesInOutput": 1343
|
|
41476
41158
|
},
|
|
41477
41159
|
"../../cli/dist/src/ui/components/banners/WelcomeBanner.js": {
|
|
41478
41160
|
"bytesInOutput": 764
|
|
41479
41161
|
},
|
|
41480
41162
|
"../../cli/dist/src/ui/components/layout/FullScreenContainer.js": {
|
|
41481
|
-
"bytesInOutput":
|
|
41163
|
+
"bytesInOutput": 647
|
|
41482
41164
|
},
|
|
41483
41165
|
"../../cli/dist/src/ui/components/inputs/Confirm.js": {
|
|
41484
|
-
"bytesInOutput":
|
|
41166
|
+
"bytesInOutput": 1023
|
|
41485
41167
|
},
|
|
41486
41168
|
"../../cli/dist/src/ui/components/display/Link.js": {
|
|
41487
41169
|
"bytesInOutput": 868
|
|
@@ -41622,7 +41304,7 @@
|
|
|
41622
41304
|
"bytesInOutput": 223
|
|
41623
41305
|
},
|
|
41624
41306
|
"../../cli/dist/src/operations/steps/syncSteps.js": {
|
|
41625
|
-
"bytesInOutput":
|
|
41307
|
+
"bytesInOutput": 30
|
|
41626
41308
|
},
|
|
41627
41309
|
"../../cli/dist/src/operations/steps/targetSteps.js": {
|
|
41628
41310
|
"bytesInOutput": 445
|
|
@@ -41805,7 +41487,7 @@
|
|
|
41805
41487
|
"bytesInOutput": 1762
|
|
41806
41488
|
},
|
|
41807
41489
|
"../../cli/dist/src/ui/components/layout/renderLine.js": {
|
|
41808
|
-
"bytesInOutput":
|
|
41490
|
+
"bytesInOutput": 267
|
|
41809
41491
|
},
|
|
41810
41492
|
"../../cli/dist/src/ui/components/layout/ScrollableOutput.js": {
|
|
41811
41493
|
"bytesInOutput": 1139
|
|
@@ -41901,7 +41583,7 @@
|
|
|
41901
41583
|
"bytesInOutput": 2052
|
|
41902
41584
|
},
|
|
41903
41585
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationRunner.js": {
|
|
41904
|
-
"bytesInOutput":
|
|
41586
|
+
"bytesInOutput": 2538
|
|
41905
41587
|
},
|
|
41906
41588
|
"../../cli/dist/src/ui/screens/deploy/ImmutableVaultLockAcknowledgementScreen.js": {
|
|
41907
41589
|
"bytesInOutput": 1096
|
|
@@ -42120,7 +41802,7 @@
|
|
|
42120
41802
|
"bytesInOutput": 326
|
|
42121
41803
|
},
|
|
42122
41804
|
"../../cli/dist/src/ui/screens/agent/InstallSkillScreen.js": {
|
|
42123
|
-
"bytesInOutput":
|
|
41805
|
+
"bytesInOutput": 2091
|
|
42124
41806
|
},
|
|
42125
41807
|
"../../cli/dist/src/ui/flows/codemod/describeCodemodError.js": {
|
|
42126
41808
|
"bytesInOutput": 1575
|
|
@@ -42258,7 +41940,7 @@
|
|
|
42258
41940
|
"bytesInOutput": 1842
|
|
42259
41941
|
},
|
|
42260
41942
|
"../../cli/dist/src/ui/App.js": {
|
|
42261
|
-
"bytesInOutput":
|
|
41943
|
+
"bytesInOutput": 9087
|
|
42262
41944
|
},
|
|
42263
41945
|
"../../cli/dist/src/ui/components/screens/FinalOutput.js": {
|
|
42264
41946
|
"bytesInOutput": 3214
|
|
@@ -42267,7 +41949,7 @@
|
|
|
42267
41949
|
"bytesInOutput": 479
|
|
42268
41950
|
},
|
|
42269
41951
|
"../../cli/dist/src/ui/cli.js": {
|
|
42270
|
-
"bytesInOutput":
|
|
41952
|
+
"bytesInOutput": 2042
|
|
42271
41953
|
},
|
|
42272
41954
|
"../../cli/dist/src/util/signalCleanup.js": {
|
|
42273
41955
|
"bytesInOutput": 201
|
|
@@ -42285,7 +41967,7 @@
|
|
|
42285
41967
|
"bytesInOutput": 220
|
|
42286
41968
|
},
|
|
42287
41969
|
"../../cli/dist/src/cli.js": {
|
|
42288
|
-
"bytesInOutput":
|
|
41970
|
+
"bytesInOutput": 3182
|
|
42289
41971
|
},
|
|
42290
41972
|
"../../cli/dist/src/util/commandErrorHandler.js": {
|
|
42291
41973
|
"bytesInOutput": 134
|
|
@@ -42294,10 +41976,10 @@
|
|
|
42294
41976
|
"bytesInOutput": 573
|
|
42295
41977
|
},
|
|
42296
41978
|
"../../cli/dist/src/commands/agentHandlers.js": {
|
|
42297
|
-
"bytesInOutput":
|
|
41979
|
+
"bytesInOutput": 2151
|
|
42298
41980
|
},
|
|
42299
41981
|
"../../cli/dist/src/util/agent/sessionHooks.js": {
|
|
42300
|
-
"bytesInOutput":
|
|
41982
|
+
"bytesInOutput": 3787
|
|
42301
41983
|
},
|
|
42302
41984
|
"../../cli/dist/src/util/uiRouter.js": {
|
|
42303
41985
|
"bytesInOutput": 420
|
|
@@ -42440,9 +42122,6 @@
|
|
|
42440
42122
|
"../../cli/dist/src/operations/restoreOperation.js": {
|
|
42441
42123
|
"bytesInOutput": 1541
|
|
42442
42124
|
},
|
|
42443
|
-
"../../cli/dist/src/operations/syncOperation.js": {
|
|
42444
|
-
"bytesInOutput": 2213
|
|
42445
|
-
},
|
|
42446
42125
|
"../../cli/dist/src/operations/domainListOperation.js": {
|
|
42447
42126
|
"bytesInOutput": 165
|
|
42448
42127
|
},
|
|
@@ -42536,9 +42215,6 @@
|
|
|
42536
42215
|
"../../cli/dist/src/commands/restore.js": {
|
|
42537
42216
|
"bytesInOutput": 3838
|
|
42538
42217
|
},
|
|
42539
|
-
"../../cli/dist/src/commands/sync.js": {
|
|
42540
|
-
"bytesInOutput": 2192
|
|
42541
|
-
},
|
|
42542
42218
|
"../../cli/dist/src/commands/secrets.js": {
|
|
42543
42219
|
"bytesInOutput": 1190
|
|
42544
42220
|
},
|
|
@@ -42612,7 +42288,7 @@
|
|
|
42612
42288
|
"bytesInOutput": 5252
|
|
42613
42289
|
},
|
|
42614
42290
|
"../../cli/dist/src/commands/registration/infrastructureCommands.js": {
|
|
42615
|
-
"bytesInOutput":
|
|
42291
|
+
"bytesInOutput": 11404
|
|
42616
42292
|
},
|
|
42617
42293
|
"../../cli/dist/src/commands/deployDiffHandlers.js": {
|
|
42618
42294
|
"bytesInOutput": 1205
|
|
@@ -42633,7 +42309,7 @@
|
|
|
42633
42309
|
"bytesInOutput": 422
|
|
42634
42310
|
}
|
|
42635
42311
|
},
|
|
42636
|
-
"bytes":
|
|
42312
|
+
"bytes": 3047777
|
|
42637
42313
|
}
|
|
42638
42314
|
}
|
|
42639
42315
|
}
|