fjall 2.11.0 → 2.12.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 +417 -362
- package/bin/assets/generators/account/generator.js +17 -17
- package/bin/assets/generators/application/generator.js +73 -73
- package/bin/assets/generators/cdn/generator.js +113 -113
- package/bin/assets/generators/compute/generator.js +116 -116
- package/bin/assets/generators/compute/service/generator.js +67 -67
- package/bin/assets/generators/database/generator.js +112 -112
- package/bin/assets/generators/database/proxy/generator.js +67 -67
- package/bin/assets/generators/domain/generator.js +17 -17
- package/bin/assets/generators/network/generator.js +70 -70
- 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 +114 -114
- package/bin/assets/generators/tunnel/generator.js +70 -70
- package/bin/fjall.bundle.js +382 -382
- package/package.json +3 -3
package/bin/.metafile.json
CHANGED
|
@@ -1915,242 +1915,6 @@
|
|
|
1915
1915
|
"imports": [],
|
|
1916
1916
|
"format": "esm"
|
|
1917
1917
|
},
|
|
1918
|
-
"../../util/dist/environments.js": {
|
|
1919
|
-
"bytes": 618,
|
|
1920
|
-
"imports": [],
|
|
1921
|
-
"format": "esm"
|
|
1922
|
-
},
|
|
1923
|
-
"../../util/dist/resourceCategorisation.js": {
|
|
1924
|
-
"bytes": 6579,
|
|
1925
|
-
"imports": [],
|
|
1926
|
-
"format": "esm"
|
|
1927
|
-
},
|
|
1928
|
-
"../../util/dist/gitRemoteParser.js": {
|
|
1929
|
-
"bytes": 497,
|
|
1930
|
-
"imports": [],
|
|
1931
|
-
"format": "esm"
|
|
1932
|
-
},
|
|
1933
|
-
"../../util/dist/regions.js": {
|
|
1934
|
-
"bytes": 148,
|
|
1935
|
-
"imports": [],
|
|
1936
|
-
"format": "esm"
|
|
1937
|
-
},
|
|
1938
|
-
"../../util/dist/tokenScopes.js": {
|
|
1939
|
-
"bytes": 152,
|
|
1940
|
-
"imports": [],
|
|
1941
|
-
"format": "esm"
|
|
1942
|
-
},
|
|
1943
|
-
"../../util/dist/targets.js": {
|
|
1944
|
-
"bytes": 1043,
|
|
1945
|
-
"imports": [
|
|
1946
|
-
{
|
|
1947
|
-
"path": "../../util/dist/regions.js",
|
|
1948
|
-
"kind": "import-statement",
|
|
1949
|
-
"original": "./regions.js"
|
|
1950
|
-
}
|
|
1951
|
-
],
|
|
1952
|
-
"format": "esm"
|
|
1953
|
-
},
|
|
1954
|
-
"../../util/dist/appPath.js": {
|
|
1955
|
-
"bytes": 200,
|
|
1956
|
-
"imports": [],
|
|
1957
|
-
"format": "esm"
|
|
1958
|
-
},
|
|
1959
|
-
"../../util/dist/findInfrastructurePaths.js": {
|
|
1960
|
-
"bytes": 766,
|
|
1961
|
-
"imports": [],
|
|
1962
|
-
"format": "esm"
|
|
1963
|
-
},
|
|
1964
|
-
"../../util/dist/inferContainerFromCandidates.js": {
|
|
1965
|
-
"bytes": 608,
|
|
1966
|
-
"imports": [
|
|
1967
|
-
{
|
|
1968
|
-
"path": "../../util/dist/findInfrastructurePaths.js",
|
|
1969
|
-
"kind": "import-statement",
|
|
1970
|
-
"original": "./findInfrastructurePaths.js"
|
|
1971
|
-
}
|
|
1972
|
-
],
|
|
1973
|
-
"format": "esm"
|
|
1974
|
-
},
|
|
1975
|
-
"../../util/dist/reservedAppNames.js": {
|
|
1976
|
-
"bytes": 123,
|
|
1977
|
-
"imports": [],
|
|
1978
|
-
"format": "esm"
|
|
1979
|
-
},
|
|
1980
|
-
"../../util/dist/deriveContentHashTag.js": {
|
|
1981
|
-
"bytes": 749,
|
|
1982
|
-
"imports": [],
|
|
1983
|
-
"format": "esm"
|
|
1984
|
-
},
|
|
1985
|
-
"../../util/dist/migration/constants.js": {
|
|
1986
|
-
"bytes": 469,
|
|
1987
|
-
"imports": [],
|
|
1988
|
-
"format": "esm"
|
|
1989
|
-
},
|
|
1990
|
-
"../../util/dist/index.js": {
|
|
1991
|
-
"bytes": 3615,
|
|
1992
|
-
"imports": [
|
|
1993
|
-
{
|
|
1994
|
-
"path": "../../util/dist/domainExports.js",
|
|
1995
|
-
"kind": "import-statement",
|
|
1996
|
-
"original": "./domainExports.js"
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"path": "../../util/dist/caseConversion.js",
|
|
2000
|
-
"kind": "import-statement",
|
|
2001
|
-
"original": "./caseConversion.js"
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"path": "../../util/dist/accountNameCollision.js",
|
|
2005
|
-
"kind": "import-statement",
|
|
2006
|
-
"original": "./accountNameCollision.js"
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"path": "../../util/dist/errorUtils.js",
|
|
2010
|
-
"kind": "import-statement",
|
|
2011
|
-
"original": "./errorUtils.js"
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"path": "../../util/dist/singleton.js",
|
|
2015
|
-
"kind": "import-statement",
|
|
2016
|
-
"original": "./singleton.js"
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"path": "../../util/dist/securityHelpers.js",
|
|
2020
|
-
"kind": "import-statement",
|
|
2021
|
-
"original": "./securityHelpers.js"
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"path": "../../util/dist/sleep.js",
|
|
2025
|
-
"kind": "import-statement",
|
|
2026
|
-
"original": "./sleep.js"
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"path": "../../util/dist/concurrency.js",
|
|
2030
|
-
"kind": "import-statement",
|
|
2031
|
-
"original": "./concurrency.js"
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"path": "../../util/dist/environments.js",
|
|
2035
|
-
"kind": "import-statement",
|
|
2036
|
-
"original": "./environments.js"
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"path": "../../util/dist/resourceCategorisation.js",
|
|
2040
|
-
"kind": "import-statement",
|
|
2041
|
-
"original": "./resourceCategorisation.js"
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"path": "../../util/dist/gitRemoteParser.js",
|
|
2045
|
-
"kind": "import-statement",
|
|
2046
|
-
"original": "./gitRemoteParser.js"
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
"path": "../../util/dist/regions.js",
|
|
2050
|
-
"kind": "import-statement",
|
|
2051
|
-
"original": "./regions.js"
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"path": "../../util/dist/tokenScopes.js",
|
|
2055
|
-
"kind": "import-statement",
|
|
2056
|
-
"original": "./tokenScopes.js"
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"path": "../../util/dist/targets.js",
|
|
2060
|
-
"kind": "import-statement",
|
|
2061
|
-
"original": "./targets.js"
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"path": "../../util/dist/appPath.js",
|
|
2065
|
-
"kind": "import-statement",
|
|
2066
|
-
"original": "./appPath.js"
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
"path": "../../util/dist/findInfrastructurePaths.js",
|
|
2070
|
-
"kind": "import-statement",
|
|
2071
|
-
"original": "./findInfrastructurePaths.js"
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"path": "../../util/dist/inferContainerFromCandidates.js",
|
|
2075
|
-
"kind": "import-statement",
|
|
2076
|
-
"original": "./inferContainerFromCandidates.js"
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"path": "../../util/dist/reservedAppNames.js",
|
|
2080
|
-
"kind": "import-statement",
|
|
2081
|
-
"original": "./reservedAppNames.js"
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"path": "../../util/dist/deriveContentHashTag.js",
|
|
2085
|
-
"kind": "import-statement",
|
|
2086
|
-
"original": "./deriveContentHashTag.js"
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"path": "../../util/dist/migration/constants.js",
|
|
2090
|
-
"kind": "import-statement",
|
|
2091
|
-
"original": "./migration/constants.js"
|
|
2092
|
-
}
|
|
2093
|
-
],
|
|
2094
|
-
"format": "esm"
|
|
2095
|
-
},
|
|
2096
|
-
"../../generator/dist/src/util/errorUtils.js": {
|
|
2097
|
-
"bytes": 272,
|
|
2098
|
-
"imports": [
|
|
2099
|
-
{
|
|
2100
|
-
"path": "../../util/dist/index.js",
|
|
2101
|
-
"kind": "import-statement",
|
|
2102
|
-
"original": "@fjall/util"
|
|
2103
|
-
}
|
|
2104
|
-
],
|
|
2105
|
-
"format": "esm"
|
|
2106
|
-
},
|
|
2107
|
-
"../../generator/dist/src/types/Result.js": {
|
|
2108
|
-
"bytes": 446,
|
|
2109
|
-
"imports": [
|
|
2110
|
-
{
|
|
2111
|
-
"path": "../../generator/dist/src/util/errorUtils.js",
|
|
2112
|
-
"kind": "import-statement",
|
|
2113
|
-
"original": "../util/errorUtils.js"
|
|
2114
|
-
}
|
|
2115
|
-
],
|
|
2116
|
-
"format": "esm"
|
|
2117
|
-
},
|
|
2118
|
-
"../../generator/dist/src/validation/validationPatterns.js": {
|
|
2119
|
-
"bytes": 1524,
|
|
2120
|
-
"imports": [],
|
|
2121
|
-
"format": "esm"
|
|
2122
|
-
},
|
|
2123
|
-
"../../generator/dist/src/validation/validationMessages.js": {
|
|
2124
|
-
"bytes": 10939,
|
|
2125
|
-
"imports": [],
|
|
2126
|
-
"format": "esm"
|
|
2127
|
-
},
|
|
2128
|
-
"../../generator/dist/src/validation/patterns.js": {
|
|
2129
|
-
"bytes": 233,
|
|
2130
|
-
"imports": [
|
|
2131
|
-
{
|
|
2132
|
-
"path": "../../generator/dist/src/validation/validationPatterns.js",
|
|
2133
|
-
"kind": "import-statement",
|
|
2134
|
-
"original": "./validationPatterns.js"
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"path": "../../generator/dist/src/validation/validationMessages.js",
|
|
2138
|
-
"kind": "import-statement",
|
|
2139
|
-
"original": "./validationMessages.js"
|
|
2140
|
-
}
|
|
2141
|
-
],
|
|
2142
|
-
"format": "esm"
|
|
2143
|
-
},
|
|
2144
|
-
"../../generator/dist/src/aws/regions.js": {
|
|
2145
|
-
"bytes": 4237,
|
|
2146
|
-
"imports": [],
|
|
2147
|
-
"format": "esm"
|
|
2148
|
-
},
|
|
2149
|
-
"../../generator/dist/src/version.js": {
|
|
2150
|
-
"bytes": 49,
|
|
2151
|
-
"imports": [],
|
|
2152
|
-
"format": "esm"
|
|
2153
|
-
},
|
|
2154
1918
|
"../../node_modules/zod/v4/core/core.js": {
|
|
2155
1919
|
"bytes": 2578,
|
|
2156
1920
|
"imports": [],
|
|
@@ -3555,6 +3319,253 @@
|
|
|
3555
3319
|
],
|
|
3556
3320
|
"format": "esm"
|
|
3557
3321
|
},
|
|
3322
|
+
"../../util/dist/environments.js": {
|
|
3323
|
+
"bytes": 1061,
|
|
3324
|
+
"imports": [
|
|
3325
|
+
{
|
|
3326
|
+
"path": "../../node_modules/zod/index.js",
|
|
3327
|
+
"kind": "import-statement",
|
|
3328
|
+
"original": "zod"
|
|
3329
|
+
}
|
|
3330
|
+
],
|
|
3331
|
+
"format": "esm"
|
|
3332
|
+
},
|
|
3333
|
+
"../../util/dist/resourceCategorisation.js": {
|
|
3334
|
+
"bytes": 6579,
|
|
3335
|
+
"imports": [],
|
|
3336
|
+
"format": "esm"
|
|
3337
|
+
},
|
|
3338
|
+
"../../util/dist/gitRemoteParser.js": {
|
|
3339
|
+
"bytes": 497,
|
|
3340
|
+
"imports": [],
|
|
3341
|
+
"format": "esm"
|
|
3342
|
+
},
|
|
3343
|
+
"../../util/dist/regions.js": {
|
|
3344
|
+
"bytes": 148,
|
|
3345
|
+
"imports": [],
|
|
3346
|
+
"format": "esm"
|
|
3347
|
+
},
|
|
3348
|
+
"../../util/dist/tokenScopes.js": {
|
|
3349
|
+
"bytes": 152,
|
|
3350
|
+
"imports": [],
|
|
3351
|
+
"format": "esm"
|
|
3352
|
+
},
|
|
3353
|
+
"../../util/dist/targets.js": {
|
|
3354
|
+
"bytes": 1116,
|
|
3355
|
+
"imports": [
|
|
3356
|
+
{
|
|
3357
|
+
"path": "../../util/dist/regions.js",
|
|
3358
|
+
"kind": "import-statement",
|
|
3359
|
+
"original": "./regions.js"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"path": "../../util/dist/environments.js",
|
|
3363
|
+
"kind": "import-statement",
|
|
3364
|
+
"original": "./environments.js"
|
|
3365
|
+
}
|
|
3366
|
+
],
|
|
3367
|
+
"format": "esm"
|
|
3368
|
+
},
|
|
3369
|
+
"../../util/dist/appPath.js": {
|
|
3370
|
+
"bytes": 200,
|
|
3371
|
+
"imports": [],
|
|
3372
|
+
"format": "esm"
|
|
3373
|
+
},
|
|
3374
|
+
"../../util/dist/findInfrastructurePaths.js": {
|
|
3375
|
+
"bytes": 766,
|
|
3376
|
+
"imports": [],
|
|
3377
|
+
"format": "esm"
|
|
3378
|
+
},
|
|
3379
|
+
"../../util/dist/inferContainerFromCandidates.js": {
|
|
3380
|
+
"bytes": 608,
|
|
3381
|
+
"imports": [
|
|
3382
|
+
{
|
|
3383
|
+
"path": "../../util/dist/findInfrastructurePaths.js",
|
|
3384
|
+
"kind": "import-statement",
|
|
3385
|
+
"original": "./findInfrastructurePaths.js"
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"format": "esm"
|
|
3389
|
+
},
|
|
3390
|
+
"../../util/dist/reservedAppNames.js": {
|
|
3391
|
+
"bytes": 123,
|
|
3392
|
+
"imports": [],
|
|
3393
|
+
"format": "esm"
|
|
3394
|
+
},
|
|
3395
|
+
"../../util/dist/deriveContentHashTag.js": {
|
|
3396
|
+
"bytes": 749,
|
|
3397
|
+
"imports": [],
|
|
3398
|
+
"format": "esm"
|
|
3399
|
+
},
|
|
3400
|
+
"../../util/dist/migration/constants.js": {
|
|
3401
|
+
"bytes": 469,
|
|
3402
|
+
"imports": [],
|
|
3403
|
+
"format": "esm"
|
|
3404
|
+
},
|
|
3405
|
+
"../../util/dist/index.js": {
|
|
3406
|
+
"bytes": 3851,
|
|
3407
|
+
"imports": [
|
|
3408
|
+
{
|
|
3409
|
+
"path": "../../util/dist/domainExports.js",
|
|
3410
|
+
"kind": "import-statement",
|
|
3411
|
+
"original": "./domainExports.js"
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"path": "../../util/dist/caseConversion.js",
|
|
3415
|
+
"kind": "import-statement",
|
|
3416
|
+
"original": "./caseConversion.js"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"path": "../../util/dist/accountNameCollision.js",
|
|
3420
|
+
"kind": "import-statement",
|
|
3421
|
+
"original": "./accountNameCollision.js"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"path": "../../util/dist/errorUtils.js",
|
|
3425
|
+
"kind": "import-statement",
|
|
3426
|
+
"original": "./errorUtils.js"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"path": "../../util/dist/singleton.js",
|
|
3430
|
+
"kind": "import-statement",
|
|
3431
|
+
"original": "./singleton.js"
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"path": "../../util/dist/securityHelpers.js",
|
|
3435
|
+
"kind": "import-statement",
|
|
3436
|
+
"original": "./securityHelpers.js"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"path": "../../util/dist/sleep.js",
|
|
3440
|
+
"kind": "import-statement",
|
|
3441
|
+
"original": "./sleep.js"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"path": "../../util/dist/concurrency.js",
|
|
3445
|
+
"kind": "import-statement",
|
|
3446
|
+
"original": "./concurrency.js"
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"path": "../../util/dist/environments.js",
|
|
3450
|
+
"kind": "import-statement",
|
|
3451
|
+
"original": "./environments.js"
|
|
3452
|
+
},
|
|
3453
|
+
{
|
|
3454
|
+
"path": "../../util/dist/resourceCategorisation.js",
|
|
3455
|
+
"kind": "import-statement",
|
|
3456
|
+
"original": "./resourceCategorisation.js"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"path": "../../util/dist/gitRemoteParser.js",
|
|
3460
|
+
"kind": "import-statement",
|
|
3461
|
+
"original": "./gitRemoteParser.js"
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"path": "../../util/dist/regions.js",
|
|
3465
|
+
"kind": "import-statement",
|
|
3466
|
+
"original": "./regions.js"
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"path": "../../util/dist/tokenScopes.js",
|
|
3470
|
+
"kind": "import-statement",
|
|
3471
|
+
"original": "./tokenScopes.js"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"path": "../../util/dist/targets.js",
|
|
3475
|
+
"kind": "import-statement",
|
|
3476
|
+
"original": "./targets.js"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"path": "../../util/dist/appPath.js",
|
|
3480
|
+
"kind": "import-statement",
|
|
3481
|
+
"original": "./appPath.js"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"path": "../../util/dist/findInfrastructurePaths.js",
|
|
3485
|
+
"kind": "import-statement",
|
|
3486
|
+
"original": "./findInfrastructurePaths.js"
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"path": "../../util/dist/inferContainerFromCandidates.js",
|
|
3490
|
+
"kind": "import-statement",
|
|
3491
|
+
"original": "./inferContainerFromCandidates.js"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"path": "../../util/dist/reservedAppNames.js",
|
|
3495
|
+
"kind": "import-statement",
|
|
3496
|
+
"original": "./reservedAppNames.js"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"path": "../../util/dist/deriveContentHashTag.js",
|
|
3500
|
+
"kind": "import-statement",
|
|
3501
|
+
"original": "./deriveContentHashTag.js"
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"path": "../../util/dist/migration/constants.js",
|
|
3505
|
+
"kind": "import-statement",
|
|
3506
|
+
"original": "./migration/constants.js"
|
|
3507
|
+
}
|
|
3508
|
+
],
|
|
3509
|
+
"format": "esm"
|
|
3510
|
+
},
|
|
3511
|
+
"../../generator/dist/src/util/errorUtils.js": {
|
|
3512
|
+
"bytes": 272,
|
|
3513
|
+
"imports": [
|
|
3514
|
+
{
|
|
3515
|
+
"path": "../../util/dist/index.js",
|
|
3516
|
+
"kind": "import-statement",
|
|
3517
|
+
"original": "@fjall/util"
|
|
3518
|
+
}
|
|
3519
|
+
],
|
|
3520
|
+
"format": "esm"
|
|
3521
|
+
},
|
|
3522
|
+
"../../generator/dist/src/types/Result.js": {
|
|
3523
|
+
"bytes": 446,
|
|
3524
|
+
"imports": [
|
|
3525
|
+
{
|
|
3526
|
+
"path": "../../generator/dist/src/util/errorUtils.js",
|
|
3527
|
+
"kind": "import-statement",
|
|
3528
|
+
"original": "../util/errorUtils.js"
|
|
3529
|
+
}
|
|
3530
|
+
],
|
|
3531
|
+
"format": "esm"
|
|
3532
|
+
},
|
|
3533
|
+
"../../generator/dist/src/validation/validationPatterns.js": {
|
|
3534
|
+
"bytes": 1524,
|
|
3535
|
+
"imports": [],
|
|
3536
|
+
"format": "esm"
|
|
3537
|
+
},
|
|
3538
|
+
"../../generator/dist/src/validation/validationMessages.js": {
|
|
3539
|
+
"bytes": 10939,
|
|
3540
|
+
"imports": [],
|
|
3541
|
+
"format": "esm"
|
|
3542
|
+
},
|
|
3543
|
+
"../../generator/dist/src/validation/patterns.js": {
|
|
3544
|
+
"bytes": 233,
|
|
3545
|
+
"imports": [
|
|
3546
|
+
{
|
|
3547
|
+
"path": "../../generator/dist/src/validation/validationPatterns.js",
|
|
3548
|
+
"kind": "import-statement",
|
|
3549
|
+
"original": "./validationPatterns.js"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"path": "../../generator/dist/src/validation/validationMessages.js",
|
|
3553
|
+
"kind": "import-statement",
|
|
3554
|
+
"original": "./validationMessages.js"
|
|
3555
|
+
}
|
|
3556
|
+
],
|
|
3557
|
+
"format": "esm"
|
|
3558
|
+
},
|
|
3559
|
+
"../../generator/dist/src/aws/regions.js": {
|
|
3560
|
+
"bytes": 4237,
|
|
3561
|
+
"imports": [],
|
|
3562
|
+
"format": "esm"
|
|
3563
|
+
},
|
|
3564
|
+
"../../generator/dist/src/version.js": {
|
|
3565
|
+
"bytes": 49,
|
|
3566
|
+
"imports": [],
|
|
3567
|
+
"format": "esm"
|
|
3568
|
+
},
|
|
3558
3569
|
"../../generator/dist/src/schemas/sharedTypes.js": {
|
|
3559
3570
|
"bytes": 349,
|
|
3560
3571
|
"imports": [],
|
|
@@ -8248,7 +8259,7 @@
|
|
|
8248
8259
|
"format": "esm"
|
|
8249
8260
|
},
|
|
8250
8261
|
"../../deploy-core/dist/src/aws/organisations/organisationalUnits.js": {
|
|
8251
|
-
"bytes":
|
|
8262
|
+
"bytes": 3006,
|
|
8252
8263
|
"imports": [
|
|
8253
8264
|
{
|
|
8254
8265
|
"path": "@aws-sdk/client-organizations",
|
|
@@ -10036,7 +10047,7 @@
|
|
|
10036
10047
|
"format": "esm"
|
|
10037
10048
|
},
|
|
10038
10049
|
"../../deploy-core/dist/src/orchestration/cascadeHelpers.js": {
|
|
10039
|
-
"bytes":
|
|
10050
|
+
"bytes": 5905,
|
|
10040
10051
|
"imports": [
|
|
10041
10052
|
{
|
|
10042
10053
|
"path": "path",
|
|
@@ -10163,7 +10174,7 @@
|
|
|
10163
10174
|
"format": "esm"
|
|
10164
10175
|
},
|
|
10165
10176
|
"../../deploy-core/dist/src/orchestration/reconcileProviderAccounts.js": {
|
|
10166
|
-
"bytes":
|
|
10177
|
+
"bytes": 1585,
|
|
10167
10178
|
"imports": [
|
|
10168
10179
|
{
|
|
10169
10180
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -10199,7 +10210,7 @@
|
|
|
10199
10210
|
"format": "esm"
|
|
10200
10211
|
},
|
|
10201
10212
|
"../../deploy-core/dist/src/orchestration/organisationDeploy.js": {
|
|
10202
|
-
"bytes":
|
|
10213
|
+
"bytes": 11095,
|
|
10203
10214
|
"imports": [
|
|
10204
10215
|
{
|
|
10205
10216
|
"path": "node:path",
|
|
@@ -10582,7 +10593,7 @@
|
|
|
10582
10593
|
"format": "esm"
|
|
10583
10594
|
},
|
|
10584
10595
|
"../../deploy-core/dist/src/orchestration/organisationSetup.js": {
|
|
10585
|
-
"bytes":
|
|
10596
|
+
"bytes": 7147,
|
|
10586
10597
|
"imports": [
|
|
10587
10598
|
{
|
|
10588
10599
|
"path": "../../generator/dist/src/index.js",
|
|
@@ -11077,7 +11088,7 @@
|
|
|
11077
11088
|
"format": "esm"
|
|
11078
11089
|
},
|
|
11079
11090
|
"../../cli/dist/src/util/api/FjallApiClient.js": {
|
|
11080
|
-
"bytes":
|
|
11091
|
+
"bytes": 2157,
|
|
11081
11092
|
"imports": [
|
|
11082
11093
|
{
|
|
11083
11094
|
"path": "../../cli/dist/src/util/api/resolveApiKey.js",
|
|
@@ -11175,7 +11186,7 @@
|
|
|
11175
11186
|
"format": "esm"
|
|
11176
11187
|
},
|
|
11177
11188
|
"../../util/dist/Config.js": {
|
|
11178
|
-
"bytes":
|
|
11189
|
+
"bytes": 2663,
|
|
11179
11190
|
"imports": [
|
|
11180
11191
|
{
|
|
11181
11192
|
"path": "fs",
|
|
@@ -11293,7 +11304,7 @@
|
|
|
11293
11304
|
"format": "esm"
|
|
11294
11305
|
},
|
|
11295
11306
|
"../../cli/dist/src/services/auth/OidcSetupService.js": {
|
|
11296
|
-
"bytes":
|
|
11307
|
+
"bytes": 5897,
|
|
11297
11308
|
"imports": [
|
|
11298
11309
|
{
|
|
11299
11310
|
"path": "../../cli/dist/src/types/Result.js",
|
|
@@ -11364,7 +11375,7 @@
|
|
|
11364
11375
|
"format": "esm"
|
|
11365
11376
|
},
|
|
11366
11377
|
"../../cli/dist/src/services/auth/OidcBootstrapService.js": {
|
|
11367
|
-
"bytes":
|
|
11378
|
+
"bytes": 4474,
|
|
11368
11379
|
"imports": [
|
|
11369
11380
|
{
|
|
11370
11381
|
"path": "../../cli/dist/src/types/Result.js",
|
|
@@ -11445,7 +11456,7 @@
|
|
|
11445
11456
|
"format": "esm"
|
|
11446
11457
|
},
|
|
11447
11458
|
"../../cli/dist/src/services/auth/ProfileResolver.js": {
|
|
11448
|
-
"bytes":
|
|
11459
|
+
"bytes": 1308,
|
|
11449
11460
|
"imports": [
|
|
11450
11461
|
{
|
|
11451
11462
|
"path": "../../util/dist/index.js",
|
|
@@ -11533,7 +11544,7 @@
|
|
|
11533
11544
|
"format": "esm"
|
|
11534
11545
|
},
|
|
11535
11546
|
"../../cli/dist/src/services/auth/ProfileService.js": {
|
|
11536
|
-
"bytes":
|
|
11547
|
+
"bytes": 3454,
|
|
11537
11548
|
"imports": [
|
|
11538
11549
|
{
|
|
11539
11550
|
"path": "../../cli/dist/src/types/ProgressEvent.js",
|
|
@@ -12425,7 +12436,7 @@
|
|
|
12425
12436
|
"format": "esm"
|
|
12426
12437
|
},
|
|
12427
12438
|
"../../cli/dist/src/util/targetHelpers.js": {
|
|
12428
|
-
"bytes":
|
|
12439
|
+
"bytes": 914,
|
|
12429
12440
|
"imports": [
|
|
12430
12441
|
{
|
|
12431
12442
|
"path": "../../util/dist/Config.js",
|
|
@@ -15458,6 +15469,37 @@
|
|
|
15458
15469
|
],
|
|
15459
15470
|
"format": "esm"
|
|
15460
15471
|
},
|
|
15472
|
+
"../../generator/dist/src/codemod/edits/appendAccountToStage.js": {
|
|
15473
|
+
"bytes": 3343,
|
|
15474
|
+
"imports": [
|
|
15475
|
+
{
|
|
15476
|
+
"path": "../../generator/dist/src/types/Result.js",
|
|
15477
|
+
"kind": "import-statement",
|
|
15478
|
+
"original": "../../types/Result.js"
|
|
15479
|
+
},
|
|
15480
|
+
{
|
|
15481
|
+
"path": "../../generator/dist/src/codemod/_internal.js",
|
|
15482
|
+
"kind": "import-statement",
|
|
15483
|
+
"original": "../_internal.js"
|
|
15484
|
+
},
|
|
15485
|
+
{
|
|
15486
|
+
"path": "../../generator/dist/src/codemod/fileRewriter/index.js",
|
|
15487
|
+
"kind": "import-statement",
|
|
15488
|
+
"original": "../fileRewriter/index.js"
|
|
15489
|
+
},
|
|
15490
|
+
{
|
|
15491
|
+
"path": "../../generator/dist/src/codemod/edits/addResource/propertyBuilder.js",
|
|
15492
|
+
"kind": "import-statement",
|
|
15493
|
+
"original": "./addResource/propertyBuilder.js"
|
|
15494
|
+
},
|
|
15495
|
+
{
|
|
15496
|
+
"path": "../../generator/dist/src/codemod/edits/modifyResource/literalConversion.js",
|
|
15497
|
+
"kind": "import-statement",
|
|
15498
|
+
"original": "./modifyResource/literalConversion.js"
|
|
15499
|
+
}
|
|
15500
|
+
],
|
|
15501
|
+
"format": "esm"
|
|
15502
|
+
},
|
|
15461
15503
|
"../../generator/dist/src/codemod/edits/vpcPeer.js": {
|
|
15462
15504
|
"bytes": 2411,
|
|
15463
15505
|
"imports": [
|
|
@@ -15719,7 +15761,7 @@
|
|
|
15719
15761
|
"format": "esm"
|
|
15720
15762
|
},
|
|
15721
15763
|
"../../generator/dist/src/codemod/index.js": {
|
|
15722
|
-
"bytes":
|
|
15764
|
+
"bytes": 2461,
|
|
15723
15765
|
"imports": [
|
|
15724
15766
|
{
|
|
15725
15767
|
"path": "../../generator/dist/src/codemod/edits/addResource.js",
|
|
@@ -15736,6 +15778,11 @@
|
|
|
15736
15778
|
"kind": "import-statement",
|
|
15737
15779
|
"original": "./edits/modifyResource.js"
|
|
15738
15780
|
},
|
|
15781
|
+
{
|
|
15782
|
+
"path": "../../generator/dist/src/codemod/edits/appendAccountToStage.js",
|
|
15783
|
+
"kind": "import-statement",
|
|
15784
|
+
"original": "./edits/appendAccountToStage.js"
|
|
15785
|
+
},
|
|
15739
15786
|
{
|
|
15740
15787
|
"path": "../../generator/dist/src/codemod/edits/vpcPeer.js",
|
|
15741
15788
|
"kind": "import-statement",
|
|
@@ -15811,7 +15858,7 @@
|
|
|
15811
15858
|
"format": "esm"
|
|
15812
15859
|
},
|
|
15813
15860
|
"../../cli/dist/src/validation/commandSchemas.js": {
|
|
15814
|
-
"bytes":
|
|
15861
|
+
"bytes": 8780,
|
|
15815
15862
|
"imports": [
|
|
15816
15863
|
{
|
|
15817
15864
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -17040,7 +17087,7 @@
|
|
|
17040
17087
|
"format": "esm"
|
|
17041
17088
|
},
|
|
17042
17089
|
"../../cli/dist/src/services/organisation/OrganisationContext.js": {
|
|
17043
|
-
"bytes":
|
|
17090
|
+
"bytes": 4228,
|
|
17044
17091
|
"imports": [
|
|
17045
17092
|
{
|
|
17046
17093
|
"path": "../../util/dist/index.js",
|
|
@@ -17378,7 +17425,7 @@
|
|
|
17378
17425
|
"format": "esm"
|
|
17379
17426
|
},
|
|
17380
17427
|
"../../cli/dist/src/services/organisation/OrganisationSetupService.js": {
|
|
17381
|
-
"bytes":
|
|
17428
|
+
"bytes": 4857,
|
|
17382
17429
|
"imports": [
|
|
17383
17430
|
{
|
|
17384
17431
|
"path": "../../deploy-core/dist/src/index.js",
|
|
@@ -17619,7 +17666,7 @@
|
|
|
17619
17666
|
"format": "esm"
|
|
17620
17667
|
},
|
|
17621
17668
|
"../../cli/dist/src/services/aws-account/AwsAccountDetection.js": {
|
|
17622
|
-
"bytes":
|
|
17669
|
+
"bytes": 4298,
|
|
17623
17670
|
"imports": [
|
|
17624
17671
|
{
|
|
17625
17672
|
"path": "@aws-sdk/client-cloudformation",
|
|
@@ -17711,7 +17758,7 @@
|
|
|
17711
17758
|
"format": "esm"
|
|
17712
17759
|
},
|
|
17713
17760
|
"../../cli/dist/src/services/aws-account/AwsAccountService.js": {
|
|
17714
|
-
"bytes":
|
|
17761
|
+
"bytes": 3939,
|
|
17715
17762
|
"imports": [
|
|
17716
17763
|
{
|
|
17717
17764
|
"path": "../../util/dist/index.js",
|
|
@@ -19287,7 +19334,7 @@
|
|
|
19287
19334
|
"format": "esm"
|
|
19288
19335
|
},
|
|
19289
19336
|
"../../cli/dist/src/services/aws-account/AwsOrgAccountProvisioningService.js": {
|
|
19290
|
-
"bytes":
|
|
19337
|
+
"bytes": 3443,
|
|
19291
19338
|
"imports": [
|
|
19292
19339
|
{
|
|
19293
19340
|
"path": "../../util/dist/index.js",
|
|
@@ -20002,7 +20049,7 @@
|
|
|
20002
20049
|
"format": "esm"
|
|
20003
20050
|
},
|
|
20004
20051
|
"../../cli/dist/src/services/connect/ConnectService.js": {
|
|
20005
|
-
"bytes":
|
|
20052
|
+
"bytes": 4029,
|
|
20006
20053
|
"imports": [
|
|
20007
20054
|
{
|
|
20008
20055
|
"path": "../../cli/dist/src/types/Result.js",
|
|
@@ -25370,7 +25417,7 @@
|
|
|
25370
25417
|
"format": "esm"
|
|
25371
25418
|
},
|
|
25372
25419
|
"../../cli/dist/src/ui/screens/deploy/stackOperationUtils.js": {
|
|
25373
|
-
"bytes":
|
|
25420
|
+
"bytes": 2008,
|
|
25374
25421
|
"imports": [
|
|
25375
25422
|
{
|
|
25376
25423
|
"path": "../../cli/dist/src/services/index.js",
|
|
@@ -25463,7 +25510,7 @@
|
|
|
25463
25510
|
"format": "esm"
|
|
25464
25511
|
},
|
|
25465
25512
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationStepState.js": {
|
|
25466
|
-
"bytes":
|
|
25513
|
+
"bytes": 2341,
|
|
25467
25514
|
"imports": [
|
|
25468
25515
|
{
|
|
25469
25516
|
"path": "react",
|
|
@@ -25475,6 +25522,11 @@
|
|
|
25475
25522
|
"kind": "import-statement",
|
|
25476
25523
|
"original": "../../../services/index.js"
|
|
25477
25524
|
},
|
|
25525
|
+
{
|
|
25526
|
+
"path": "../../util/dist/index.js",
|
|
25527
|
+
"kind": "import-statement",
|
|
25528
|
+
"original": "@fjall/util"
|
|
25529
|
+
},
|
|
25478
25530
|
{
|
|
25479
25531
|
"path": "../../cli/dist/src/util/logger/index.js",
|
|
25480
25532
|
"kind": "import-statement",
|
|
@@ -28561,7 +28613,7 @@
|
|
|
28561
28613
|
"format": "esm"
|
|
28562
28614
|
},
|
|
28563
28615
|
"../../cli/dist/src/ui/screens/target/TargetScreen.js": {
|
|
28564
|
-
"bytes":
|
|
28616
|
+
"bytes": 6733,
|
|
28565
28617
|
"imports": [
|
|
28566
28618
|
{
|
|
28567
28619
|
"path": "react",
|
|
@@ -28668,7 +28720,7 @@
|
|
|
28668
28720
|
"format": "esm"
|
|
28669
28721
|
},
|
|
28670
28722
|
"../../cli/dist/src/operations/connectOperation.js": {
|
|
28671
|
-
"bytes":
|
|
28723
|
+
"bytes": 1490,
|
|
28672
28724
|
"imports": [
|
|
28673
28725
|
{
|
|
28674
28726
|
"path": "../../cli/dist/src/operations/steps/connectSteps.js",
|
|
@@ -28704,7 +28756,7 @@
|
|
|
28704
28756
|
"format": "esm"
|
|
28705
28757
|
},
|
|
28706
28758
|
"../../cli/dist/src/ui/hooks/useConnectFlow.js": {
|
|
28707
|
-
"bytes":
|
|
28759
|
+
"bytes": 1760,
|
|
28708
28760
|
"imports": [
|
|
28709
28761
|
{
|
|
28710
28762
|
"path": "react",
|
|
@@ -28745,7 +28797,7 @@
|
|
|
28745
28797
|
"format": "esm"
|
|
28746
28798
|
},
|
|
28747
28799
|
"../../cli/dist/src/ui/screens/connect/connectRouting.js": {
|
|
28748
|
-
"bytes":
|
|
28800
|
+
"bytes": 637,
|
|
28749
28801
|
"imports": [
|
|
28750
28802
|
{
|
|
28751
28803
|
"path": "../../util/dist/index.js",
|
|
@@ -28756,7 +28808,7 @@
|
|
|
28756
28808
|
"format": "esm"
|
|
28757
28809
|
},
|
|
28758
28810
|
"../../cli/dist/src/ui/screens/connect/connectConstants.js": {
|
|
28759
|
-
"bytes":
|
|
28811
|
+
"bytes": 308,
|
|
28760
28812
|
"imports": [
|
|
28761
28813
|
{
|
|
28762
28814
|
"path": "../../util/dist/index.js",
|
|
@@ -28767,7 +28819,7 @@
|
|
|
28767
28819
|
"format": "esm"
|
|
28768
28820
|
},
|
|
28769
28821
|
"../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
|
|
28770
|
-
"bytes":
|
|
28822
|
+
"bytes": 5300,
|
|
28771
28823
|
"imports": [
|
|
28772
28824
|
{
|
|
28773
28825
|
"path": "react",
|
|
@@ -30766,7 +30818,7 @@
|
|
|
30766
30818
|
"format": "esm"
|
|
30767
30819
|
},
|
|
30768
30820
|
"../../util/dist/mcpProtocol/index.js": {
|
|
30769
|
-
"bytes":
|
|
30821
|
+
"bytes": 4164,
|
|
30770
30822
|
"imports": [
|
|
30771
30823
|
{
|
|
30772
30824
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -32207,7 +32259,7 @@
|
|
|
32207
32259
|
"format": "esm"
|
|
32208
32260
|
},
|
|
32209
32261
|
"../../cli/dist/src/commands/connect.js": {
|
|
32210
|
-
"bytes":
|
|
32262
|
+
"bytes": 3931,
|
|
32211
32263
|
"imports": [
|
|
32212
32264
|
{
|
|
32213
32265
|
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
@@ -32425,7 +32477,7 @@
|
|
|
32425
32477
|
"format": "esm"
|
|
32426
32478
|
},
|
|
32427
32479
|
"../../cli/dist/src/operations/targetOperations.js": {
|
|
32428
|
-
"bytes":
|
|
32480
|
+
"bytes": 2966,
|
|
32429
32481
|
"imports": [
|
|
32430
32482
|
{
|
|
32431
32483
|
"path": "../../cli/dist/src/operations/steps/targetSteps.js",
|
|
@@ -34287,7 +34339,7 @@
|
|
|
34287
34339
|
"format": "esm"
|
|
34288
34340
|
},
|
|
34289
34341
|
"../../cli/dist/src/operations/accountsOperations.js": {
|
|
34290
|
-
"bytes":
|
|
34342
|
+
"bytes": 1189,
|
|
34291
34343
|
"imports": [
|
|
34292
34344
|
{
|
|
34293
34345
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -35033,7 +35085,7 @@
|
|
|
35033
35085
|
"imports": [],
|
|
35034
35086
|
"exports": [],
|
|
35035
35087
|
"inputs": {},
|
|
35036
|
-
"bytes":
|
|
35088
|
+
"bytes": 8789818
|
|
35037
35089
|
},
|
|
35038
35090
|
"bin/fjall.bundle.js": {
|
|
35039
35091
|
"imports": [
|
|
@@ -38813,66 +38865,6 @@
|
|
|
38813
38865
|
"../../util/dist/concurrency.js": {
|
|
38814
38866
|
"bytesInOutput": 354
|
|
38815
38867
|
},
|
|
38816
|
-
"../../util/dist/environments.js": {
|
|
38817
|
-
"bytesInOutput": 464
|
|
38818
|
-
},
|
|
38819
|
-
"../../util/dist/resourceCategorisation.js": {
|
|
38820
|
-
"bytesInOutput": 6409
|
|
38821
|
-
},
|
|
38822
|
-
"../../util/dist/gitRemoteParser.js": {
|
|
38823
|
-
"bytesInOutput": 518
|
|
38824
|
-
},
|
|
38825
|
-
"../../util/dist/regions.js": {
|
|
38826
|
-
"bytesInOutput": 145
|
|
38827
|
-
},
|
|
38828
|
-
"../../util/dist/tokenScopes.js": {
|
|
38829
|
-
"bytesInOutput": 155
|
|
38830
|
-
},
|
|
38831
|
-
"../../util/dist/targets.js": {
|
|
38832
|
-
"bytesInOutput": 686
|
|
38833
|
-
},
|
|
38834
|
-
"../../util/dist/appPath.js": {
|
|
38835
|
-
"bytesInOutput": 198
|
|
38836
|
-
},
|
|
38837
|
-
"../../util/dist/findInfrastructurePaths.js": {
|
|
38838
|
-
"bytesInOutput": 698
|
|
38839
|
-
},
|
|
38840
|
-
"../../util/dist/inferContainerFromCandidates.js": {
|
|
38841
|
-
"bytesInOutput": 528
|
|
38842
|
-
},
|
|
38843
|
-
"../../util/dist/reservedAppNames.js": {
|
|
38844
|
-
"bytesInOutput": 97
|
|
38845
|
-
},
|
|
38846
|
-
"../../util/dist/deriveContentHashTag.js": {
|
|
38847
|
-
"bytesInOutput": 757
|
|
38848
|
-
},
|
|
38849
|
-
"../../util/dist/migration/constants.js": {
|
|
38850
|
-
"bytesInOutput": 268
|
|
38851
|
-
},
|
|
38852
|
-
"../../util/dist/index.js": {
|
|
38853
|
-
"bytesInOutput": 1743
|
|
38854
|
-
},
|
|
38855
|
-
"../../generator/dist/src/util/errorUtils.js": {
|
|
38856
|
-
"bytesInOutput": 33
|
|
38857
|
-
},
|
|
38858
|
-
"../../generator/dist/src/types/Result.js": {
|
|
38859
|
-
"bytesInOutput": 335
|
|
38860
|
-
},
|
|
38861
|
-
"../../generator/dist/src/validation/validationPatterns.js": {
|
|
38862
|
-
"bytesInOutput": 1496
|
|
38863
|
-
},
|
|
38864
|
-
"../../generator/dist/src/validation/validationMessages.js": {
|
|
38865
|
-
"bytesInOutput": 10931
|
|
38866
|
-
},
|
|
38867
|
-
"../../generator/dist/src/validation/patterns.js": {
|
|
38868
|
-
"bytesInOutput": 41
|
|
38869
|
-
},
|
|
38870
|
-
"../../generator/dist/src/aws/regions.js": {
|
|
38871
|
-
"bytesInOutput": 3929
|
|
38872
|
-
},
|
|
38873
|
-
"../../generator/dist/src/version.js": {
|
|
38874
|
-
"bytesInOutput": 44
|
|
38875
|
-
},
|
|
38876
38868
|
"../../node_modules/zod/v4/core/core.js": {
|
|
38877
38869
|
"bytesInOutput": 1211
|
|
38878
38870
|
},
|
|
@@ -39110,6 +39102,66 @@
|
|
|
39110
39102
|
"../../node_modules/zod/index.js": {
|
|
39111
39103
|
"bytesInOutput": 26
|
|
39112
39104
|
},
|
|
39105
|
+
"../../util/dist/environments.js": {
|
|
39106
|
+
"bytesInOutput": 806
|
|
39107
|
+
},
|
|
39108
|
+
"../../util/dist/resourceCategorisation.js": {
|
|
39109
|
+
"bytesInOutput": 6409
|
|
39110
|
+
},
|
|
39111
|
+
"../../util/dist/gitRemoteParser.js": {
|
|
39112
|
+
"bytesInOutput": 518
|
|
39113
|
+
},
|
|
39114
|
+
"../../util/dist/regions.js": {
|
|
39115
|
+
"bytesInOutput": 145
|
|
39116
|
+
},
|
|
39117
|
+
"../../util/dist/tokenScopes.js": {
|
|
39118
|
+
"bytesInOutput": 155
|
|
39119
|
+
},
|
|
39120
|
+
"../../util/dist/targets.js": {
|
|
39121
|
+
"bytesInOutput": 716
|
|
39122
|
+
},
|
|
39123
|
+
"../../util/dist/appPath.js": {
|
|
39124
|
+
"bytesInOutput": 198
|
|
39125
|
+
},
|
|
39126
|
+
"../../util/dist/findInfrastructurePaths.js": {
|
|
39127
|
+
"bytesInOutput": 698
|
|
39128
|
+
},
|
|
39129
|
+
"../../util/dist/inferContainerFromCandidates.js": {
|
|
39130
|
+
"bytesInOutput": 528
|
|
39131
|
+
},
|
|
39132
|
+
"../../util/dist/reservedAppNames.js": {
|
|
39133
|
+
"bytesInOutput": 97
|
|
39134
|
+
},
|
|
39135
|
+
"../../util/dist/deriveContentHashTag.js": {
|
|
39136
|
+
"bytesInOutput": 757
|
|
39137
|
+
},
|
|
39138
|
+
"../../util/dist/migration/constants.js": {
|
|
39139
|
+
"bytesInOutput": 268
|
|
39140
|
+
},
|
|
39141
|
+
"../../util/dist/index.js": {
|
|
39142
|
+
"bytesInOutput": 1872
|
|
39143
|
+
},
|
|
39144
|
+
"../../generator/dist/src/util/errorUtils.js": {
|
|
39145
|
+
"bytesInOutput": 33
|
|
39146
|
+
},
|
|
39147
|
+
"../../generator/dist/src/types/Result.js": {
|
|
39148
|
+
"bytesInOutput": 335
|
|
39149
|
+
},
|
|
39150
|
+
"../../generator/dist/src/validation/validationPatterns.js": {
|
|
39151
|
+
"bytesInOutput": 1496
|
|
39152
|
+
},
|
|
39153
|
+
"../../generator/dist/src/validation/validationMessages.js": {
|
|
39154
|
+
"bytesInOutput": 10931
|
|
39155
|
+
},
|
|
39156
|
+
"../../generator/dist/src/validation/patterns.js": {
|
|
39157
|
+
"bytesInOutput": 41
|
|
39158
|
+
},
|
|
39159
|
+
"../../generator/dist/src/aws/regions.js": {
|
|
39160
|
+
"bytesInOutput": 3929
|
|
39161
|
+
},
|
|
39162
|
+
"../../generator/dist/src/version.js": {
|
|
39163
|
+
"bytesInOutput": 44
|
|
39164
|
+
},
|
|
39113
39165
|
"../../generator/dist/src/schemas/sharedTypes.js": {
|
|
39114
39166
|
"bytesInOutput": 269
|
|
39115
39167
|
},
|
|
@@ -40026,7 +40078,7 @@
|
|
|
40026
40078
|
"bytesInOutput": 4413
|
|
40027
40079
|
},
|
|
40028
40080
|
"../../deploy-core/dist/src/orchestration/cascadeHelpers.js": {
|
|
40029
|
-
"bytesInOutput":
|
|
40081
|
+
"bytesInOutput": 4817
|
|
40030
40082
|
},
|
|
40031
40083
|
"../../deploy-core/dist/src/orchestration/cascadeSummary.js": {
|
|
40032
40084
|
"bytesInOutput": 1029
|
|
@@ -40035,10 +40087,10 @@
|
|
|
40035
40087
|
"bytesInOutput": 1546
|
|
40036
40088
|
},
|
|
40037
40089
|
"../../deploy-core/dist/src/orchestration/reconcileProviderAccounts.js": {
|
|
40038
|
-
"bytesInOutput":
|
|
40090
|
+
"bytesInOutput": 1227
|
|
40039
40091
|
},
|
|
40040
40092
|
"../../deploy-core/dist/src/orchestration/organisationDeploy.js": {
|
|
40041
|
-
"bytesInOutput":
|
|
40093
|
+
"bytesInOutput": 9947
|
|
40042
40094
|
},
|
|
40043
40095
|
"../../deploy-core/dist/src/orchestration/deploy.js": {
|
|
40044
40096
|
"bytesInOutput": 441
|
|
@@ -40062,7 +40114,7 @@
|
|
|
40062
40114
|
"bytesInOutput": 921
|
|
40063
40115
|
},
|
|
40064
40116
|
"../../deploy-core/dist/src/orchestration/organisationSetup.js": {
|
|
40065
|
-
"bytesInOutput":
|
|
40117
|
+
"bytesInOutput": 6106
|
|
40066
40118
|
},
|
|
40067
40119
|
"../../deploy-core/dist/src/orchestration/builders/index.js": {
|
|
40068
40120
|
"bytesInOutput": 45
|
|
@@ -40098,7 +40150,7 @@
|
|
|
40098
40150
|
"bytesInOutput": 3953
|
|
40099
40151
|
},
|
|
40100
40152
|
"../../cli/dist/src/util/api/FjallApiClient.js": {
|
|
40101
|
-
"bytesInOutput":
|
|
40153
|
+
"bytesInOutput": 1993
|
|
40102
40154
|
},
|
|
40103
40155
|
"../../cli/dist/src/aws/OidcTokenResolver.js": {
|
|
40104
40156
|
"bytesInOutput": 1523
|
|
@@ -40119,16 +40171,16 @@
|
|
|
40119
40171
|
"bytesInOutput": 6105
|
|
40120
40172
|
},
|
|
40121
40173
|
"../../cli/dist/src/services/auth/OidcSetupService.js": {
|
|
40122
|
-
"bytesInOutput":
|
|
40174
|
+
"bytesInOutput": 5408
|
|
40123
40175
|
},
|
|
40124
40176
|
"../../cli/dist/src/services/connect/types.js": {
|
|
40125
40177
|
"bytesInOutput": 119
|
|
40126
40178
|
},
|
|
40127
40179
|
"../../cli/dist/src/services/auth/OidcBootstrapService.js": {
|
|
40128
|
-
"bytesInOutput":
|
|
40180
|
+
"bytesInOutput": 3806
|
|
40129
40181
|
},
|
|
40130
40182
|
"../../cli/dist/src/services/auth/ProfileResolver.js": {
|
|
40131
|
-
"bytesInOutput":
|
|
40183
|
+
"bytesInOutput": 1139
|
|
40132
40184
|
},
|
|
40133
40185
|
"../../cli/dist/src/services/config/OrgConfigCache.js": {
|
|
40134
40186
|
"bytesInOutput": 1870
|
|
@@ -40137,7 +40189,7 @@
|
|
|
40137
40189
|
"bytesInOutput": 1779
|
|
40138
40190
|
},
|
|
40139
40191
|
"../../cli/dist/src/services/auth/ProfileService.js": {
|
|
40140
|
-
"bytesInOutput":
|
|
40192
|
+
"bytesInOutput": 2697
|
|
40141
40193
|
},
|
|
40142
40194
|
"../../cli/dist/src/services/auth/ProfileValidationService.js": {
|
|
40143
40195
|
"bytesInOutput": 912
|
|
@@ -40221,7 +40273,7 @@
|
|
|
40221
40273
|
"bytesInOutput": 813
|
|
40222
40274
|
},
|
|
40223
40275
|
"../../cli/dist/src/util/targetHelpers.js": {
|
|
40224
|
-
"bytesInOutput":
|
|
40276
|
+
"bytesInOutput": 740
|
|
40225
40277
|
},
|
|
40226
40278
|
"../../cli/dist/src/services/deployment/targetResolver.js": {
|
|
40227
40279
|
"bytesInOutput": 510
|
|
@@ -40586,6 +40638,9 @@
|
|
|
40586
40638
|
"../../generator/dist/src/codemod/edits/modifyResource.js": {
|
|
40587
40639
|
"bytesInOutput": 3295
|
|
40588
40640
|
},
|
|
40641
|
+
"../../generator/dist/src/codemod/edits/appendAccountToStage.js": {
|
|
40642
|
+
"bytesInOutput": 55
|
|
40643
|
+
},
|
|
40589
40644
|
"../../generator/dist/src/codemod/edits/vpcPeer.js": {
|
|
40590
40645
|
"bytesInOutput": 49
|
|
40591
40646
|
},
|
|
@@ -40635,7 +40690,7 @@
|
|
|
40635
40690
|
"bytesInOutput": 53
|
|
40636
40691
|
},
|
|
40637
40692
|
"../../generator/dist/src/codemod/index.js": {
|
|
40638
|
-
"bytesInOutput":
|
|
40693
|
+
"bytesInOutput": 114
|
|
40639
40694
|
},
|
|
40640
40695
|
"../../cli/dist/src/validation/patterns.js": {
|
|
40641
40696
|
"bytesInOutput": 34
|
|
@@ -40773,7 +40828,7 @@
|
|
|
40773
40828
|
"bytesInOutput": 255
|
|
40774
40829
|
},
|
|
40775
40830
|
"../../cli/dist/src/services/organisation/OrganisationContext.js": {
|
|
40776
|
-
"bytesInOutput":
|
|
40831
|
+
"bytesInOutput": 3316
|
|
40777
40832
|
},
|
|
40778
40833
|
"../../cli/dist/src/services/deployment/CascadeUtils.js": {
|
|
40779
40834
|
"bytesInOutput": 150
|
|
@@ -40797,7 +40852,7 @@
|
|
|
40797
40852
|
"bytesInOutput": 3169
|
|
40798
40853
|
},
|
|
40799
40854
|
"../../cli/dist/src/services/organisation/OrganisationSetupService.js": {
|
|
40800
|
-
"bytesInOutput":
|
|
40855
|
+
"bytesInOutput": 4078
|
|
40801
40856
|
},
|
|
40802
40857
|
"../../cli/dist/src/services/deployment/EcsDeploymentService.js": {
|
|
40803
40858
|
"bytesInOutput": 1185
|
|
@@ -40815,13 +40870,13 @@
|
|
|
40815
40870
|
"bytesInOutput": 516
|
|
40816
40871
|
},
|
|
40817
40872
|
"../../cli/dist/src/services/aws-account/AwsAccountDetection.js": {
|
|
40818
|
-
"bytesInOutput":
|
|
40873
|
+
"bytesInOutput": 3872
|
|
40819
40874
|
},
|
|
40820
40875
|
"../../cli/dist/src/services/aws-account/CostAllocationService.js": {
|
|
40821
40876
|
"bytesInOutput": 2210
|
|
40822
40877
|
},
|
|
40823
40878
|
"../../cli/dist/src/services/aws-account/AwsAccountService.js": {
|
|
40824
|
-
"bytesInOutput":
|
|
40879
|
+
"bytesInOutput": 3300
|
|
40825
40880
|
},
|
|
40826
40881
|
"../../cli/dist/src/services/utils/SimpleTree.js": {
|
|
40827
40882
|
"bytesInOutput": 1615
|
|
@@ -40956,7 +41011,7 @@
|
|
|
40956
41011
|
"bytesInOutput": 5923
|
|
40957
41012
|
},
|
|
40958
41013
|
"../../cli/dist/src/services/aws-account/AwsOrgAccountProvisioningService.js": {
|
|
40959
|
-
"bytesInOutput":
|
|
41014
|
+
"bytesInOutput": 2914
|
|
40960
41015
|
},
|
|
40961
41016
|
"../../cli/dist/src/services/secrets/rdsSecretHelpers.js": {
|
|
40962
41017
|
"bytesInOutput": 3183
|
|
@@ -41028,7 +41083,7 @@
|
|
|
41028
41083
|
"bytesInOutput": 1477
|
|
41029
41084
|
},
|
|
41030
41085
|
"../../cli/dist/src/services/connect/ConnectService.js": {
|
|
41031
|
-
"bytesInOutput":
|
|
41086
|
+
"bytesInOutput": 3315
|
|
41032
41087
|
},
|
|
41033
41088
|
"../../cli/dist/src/services/connect/index.js": {
|
|
41034
41089
|
"bytesInOutput": 40
|
|
@@ -41151,19 +41206,19 @@
|
|
|
41151
41206
|
"bytesInOutput": 186
|
|
41152
41207
|
},
|
|
41153
41208
|
"../../cli/dist/src/util/colourUtils.js": {
|
|
41154
|
-
"bytesInOutput":
|
|
41209
|
+
"bytesInOutput": 757
|
|
41155
41210
|
},
|
|
41156
41211
|
"../../cli/dist/src/ui/components/progress/Spinner.js": {
|
|
41157
|
-
"bytesInOutput":
|
|
41212
|
+
"bytesInOutput": 1350
|
|
41158
41213
|
},
|
|
41159
41214
|
"../../cli/dist/src/ui/components/banners/WelcomeBanner.js": {
|
|
41160
41215
|
"bytesInOutput": 764
|
|
41161
41216
|
},
|
|
41162
41217
|
"../../cli/dist/src/ui/components/layout/FullScreenContainer.js": {
|
|
41163
|
-
"bytesInOutput":
|
|
41218
|
+
"bytesInOutput": 650
|
|
41164
41219
|
},
|
|
41165
41220
|
"../../cli/dist/src/ui/components/inputs/Confirm.js": {
|
|
41166
|
-
"bytesInOutput":
|
|
41221
|
+
"bytesInOutput": 1027
|
|
41167
41222
|
},
|
|
41168
41223
|
"../../cli/dist/src/ui/components/display/Link.js": {
|
|
41169
41224
|
"bytesInOutput": 868
|
|
@@ -41571,7 +41626,7 @@
|
|
|
41571
41626
|
"bytesInOutput": 3981
|
|
41572
41627
|
},
|
|
41573
41628
|
"../../cli/dist/src/ui/screens/deploy/stackOperationUtils.js": {
|
|
41574
|
-
"bytesInOutput":
|
|
41629
|
+
"bytesInOutput": 1654
|
|
41575
41630
|
},
|
|
41576
41631
|
"../../cli/dist/src/ui/hooks/stepClassifier.js": {
|
|
41577
41632
|
"bytesInOutput": 175
|
|
@@ -41580,7 +41635,7 @@
|
|
|
41580
41635
|
"bytesInOutput": 4599
|
|
41581
41636
|
},
|
|
41582
41637
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationStepState.js": {
|
|
41583
|
-
"bytesInOutput":
|
|
41638
|
+
"bytesInOutput": 2015
|
|
41584
41639
|
},
|
|
41585
41640
|
"../../cli/dist/src/ui/screens/deploy/useStackOperationRunner.js": {
|
|
41586
41641
|
"bytesInOutput": 2538
|
|
@@ -41778,25 +41833,25 @@
|
|
|
41778
41833
|
"bytesInOutput": 2152
|
|
41779
41834
|
},
|
|
41780
41835
|
"../../cli/dist/src/ui/screens/target/TargetScreen.js": {
|
|
41781
|
-
"bytesInOutput":
|
|
41836
|
+
"bytesInOutput": 5941
|
|
41782
41837
|
},
|
|
41783
41838
|
"../../cli/dist/src/ui/components/banners/OidcSetupBanner.js": {
|
|
41784
41839
|
"bytesInOutput": 359
|
|
41785
41840
|
},
|
|
41786
41841
|
"../../cli/dist/src/operations/connectOperation.js": {
|
|
41787
|
-
"bytesInOutput":
|
|
41842
|
+
"bytesInOutput": 1181
|
|
41788
41843
|
},
|
|
41789
41844
|
"../../cli/dist/src/ui/hooks/useConnectFlow.js": {
|
|
41790
|
-
"bytesInOutput":
|
|
41845
|
+
"bytesInOutput": 1429
|
|
41791
41846
|
},
|
|
41792
41847
|
"../../cli/dist/src/ui/screens/connect/connectRouting.js": {
|
|
41793
|
-
"bytesInOutput":
|
|
41848
|
+
"bytesInOutput": 584
|
|
41794
41849
|
},
|
|
41795
41850
|
"../../cli/dist/src/ui/screens/connect/connectConstants.js": {
|
|
41796
41851
|
"bytesInOutput": 189
|
|
41797
41852
|
},
|
|
41798
41853
|
"../../cli/dist/src/ui/screens/connect/ConnectScreen.js": {
|
|
41799
|
-
"bytesInOutput":
|
|
41854
|
+
"bytesInOutput": 4202
|
|
41800
41855
|
},
|
|
41801
41856
|
"../../cli/dist/src/ui/screens/agent/installSkillConstants.js": {
|
|
41802
41857
|
"bytesInOutput": 326
|
|
@@ -41940,7 +41995,7 @@
|
|
|
41940
41995
|
"bytesInOutput": 1842
|
|
41941
41996
|
},
|
|
41942
41997
|
"../../cli/dist/src/ui/App.js": {
|
|
41943
|
-
"bytesInOutput":
|
|
41998
|
+
"bytesInOutput": 9088
|
|
41944
41999
|
},
|
|
41945
42000
|
"../../cli/dist/src/ui/components/screens/FinalOutput.js": {
|
|
41946
42001
|
"bytesInOutput": 3214
|
|
@@ -42003,7 +42058,7 @@
|
|
|
42003
42058
|
"bytesInOutput": 1133
|
|
42004
42059
|
},
|
|
42005
42060
|
"../../util/dist/mcpProtocol/index.js": {
|
|
42006
|
-
"bytesInOutput":
|
|
42061
|
+
"bytesInOutput": 3464
|
|
42007
42062
|
},
|
|
42008
42063
|
"../../cli/dist/src/commands/appsDetectHandler.js": {
|
|
42009
42064
|
"bytesInOutput": 1537
|
|
@@ -42114,7 +42169,7 @@
|
|
|
42114
42169
|
"bytesInOutput": 70
|
|
42115
42170
|
},
|
|
42116
42171
|
"../../cli/dist/src/operations/targetOperations.js": {
|
|
42117
|
-
"bytesInOutput":
|
|
42172
|
+
"bytesInOutput": 2346
|
|
42118
42173
|
},
|
|
42119
42174
|
"../../cli/dist/src/operations/types.js": {
|
|
42120
42175
|
"bytesInOutput": 45
|
|
@@ -42264,7 +42319,7 @@
|
|
|
42264
42319
|
"bytesInOutput": 1347
|
|
42265
42320
|
},
|
|
42266
42321
|
"../../cli/dist/src/operations/accountsOperations.js": {
|
|
42267
|
-
"bytesInOutput":
|
|
42322
|
+
"bytesInOutput": 758
|
|
42268
42323
|
},
|
|
42269
42324
|
"../../cli/dist/src/commands/accounts.js": {
|
|
42270
42325
|
"bytesInOutput": 791
|
|
@@ -42309,7 +42364,7 @@
|
|
|
42309
42364
|
"bytesInOutput": 422
|
|
42310
42365
|
}
|
|
42311
42366
|
},
|
|
42312
|
-
"bytes":
|
|
42367
|
+
"bytes": 3048940
|
|
42313
42368
|
}
|
|
42314
42369
|
}
|
|
42315
42370
|
}
|