fjall 2.29.0 → 2.30.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 +626 -275
- package/bin/assets/generators/account/generator.js +30 -30
- package/bin/assets/generators/application/generator.js +90 -89
- package/bin/assets/generators/cdn/generator.js +150 -149
- package/bin/assets/generators/compute/generator.js +151 -150
- package/bin/assets/generators/compute/service/generator.js +93 -92
- package/bin/assets/generators/database/generator.js +150 -149
- package/bin/assets/generators/database/proxy/generator.js +93 -92
- package/bin/assets/generators/domain/generator.js +30 -30
- package/bin/assets/generators/network/generator.js +93 -92
- package/bin/assets/generators/organisation/generator.js +30 -30
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/assets/generators/storage/s3/generator.js +150 -149
- package/bin/assets/generators/tunnel/generator.js +93 -92
- package/bin/fjall.bundle.js +581 -525
- package/package.json +4 -3
package/bin/.metafile.json
CHANGED
|
@@ -2206,7 +2206,7 @@
|
|
|
2206
2206
|
"format": "esm"
|
|
2207
2207
|
},
|
|
2208
2208
|
"../../util/dist/migration/constants.js": {
|
|
2209
|
-
"bytes":
|
|
2209
|
+
"bytes": 514,
|
|
2210
2210
|
"imports": [],
|
|
2211
2211
|
"format": "esm"
|
|
2212
2212
|
},
|
|
@@ -2215,8 +2215,18 @@
|
|
|
2215
2215
|
"imports": [],
|
|
2216
2216
|
"format": "esm"
|
|
2217
2217
|
},
|
|
2218
|
+
"../../util/dist/patterns/patternTypes.js": {
|
|
2219
|
+
"bytes": 749,
|
|
2220
|
+
"imports": [],
|
|
2221
|
+
"format": "esm"
|
|
2222
|
+
},
|
|
2223
|
+
"../../util/dist/patterns/staticSiteForms.js": {
|
|
2224
|
+
"bytes": 359,
|
|
2225
|
+
"imports": [],
|
|
2226
|
+
"format": "esm"
|
|
2227
|
+
},
|
|
2218
2228
|
"../../util/dist/index.js": {
|
|
2219
|
-
"bytes":
|
|
2229
|
+
"bytes": 7597,
|
|
2220
2230
|
"imports": [
|
|
2221
2231
|
{
|
|
2222
2232
|
"path": "../../util/dist/infra/domainExports.js",
|
|
@@ -2357,6 +2367,16 @@
|
|
|
2357
2367
|
"path": "../../util/dist/cfn/physicalNameProperties.js",
|
|
2358
2368
|
"kind": "import-statement",
|
|
2359
2369
|
"original": "./cfn/physicalNameProperties.js"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"path": "../../util/dist/patterns/patternTypes.js",
|
|
2373
|
+
"kind": "import-statement",
|
|
2374
|
+
"original": "./patterns/patternTypes.js"
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"path": "../../util/dist/patterns/staticSiteForms.js",
|
|
2378
|
+
"kind": "import-statement",
|
|
2379
|
+
"original": "./patterns/staticSiteForms.js"
|
|
2360
2380
|
}
|
|
2361
2381
|
],
|
|
2362
2382
|
"format": "esm"
|
|
@@ -3661,7 +3681,7 @@
|
|
|
3661
3681
|
"format": "esm"
|
|
3662
3682
|
},
|
|
3663
3683
|
"../../generator/dist/src/validation/validationPatterns.js": {
|
|
3664
|
-
"bytes":
|
|
3684
|
+
"bytes": 1635,
|
|
3665
3685
|
"imports": [
|
|
3666
3686
|
{
|
|
3667
3687
|
"path": "../../util/dist/index.js",
|
|
@@ -3672,7 +3692,7 @@
|
|
|
3672
3692
|
"format": "esm"
|
|
3673
3693
|
},
|
|
3674
3694
|
"../../generator/dist/src/validation/validationMessages.js": {
|
|
3675
|
-
"bytes":
|
|
3695
|
+
"bytes": 11006,
|
|
3676
3696
|
"imports": [
|
|
3677
3697
|
{
|
|
3678
3698
|
"path": "../../util/dist/index.js",
|
|
@@ -3725,7 +3745,7 @@
|
|
|
3725
3745
|
"format": "esm"
|
|
3726
3746
|
},
|
|
3727
3747
|
"../../generator/dist/src/schemas/constants.js": {
|
|
3728
|
-
"bytes":
|
|
3748
|
+
"bytes": 3785,
|
|
3729
3749
|
"imports": [
|
|
3730
3750
|
{
|
|
3731
3751
|
"path": "../../generator/dist/src/schemas/sharedTypes.js",
|
|
@@ -3737,6 +3757,11 @@
|
|
|
3737
3757
|
"kind": "import-statement",
|
|
3738
3758
|
"original": "./sharedTypes.js"
|
|
3739
3759
|
},
|
|
3760
|
+
{
|
|
3761
|
+
"path": "../../util/dist/index.js",
|
|
3762
|
+
"kind": "import-statement",
|
|
3763
|
+
"original": "@fjall/util"
|
|
3764
|
+
},
|
|
3740
3765
|
{
|
|
3741
3766
|
"path": "../../generator/dist/src/schemas/sharedTypes.js",
|
|
3742
3767
|
"kind": "import-statement",
|
|
@@ -3913,12 +3938,17 @@
|
|
|
3913
3938
|
"format": "esm"
|
|
3914
3939
|
},
|
|
3915
3940
|
"../../util/dist/manifest/schemas.js": {
|
|
3916
|
-
"bytes":
|
|
3941
|
+
"bytes": 3779,
|
|
3917
3942
|
"imports": [
|
|
3918
3943
|
{
|
|
3919
3944
|
"path": "../../node_modules/zod/index.js",
|
|
3920
3945
|
"kind": "import-statement",
|
|
3921
3946
|
"original": "zod"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"path": "../../util/dist/patterns/patternTypes.js",
|
|
3950
|
+
"kind": "import-statement",
|
|
3951
|
+
"original": "../patterns/patternTypes.js"
|
|
3922
3952
|
}
|
|
3923
3953
|
],
|
|
3924
3954
|
"format": "esm"
|
|
@@ -3965,7 +3995,7 @@
|
|
|
3965
3995
|
"format": "esm"
|
|
3966
3996
|
},
|
|
3967
3997
|
"../../generator/dist/src/schemas/patternSchemas.js": {
|
|
3968
|
-
"bytes":
|
|
3998
|
+
"bytes": 6092,
|
|
3969
3999
|
"imports": [
|
|
3970
4000
|
{
|
|
3971
4001
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -3991,12 +4021,17 @@
|
|
|
3991
4021
|
"path": "../../generator/dist/src/schemas/constants.js",
|
|
3992
4022
|
"kind": "import-statement",
|
|
3993
4023
|
"original": "./constants.js"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"path": "../../util/dist/index.js",
|
|
4027
|
+
"kind": "import-statement",
|
|
4028
|
+
"original": "@fjall/util"
|
|
3994
4029
|
}
|
|
3995
4030
|
],
|
|
3996
4031
|
"format": "esm"
|
|
3997
4032
|
},
|
|
3998
4033
|
"../../generator/dist/src/schemas/applicationSchemas.js": {
|
|
3999
|
-
"bytes":
|
|
4034
|
+
"bytes": 3292,
|
|
4000
4035
|
"imports": [
|
|
4001
4036
|
{
|
|
4002
4037
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -4365,12 +4400,17 @@
|
|
|
4365
4400
|
"format": "esm"
|
|
4366
4401
|
},
|
|
4367
4402
|
"../../generator/dist/src/generation/generatePatternCode.js": {
|
|
4368
|
-
"bytes":
|
|
4403
|
+
"bytes": 3416,
|
|
4369
4404
|
"imports": [
|
|
4370
4405
|
{
|
|
4371
4406
|
"path": "../../generator/dist/src/generation/common.js",
|
|
4372
4407
|
"kind": "import-statement",
|
|
4373
4408
|
"original": "./common.js"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"path": "../../util/dist/index.js",
|
|
4412
|
+
"kind": "import-statement",
|
|
4413
|
+
"original": "@fjall/util"
|
|
4374
4414
|
}
|
|
4375
4415
|
],
|
|
4376
4416
|
"format": "esm"
|
|
@@ -4795,13 +4835,18 @@
|
|
|
4795
4835
|
"format": "esm"
|
|
4796
4836
|
},
|
|
4797
4837
|
"../../generator/dist/src/ast/parsers/resources/astPatternParser.js": {
|
|
4798
|
-
"bytes":
|
|
4838
|
+
"bytes": 5516,
|
|
4799
4839
|
"imports": [
|
|
4800
4840
|
{
|
|
4801
4841
|
"path": "typescript",
|
|
4802
4842
|
"kind": "import-statement",
|
|
4803
4843
|
"external": true
|
|
4804
4844
|
},
|
|
4845
|
+
{
|
|
4846
|
+
"path": "../../util/dist/index.js",
|
|
4847
|
+
"kind": "import-statement",
|
|
4848
|
+
"original": "@fjall/util"
|
|
4849
|
+
},
|
|
4805
4850
|
{
|
|
4806
4851
|
"path": "../../generator/dist/src/ast/parsers/common/astCommonParser.js",
|
|
4807
4852
|
"kind": "import-statement",
|
|
@@ -5165,6 +5210,22 @@
|
|
|
5165
5210
|
],
|
|
5166
5211
|
"format": "esm"
|
|
5167
5212
|
},
|
|
5213
|
+
"../../generator/dist/src/planning/staticSitePlanning.js": {
|
|
5214
|
+
"bytes": 675,
|
|
5215
|
+
"imports": [
|
|
5216
|
+
{
|
|
5217
|
+
"path": "../../generator/dist/src/types/Result.js",
|
|
5218
|
+
"kind": "import-statement",
|
|
5219
|
+
"original": "../types/Result.js"
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"path": "../../generator/dist/src/schemas/resourceSchemas.js",
|
|
5223
|
+
"kind": "import-statement",
|
|
5224
|
+
"original": "../schemas/resourceSchemas.js"
|
|
5225
|
+
}
|
|
5226
|
+
],
|
|
5227
|
+
"format": "esm"
|
|
5228
|
+
},
|
|
5168
5229
|
"../../generator/dist/src/planning/resourceConnections.js": {
|
|
5169
5230
|
"bytes": 897,
|
|
5170
5231
|
"imports": [],
|
|
@@ -5218,7 +5279,7 @@
|
|
|
5218
5279
|
"format": "esm"
|
|
5219
5280
|
},
|
|
5220
5281
|
"../../generator/dist/src/planning/index.js": {
|
|
5221
|
-
"bytes":
|
|
5282
|
+
"bytes": 860,
|
|
5222
5283
|
"imports": [
|
|
5223
5284
|
{
|
|
5224
5285
|
"path": "../../generator/dist/src/planning/resourcePlanning.js",
|
|
@@ -5230,6 +5291,11 @@
|
|
|
5230
5291
|
"kind": "import-statement",
|
|
5231
5292
|
"original": "./openNextPlanning.js"
|
|
5232
5293
|
},
|
|
5294
|
+
{
|
|
5295
|
+
"path": "../../generator/dist/src/planning/staticSitePlanning.js",
|
|
5296
|
+
"kind": "import-statement",
|
|
5297
|
+
"original": "./staticSitePlanning.js"
|
|
5298
|
+
},
|
|
5233
5299
|
{
|
|
5234
5300
|
"path": "../../generator/dist/src/planning/resourceConnections.js",
|
|
5235
5301
|
"kind": "import-statement",
|
|
@@ -5488,7 +5554,7 @@
|
|
|
5488
5554
|
"format": "esm"
|
|
5489
5555
|
},
|
|
5490
5556
|
"../../deploy-core/dist/src/types/deployEvent.js": {
|
|
5491
|
-
"bytes":
|
|
5557
|
+
"bytes": 12641,
|
|
5492
5558
|
"imports": [
|
|
5493
5559
|
{
|
|
5494
5560
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -5619,9 +5685,31 @@
|
|
|
5619
5685
|
"imports": [],
|
|
5620
5686
|
"format": "esm"
|
|
5621
5687
|
},
|
|
5688
|
+
"../../util/dist/patterns/index.js": {
|
|
5689
|
+
"bytes": 648,
|
|
5690
|
+
"imports": [
|
|
5691
|
+
{
|
|
5692
|
+
"path": "../../util/dist/patterns/patternTypes.js",
|
|
5693
|
+
"kind": "import-statement",
|
|
5694
|
+
"original": "./patternTypes.js"
|
|
5695
|
+
},
|
|
5696
|
+
{
|
|
5697
|
+
"path": "../../util/dist/patterns/staticSiteForms.js",
|
|
5698
|
+
"kind": "import-statement",
|
|
5699
|
+
"original": "./staticSiteForms.js"
|
|
5700
|
+
}
|
|
5701
|
+
],
|
|
5702
|
+
"format": "esm"
|
|
5703
|
+
},
|
|
5622
5704
|
"../../deploy-core/dist/src/types/detection/patternTypes.js": {
|
|
5623
|
-
"bytes":
|
|
5624
|
-
"imports": [
|
|
5705
|
+
"bytes": 167,
|
|
5706
|
+
"imports": [
|
|
5707
|
+
{
|
|
5708
|
+
"path": "../../util/dist/patterns/index.js",
|
|
5709
|
+
"kind": "import-statement",
|
|
5710
|
+
"original": "@fjall/util/patterns"
|
|
5711
|
+
}
|
|
5712
|
+
],
|
|
5625
5713
|
"format": "esm"
|
|
5626
5714
|
},
|
|
5627
5715
|
"../../deploy-core/dist/src/types/stepDefinitions.js": {
|
|
@@ -5655,47 +5743,6 @@
|
|
|
5655
5743
|
"imports": [],
|
|
5656
5744
|
"format": "esm"
|
|
5657
5745
|
},
|
|
5658
|
-
"../../deploy-core/dist/src/types/detection/patternDetection.js": {
|
|
5659
|
-
"bytes": 855,
|
|
5660
|
-
"imports": [
|
|
5661
|
-
{
|
|
5662
|
-
"path": "fs",
|
|
5663
|
-
"kind": "import-statement",
|
|
5664
|
-
"external": true
|
|
5665
|
-
},
|
|
5666
|
-
{
|
|
5667
|
-
"path": "path",
|
|
5668
|
-
"kind": "import-statement",
|
|
5669
|
-
"external": true
|
|
5670
|
-
},
|
|
5671
|
-
{
|
|
5672
|
-
"path": "../../util/dist/logger.js",
|
|
5673
|
-
"kind": "import-statement",
|
|
5674
|
-
"original": "@fjall/util/logger"
|
|
5675
|
-
},
|
|
5676
|
-
{
|
|
5677
|
-
"path": "../../util/dist/index.js",
|
|
5678
|
-
"kind": "import-statement",
|
|
5679
|
-
"original": "@fjall/util"
|
|
5680
|
-
},
|
|
5681
|
-
{
|
|
5682
|
-
"path": "../../deploy-core/dist/src/types/operations.js",
|
|
5683
|
-
"kind": "import-statement",
|
|
5684
|
-
"original": "../operations.js"
|
|
5685
|
-
},
|
|
5686
|
-
{
|
|
5687
|
-
"path": "../../deploy-core/dist/src/types/constants.js",
|
|
5688
|
-
"kind": "import-statement",
|
|
5689
|
-
"original": "../constants.js"
|
|
5690
|
-
},
|
|
5691
|
-
{
|
|
5692
|
-
"path": "../../deploy-core/dist/src/types/detection/patternTypes.js",
|
|
5693
|
-
"kind": "import-statement",
|
|
5694
|
-
"original": "./patternTypes.js"
|
|
5695
|
-
}
|
|
5696
|
-
],
|
|
5697
|
-
"format": "esm"
|
|
5698
|
-
},
|
|
5699
5746
|
"../../deploy-core/dist/src/types/errors/ServiceError.js": {
|
|
5700
5747
|
"bytes": 1550,
|
|
5701
5748
|
"imports": [
|
|
@@ -5734,70 +5781,8 @@
|
|
|
5734
5781
|
],
|
|
5735
5782
|
"format": "esm"
|
|
5736
5783
|
},
|
|
5737
|
-
"../../util/dist/fsHelpers.js": {
|
|
5738
|
-
"bytes": 503,
|
|
5739
|
-
"imports": [
|
|
5740
|
-
{
|
|
5741
|
-
"path": "fs/promises",
|
|
5742
|
-
"kind": "import-statement",
|
|
5743
|
-
"external": true
|
|
5744
|
-
},
|
|
5745
|
-
{
|
|
5746
|
-
"path": "node:fs",
|
|
5747
|
-
"kind": "import-statement",
|
|
5748
|
-
"external": true
|
|
5749
|
-
},
|
|
5750
|
-
{
|
|
5751
|
-
"path": "node:crypto",
|
|
5752
|
-
"kind": "import-statement",
|
|
5753
|
-
"external": true
|
|
5754
|
-
}
|
|
5755
|
-
],
|
|
5756
|
-
"format": "esm"
|
|
5757
|
-
},
|
|
5758
|
-
"../../deploy-core/dist/src/types/config/FjallState.js": {
|
|
5759
|
-
"bytes": 2082,
|
|
5760
|
-
"imports": [
|
|
5761
|
-
{
|
|
5762
|
-
"path": "../../node_modules/zod/index.js",
|
|
5763
|
-
"kind": "import-statement",
|
|
5764
|
-
"original": "zod"
|
|
5765
|
-
},
|
|
5766
|
-
{
|
|
5767
|
-
"path": "crypto",
|
|
5768
|
-
"kind": "import-statement",
|
|
5769
|
-
"external": true
|
|
5770
|
-
},
|
|
5771
|
-
{
|
|
5772
|
-
"path": "fs/promises",
|
|
5773
|
-
"kind": "import-statement",
|
|
5774
|
-
"external": true
|
|
5775
|
-
},
|
|
5776
|
-
{
|
|
5777
|
-
"path": "path",
|
|
5778
|
-
"kind": "import-statement",
|
|
5779
|
-
"external": true
|
|
5780
|
-
},
|
|
5781
|
-
{
|
|
5782
|
-
"path": "../../util/dist/fsHelpers.js",
|
|
5783
|
-
"kind": "import-statement",
|
|
5784
|
-
"original": "@fjall/util/fsHelpers"
|
|
5785
|
-
},
|
|
5786
|
-
{
|
|
5787
|
-
"path": "../../util/dist/logger.js",
|
|
5788
|
-
"kind": "import-statement",
|
|
5789
|
-
"original": "@fjall/util/logger"
|
|
5790
|
-
},
|
|
5791
|
-
{
|
|
5792
|
-
"path": "../../util/dist/index.js",
|
|
5793
|
-
"kind": "import-statement",
|
|
5794
|
-
"original": "@fjall/util"
|
|
5795
|
-
}
|
|
5796
|
-
],
|
|
5797
|
-
"format": "esm"
|
|
5798
|
-
},
|
|
5799
5784
|
"../../deploy-core/dist/src/types/index.js": {
|
|
5800
|
-
"bytes":
|
|
5785
|
+
"bytes": 6763,
|
|
5801
5786
|
"imports": [
|
|
5802
5787
|
{
|
|
5803
5788
|
"path": "../../deploy-core/dist/src/types/deploymentEventSchema.js",
|
|
@@ -5869,11 +5854,6 @@
|
|
|
5869
5854
|
"kind": "import-statement",
|
|
5870
5855
|
"original": "./detection/patternTypes.js"
|
|
5871
5856
|
},
|
|
5872
|
-
{
|
|
5873
|
-
"path": "../../deploy-core/dist/src/types/detection/patternDetection.js",
|
|
5874
|
-
"kind": "import-statement",
|
|
5875
|
-
"original": "./detection/patternDetection.js"
|
|
5876
|
-
},
|
|
5877
5857
|
{
|
|
5878
5858
|
"path": "../../deploy-core/dist/src/types/constants.js",
|
|
5879
5859
|
"kind": "import-statement",
|
|
@@ -5884,11 +5864,6 @@
|
|
|
5884
5864
|
"kind": "import-statement",
|
|
5885
5865
|
"original": "./application/index.js"
|
|
5886
5866
|
},
|
|
5887
|
-
{
|
|
5888
|
-
"path": "../../deploy-core/dist/src/types/config/FjallState.js",
|
|
5889
|
-
"kind": "import-statement",
|
|
5890
|
-
"original": "./config/FjallState.js"
|
|
5891
|
-
},
|
|
5892
5867
|
{
|
|
5893
5868
|
"path": "../../deploy-core/dist/src/types/stepDefinitions.js",
|
|
5894
5869
|
"kind": "import-statement",
|
|
@@ -7892,6 +7867,109 @@
|
|
|
7892
7867
|
],
|
|
7893
7868
|
"format": "esm"
|
|
7894
7869
|
},
|
|
7870
|
+
"../../deploy-core/dist/src/types/detection/patternDetection.js": {
|
|
7871
|
+
"bytes": 855,
|
|
7872
|
+
"imports": [
|
|
7873
|
+
{
|
|
7874
|
+
"path": "fs",
|
|
7875
|
+
"kind": "import-statement",
|
|
7876
|
+
"external": true
|
|
7877
|
+
},
|
|
7878
|
+
{
|
|
7879
|
+
"path": "path",
|
|
7880
|
+
"kind": "import-statement",
|
|
7881
|
+
"external": true
|
|
7882
|
+
},
|
|
7883
|
+
{
|
|
7884
|
+
"path": "../../util/dist/logger.js",
|
|
7885
|
+
"kind": "import-statement",
|
|
7886
|
+
"original": "@fjall/util/logger"
|
|
7887
|
+
},
|
|
7888
|
+
{
|
|
7889
|
+
"path": "../../util/dist/index.js",
|
|
7890
|
+
"kind": "import-statement",
|
|
7891
|
+
"original": "@fjall/util"
|
|
7892
|
+
},
|
|
7893
|
+
{
|
|
7894
|
+
"path": "../../deploy-core/dist/src/types/operations.js",
|
|
7895
|
+
"kind": "import-statement",
|
|
7896
|
+
"original": "../operations.js"
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
"path": "../../deploy-core/dist/src/types/constants.js",
|
|
7900
|
+
"kind": "import-statement",
|
|
7901
|
+
"original": "../constants.js"
|
|
7902
|
+
},
|
|
7903
|
+
{
|
|
7904
|
+
"path": "../../deploy-core/dist/src/types/detection/patternTypes.js",
|
|
7905
|
+
"kind": "import-statement",
|
|
7906
|
+
"original": "./patternTypes.js"
|
|
7907
|
+
}
|
|
7908
|
+
],
|
|
7909
|
+
"format": "esm"
|
|
7910
|
+
},
|
|
7911
|
+
"../../util/dist/fsHelpers.js": {
|
|
7912
|
+
"bytes": 503,
|
|
7913
|
+
"imports": [
|
|
7914
|
+
{
|
|
7915
|
+
"path": "fs/promises",
|
|
7916
|
+
"kind": "import-statement",
|
|
7917
|
+
"external": true
|
|
7918
|
+
},
|
|
7919
|
+
{
|
|
7920
|
+
"path": "node:fs",
|
|
7921
|
+
"kind": "import-statement",
|
|
7922
|
+
"external": true
|
|
7923
|
+
},
|
|
7924
|
+
{
|
|
7925
|
+
"path": "node:crypto",
|
|
7926
|
+
"kind": "import-statement",
|
|
7927
|
+
"external": true
|
|
7928
|
+
}
|
|
7929
|
+
],
|
|
7930
|
+
"format": "esm"
|
|
7931
|
+
},
|
|
7932
|
+
"../../deploy-core/dist/src/types/config/FjallState.js": {
|
|
7933
|
+
"bytes": 2082,
|
|
7934
|
+
"imports": [
|
|
7935
|
+
{
|
|
7936
|
+
"path": "../../node_modules/zod/index.js",
|
|
7937
|
+
"kind": "import-statement",
|
|
7938
|
+
"original": "zod"
|
|
7939
|
+
},
|
|
7940
|
+
{
|
|
7941
|
+
"path": "crypto",
|
|
7942
|
+
"kind": "import-statement",
|
|
7943
|
+
"external": true
|
|
7944
|
+
},
|
|
7945
|
+
{
|
|
7946
|
+
"path": "fs/promises",
|
|
7947
|
+
"kind": "import-statement",
|
|
7948
|
+
"external": true
|
|
7949
|
+
},
|
|
7950
|
+
{
|
|
7951
|
+
"path": "path",
|
|
7952
|
+
"kind": "import-statement",
|
|
7953
|
+
"external": true
|
|
7954
|
+
},
|
|
7955
|
+
{
|
|
7956
|
+
"path": "../../util/dist/fsHelpers.js",
|
|
7957
|
+
"kind": "import-statement",
|
|
7958
|
+
"original": "@fjall/util/fsHelpers"
|
|
7959
|
+
},
|
|
7960
|
+
{
|
|
7961
|
+
"path": "../../util/dist/logger.js",
|
|
7962
|
+
"kind": "import-statement",
|
|
7963
|
+
"original": "@fjall/util/logger"
|
|
7964
|
+
},
|
|
7965
|
+
{
|
|
7966
|
+
"path": "../../util/dist/index.js",
|
|
7967
|
+
"kind": "import-statement",
|
|
7968
|
+
"original": "@fjall/util"
|
|
7969
|
+
}
|
|
7970
|
+
],
|
|
7971
|
+
"format": "esm"
|
|
7972
|
+
},
|
|
7895
7973
|
"../../deploy-core/dist/src/aws/utils/regions.js": {
|
|
7896
7974
|
"bytes": 739,
|
|
7897
7975
|
"imports": [
|
|
@@ -8994,7 +9072,7 @@
|
|
|
8994
9072
|
"format": "esm"
|
|
8995
9073
|
},
|
|
8996
9074
|
"../../deploy-core/dist/src/orchestration/spawnHelpers.js": {
|
|
8997
|
-
"bytes":
|
|
9075
|
+
"bytes": 1362,
|
|
8998
9076
|
"imports": [
|
|
8999
9077
|
{
|
|
9000
9078
|
"path": "child_process",
|
|
@@ -9010,7 +9088,7 @@
|
|
|
9010
9088
|
"format": "esm"
|
|
9011
9089
|
},
|
|
9012
9090
|
"../../deploy-core/dist/src/orchestration/application/openNextBuild.js": {
|
|
9013
|
-
"bytes":
|
|
9091
|
+
"bytes": 4859,
|
|
9014
9092
|
"imports": [
|
|
9015
9093
|
{
|
|
9016
9094
|
"path": "module",
|
|
@@ -9056,7 +9134,7 @@
|
|
|
9056
9134
|
"format": "esm"
|
|
9057
9135
|
},
|
|
9058
9136
|
"../../deploy-core/dist/src/orchestration/builders/openNextBuilder.js": {
|
|
9059
|
-
"bytes":
|
|
9137
|
+
"bytes": 2364,
|
|
9060
9138
|
"imports": [
|
|
9061
9139
|
{
|
|
9062
9140
|
"path": "path",
|
|
@@ -9091,6 +9169,52 @@
|
|
|
9091
9169
|
],
|
|
9092
9170
|
"format": "esm"
|
|
9093
9171
|
},
|
|
9172
|
+
"../../deploy-core/dist/src/orchestration/builders/staticSiteBuilder.js": {
|
|
9173
|
+
"bytes": 4005,
|
|
9174
|
+
"imports": [
|
|
9175
|
+
{
|
|
9176
|
+
"path": "fs",
|
|
9177
|
+
"kind": "import-statement",
|
|
9178
|
+
"external": true
|
|
9179
|
+
},
|
|
9180
|
+
{
|
|
9181
|
+
"path": "path",
|
|
9182
|
+
"kind": "import-statement",
|
|
9183
|
+
"external": true
|
|
9184
|
+
},
|
|
9185
|
+
{
|
|
9186
|
+
"path": "../../generator/dist/src/index.js",
|
|
9187
|
+
"kind": "import-statement",
|
|
9188
|
+
"original": "@fjall/generator"
|
|
9189
|
+
},
|
|
9190
|
+
{
|
|
9191
|
+
"path": "../../util/dist/index.js",
|
|
9192
|
+
"kind": "import-statement",
|
|
9193
|
+
"original": "@fjall/util"
|
|
9194
|
+
},
|
|
9195
|
+
{
|
|
9196
|
+
"path": "../../util/dist/logger.js",
|
|
9197
|
+
"kind": "import-statement",
|
|
9198
|
+
"original": "@fjall/util/logger"
|
|
9199
|
+
},
|
|
9200
|
+
{
|
|
9201
|
+
"path": "../../deploy-core/dist/src/types/operations.js",
|
|
9202
|
+
"kind": "import-statement",
|
|
9203
|
+
"original": "../../types/operations.js"
|
|
9204
|
+
},
|
|
9205
|
+
{
|
|
9206
|
+
"path": "../../deploy-core/dist/src/types/detection/patternDetection.js",
|
|
9207
|
+
"kind": "import-statement",
|
|
9208
|
+
"original": "../../types/detection/patternDetection.js"
|
|
9209
|
+
},
|
|
9210
|
+
{
|
|
9211
|
+
"path": "../../deploy-core/dist/src/orchestration/spawnHelpers.js",
|
|
9212
|
+
"kind": "import-statement",
|
|
9213
|
+
"original": "../spawnHelpers.js"
|
|
9214
|
+
}
|
|
9215
|
+
],
|
|
9216
|
+
"format": "esm"
|
|
9217
|
+
},
|
|
9094
9218
|
"../../deploy-core/dist/src/util/dockerfileDetection.js": {
|
|
9095
9219
|
"bytes": 312,
|
|
9096
9220
|
"imports": [
|
|
@@ -9154,13 +9278,18 @@
|
|
|
9154
9278
|
"format": "esm"
|
|
9155
9279
|
},
|
|
9156
9280
|
"../../deploy-core/dist/src/orchestration/builders/frameworkRegistry.js": {
|
|
9157
|
-
"bytes":
|
|
9281
|
+
"bytes": 616,
|
|
9158
9282
|
"imports": [
|
|
9159
9283
|
{
|
|
9160
9284
|
"path": "../../deploy-core/dist/src/orchestration/builders/openNextBuilder.js",
|
|
9161
9285
|
"kind": "import-statement",
|
|
9162
9286
|
"original": "./openNextBuilder.js"
|
|
9163
9287
|
},
|
|
9288
|
+
{
|
|
9289
|
+
"path": "../../deploy-core/dist/src/orchestration/builders/staticSiteBuilder.js",
|
|
9290
|
+
"kind": "import-statement",
|
|
9291
|
+
"original": "./staticSiteBuilder.js"
|
|
9292
|
+
},
|
|
9164
9293
|
{
|
|
9165
9294
|
"path": "../../deploy-core/dist/src/orchestration/builders/dockerBuilder.js",
|
|
9166
9295
|
"kind": "import-statement",
|
|
@@ -10335,7 +10464,7 @@
|
|
|
10335
10464
|
"format": "esm"
|
|
10336
10465
|
},
|
|
10337
10466
|
"../../util/dist/docker/bakeGuard.js": {
|
|
10338
|
-
"bytes":
|
|
10467
|
+
"bytes": 2218,
|
|
10339
10468
|
"imports": [
|
|
10340
10469
|
{
|
|
10341
10470
|
"path": "../../util/dist/securityHelpers.js",
|
|
@@ -10599,7 +10728,7 @@
|
|
|
10599
10728
|
"format": "esm"
|
|
10600
10729
|
},
|
|
10601
10730
|
"../../util/dist/docker/index.js": {
|
|
10602
|
-
"bytes":
|
|
10731
|
+
"bytes": 2726,
|
|
10603
10732
|
"imports": [
|
|
10604
10733
|
{
|
|
10605
10734
|
"path": "../../util/dist/docker/result.js",
|
|
@@ -10846,7 +10975,7 @@
|
|
|
10846
10975
|
"format": "esm"
|
|
10847
10976
|
},
|
|
10848
10977
|
"../../deploy-core/dist/src/orchestration/application/dockerBuildHelper.js": {
|
|
10849
|
-
"bytes":
|
|
10978
|
+
"bytes": 10051,
|
|
10850
10979
|
"imports": [
|
|
10851
10980
|
{
|
|
10852
10981
|
"path": "node:path",
|
|
@@ -12918,7 +13047,7 @@
|
|
|
12918
13047
|
"format": "esm"
|
|
12919
13048
|
},
|
|
12920
13049
|
"../../generator/dist/src/codemod/registry.js": {
|
|
12921
|
-
"bytes":
|
|
13050
|
+
"bytes": 2350,
|
|
12922
13051
|
"imports": [
|
|
12923
13052
|
{
|
|
12924
13053
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -14198,7 +14327,7 @@
|
|
|
14198
14327
|
"format": "esm"
|
|
14199
14328
|
},
|
|
14200
14329
|
"../../deploy-core/dist/src/orchestration/application/applicationDeploy.js": {
|
|
14201
|
-
"bytes":
|
|
14330
|
+
"bytes": 17481,
|
|
14202
14331
|
"imports": [
|
|
14203
14332
|
{
|
|
14204
14333
|
"path": "path",
|
|
@@ -15794,7 +15923,7 @@
|
|
|
15794
15923
|
"format": "esm"
|
|
15795
15924
|
},
|
|
15796
15925
|
"../../deploy-core/dist/src/orchestration/builders/index.js": {
|
|
15797
|
-
"bytes":
|
|
15926
|
+
"bytes": 319,
|
|
15798
15927
|
"imports": [
|
|
15799
15928
|
{
|
|
15800
15929
|
"path": "../../deploy-core/dist/src/orchestration/builders/dockerBuilder.js",
|
|
@@ -15806,6 +15935,11 @@
|
|
|
15806
15935
|
"kind": "import-statement",
|
|
15807
15936
|
"original": "./openNextBuilder.js"
|
|
15808
15937
|
},
|
|
15938
|
+
{
|
|
15939
|
+
"path": "../../deploy-core/dist/src/orchestration/builders/staticSiteBuilder.js",
|
|
15940
|
+
"kind": "import-statement",
|
|
15941
|
+
"original": "./staticSiteBuilder.js"
|
|
15942
|
+
},
|
|
15809
15943
|
{
|
|
15810
15944
|
"path": "../../deploy-core/dist/src/orchestration/builders/frameworkRegistry.js",
|
|
15811
15945
|
"kind": "import-statement",
|
|
@@ -16144,7 +16278,7 @@
|
|
|
16144
16278
|
"format": "esm"
|
|
16145
16279
|
},
|
|
16146
16280
|
"../../deploy-core/dist/src/index.js": {
|
|
16147
|
-
"bytes":
|
|
16281
|
+
"bytes": 21340,
|
|
16148
16282
|
"imports": [
|
|
16149
16283
|
{
|
|
16150
16284
|
"path": "../../deploy-core/dist/src/types/index.js",
|
|
@@ -16201,6 +16335,16 @@
|
|
|
16201
16335
|
"kind": "import-statement",
|
|
16202
16336
|
"original": "./types/index.js"
|
|
16203
16337
|
},
|
|
16338
|
+
{
|
|
16339
|
+
"path": "../../deploy-core/dist/src/types/detection/patternDetection.js",
|
|
16340
|
+
"kind": "import-statement",
|
|
16341
|
+
"original": "./types/detection/patternDetection.js"
|
|
16342
|
+
},
|
|
16343
|
+
{
|
|
16344
|
+
"path": "../../deploy-core/dist/src/types/config/FjallState.js",
|
|
16345
|
+
"kind": "import-statement",
|
|
16346
|
+
"original": "./types/config/FjallState.js"
|
|
16347
|
+
},
|
|
16204
16348
|
{
|
|
16205
16349
|
"path": "../../deploy-core/dist/src/aws/index.js",
|
|
16206
16350
|
"kind": "import-statement",
|
|
@@ -16444,7 +16588,7 @@
|
|
|
16444
16588
|
"format": "esm"
|
|
16445
16589
|
},
|
|
16446
16590
|
"../../cli/dist/src/types/errors/ApiError.js": {
|
|
16447
|
-
"bytes":
|
|
16591
|
+
"bytes": 416,
|
|
16448
16592
|
"imports": [
|
|
16449
16593
|
{
|
|
16450
16594
|
"path": "../../cli/dist/src/types/errors/ServiceError.js",
|
|
@@ -18488,7 +18632,7 @@
|
|
|
18488
18632
|
"format": "esm"
|
|
18489
18633
|
},
|
|
18490
18634
|
"../../cli/dist/src/util/api/FjallApiClient.types.js": {
|
|
18491
|
-
"bytes":
|
|
18635
|
+
"bytes": 1590,
|
|
18492
18636
|
"imports": [
|
|
18493
18637
|
{
|
|
18494
18638
|
"path": "os",
|
|
@@ -18517,7 +18661,7 @@
|
|
|
18517
18661
|
"format": "esm"
|
|
18518
18662
|
},
|
|
18519
18663
|
"../../cli/dist/src/util/api/deploymentConflict.js": {
|
|
18520
|
-
"bytes":
|
|
18664
|
+
"bytes": 1356,
|
|
18521
18665
|
"imports": [
|
|
18522
18666
|
{
|
|
18523
18667
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -18528,7 +18672,7 @@
|
|
|
18528
18672
|
"format": "esm"
|
|
18529
18673
|
},
|
|
18530
18674
|
"../../cli/dist/src/util/api/FjallApiClientBase.js": {
|
|
18531
|
-
"bytes":
|
|
18675
|
+
"bytes": 3669,
|
|
18532
18676
|
"imports": [
|
|
18533
18677
|
{
|
|
18534
18678
|
"path": "../../cli/node_modules/axios/index.js",
|
|
@@ -18580,7 +18724,7 @@
|
|
|
18580
18724
|
"format": "esm"
|
|
18581
18725
|
},
|
|
18582
18726
|
"../../cli/dist/src/util/api/FjallApiClientResources.js": {
|
|
18583
|
-
"bytes":
|
|
18727
|
+
"bytes": 7112,
|
|
18584
18728
|
"imports": [
|
|
18585
18729
|
{
|
|
18586
18730
|
"path": "../../util/dist/index.js",
|
|
@@ -21108,7 +21252,7 @@
|
|
|
21108
21252
|
"format": "esm"
|
|
21109
21253
|
},
|
|
21110
21254
|
"../../cli/dist/src/services/create/AppRegistrationHelpers.js": {
|
|
21111
|
-
"bytes":
|
|
21255
|
+
"bytes": 5231,
|
|
21112
21256
|
"imports": [
|
|
21113
21257
|
{
|
|
21114
21258
|
"path": "path",
|
|
@@ -21468,7 +21612,7 @@
|
|
|
21468
21612
|
"format": "esm"
|
|
21469
21613
|
},
|
|
21470
21614
|
"../../cli/dist/src/validation/commandSchemas.js": {
|
|
21471
|
-
"bytes":
|
|
21615
|
+
"bytes": 17011,
|
|
21472
21616
|
"imports": [
|
|
21473
21617
|
{
|
|
21474
21618
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -22176,7 +22320,7 @@
|
|
|
22176
22320
|
"format": "esm"
|
|
22177
22321
|
},
|
|
22178
22322
|
"../../cli/dist/src/services/container/EcrBuildOrchestrator.js": {
|
|
22179
|
-
"bytes":
|
|
22323
|
+
"bytes": 9936,
|
|
22180
22324
|
"imports": [
|
|
22181
22325
|
{
|
|
22182
22326
|
"path": "../../cli/dist/src/types/Result.js",
|
|
@@ -25968,12 +26112,12 @@
|
|
|
25968
26112
|
"format": "esm"
|
|
25969
26113
|
},
|
|
25970
26114
|
"../../cli/dist/src/util/agent/errorCodeMap.js": {
|
|
25971
|
-
"bytes":
|
|
26115
|
+
"bytes": 2574,
|
|
25972
26116
|
"imports": [],
|
|
25973
26117
|
"format": "esm"
|
|
25974
26118
|
},
|
|
25975
26119
|
"../../cli/dist/src/util/agent/errorCodes.js": {
|
|
25976
|
-
"bytes":
|
|
26120
|
+
"bytes": 2578,
|
|
25977
26121
|
"imports": [
|
|
25978
26122
|
{
|
|
25979
26123
|
"path": "../../cli/dist/src/util/agent/errorCodeMap.js",
|
|
@@ -26194,7 +26338,7 @@
|
|
|
26194
26338
|
"format": "esm"
|
|
26195
26339
|
},
|
|
26196
26340
|
"../../cli/dist/src/util/agent/agentInit.js": {
|
|
26197
|
-
"bytes":
|
|
26341
|
+
"bytes": 71111,
|
|
26198
26342
|
"imports": [
|
|
26199
26343
|
{
|
|
26200
26344
|
"path": "node:fs",
|
|
@@ -26230,6 +26374,11 @@
|
|
|
26230
26374
|
"path": "../../cli/dist/src/util/logger/index.js",
|
|
26231
26375
|
"kind": "import-statement",
|
|
26232
26376
|
"original": "../logger/index.js"
|
|
26377
|
+
},
|
|
26378
|
+
{
|
|
26379
|
+
"path": "../../cli/dist/src/util/agent/errorCodes.js",
|
|
26380
|
+
"kind": "import-statement",
|
|
26381
|
+
"original": "./errorCodes.js"
|
|
26233
26382
|
}
|
|
26234
26383
|
],
|
|
26235
26384
|
"format": "esm"
|
|
@@ -26298,12 +26447,12 @@
|
|
|
26298
26447
|
"format": "esm"
|
|
26299
26448
|
},
|
|
26300
26449
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveLabels.js": {
|
|
26301
|
-
"bytes":
|
|
26450
|
+
"bytes": 1561,
|
|
26302
26451
|
"imports": [],
|
|
26303
26452
|
"format": "esm"
|
|
26304
26453
|
},
|
|
26305
26454
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveCascadeOutput.js": {
|
|
26306
|
-
"bytes":
|
|
26455
|
+
"bytes": 3845,
|
|
26307
26456
|
"imports": [
|
|
26308
26457
|
{
|
|
26309
26458
|
"path": "../../node_modules/chalk/source/index.js",
|
|
@@ -26370,7 +26519,7 @@
|
|
|
26370
26519
|
"format": "esm"
|
|
26371
26520
|
},
|
|
26372
26521
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveOutput.js": {
|
|
26373
|
-
"bytes":
|
|
26522
|
+
"bytes": 4960,
|
|
26374
26523
|
"imports": [
|
|
26375
26524
|
{
|
|
26376
26525
|
"path": "../../node_modules/chalk/source/index.js",
|
|
@@ -26961,7 +27110,7 @@
|
|
|
26961
27110
|
"format": "esm"
|
|
26962
27111
|
},
|
|
26963
27112
|
"../../cli/dist/src/ui/hooks/useAuthGate.js": {
|
|
26964
|
-
"bytes":
|
|
27113
|
+
"bytes": 1758,
|
|
26965
27114
|
"imports": [
|
|
26966
27115
|
{
|
|
26967
27116
|
"path": "react",
|
|
@@ -27791,7 +27940,7 @@
|
|
|
27791
27940
|
"format": "esm"
|
|
27792
27941
|
},
|
|
27793
27942
|
"../../cli/dist/src/ui/components/screens/appCreationFlow.js": {
|
|
27794
|
-
"bytes":
|
|
27943
|
+
"bytes": 2427,
|
|
27795
27944
|
"imports": [
|
|
27796
27945
|
{
|
|
27797
27946
|
"path": "../../cli/dist/src/ui/utils/NpmAuthManager.js",
|
|
@@ -28272,7 +28421,7 @@
|
|
|
28272
28421
|
"format": "esm"
|
|
28273
28422
|
},
|
|
28274
28423
|
"../../cli/dist/src/commands/provisioning/createAppHandler/resolveInputs.js": {
|
|
28275
|
-
"bytes":
|
|
28424
|
+
"bytes": 5475,
|
|
28276
28425
|
"imports": [
|
|
28277
28426
|
{
|
|
28278
28427
|
"path": "../../cli/dist/src/util/errorUtils.js",
|
|
@@ -28726,8 +28875,39 @@
|
|
|
28726
28875
|
],
|
|
28727
28876
|
"format": "esm"
|
|
28728
28877
|
},
|
|
28878
|
+
"../../cli/dist/src/ui/screens/create/CreateStaticSiteSteps.js": {
|
|
28879
|
+
"bytes": 3186,
|
|
28880
|
+
"imports": [
|
|
28881
|
+
{
|
|
28882
|
+
"path": "react",
|
|
28883
|
+
"kind": "import-statement",
|
|
28884
|
+
"external": true
|
|
28885
|
+
},
|
|
28886
|
+
{
|
|
28887
|
+
"path": "../../cli/dist/src/ui/components/inputs/Select.js",
|
|
28888
|
+
"kind": "import-statement",
|
|
28889
|
+
"original": "../../components/inputs/Select.js"
|
|
28890
|
+
},
|
|
28891
|
+
{
|
|
28892
|
+
"path": "../../cli/dist/src/ui/components/inputs/TextInputControlled.js",
|
|
28893
|
+
"kind": "import-statement",
|
|
28894
|
+
"original": "../../components/inputs/TextInputControlled.js"
|
|
28895
|
+
},
|
|
28896
|
+
{
|
|
28897
|
+
"path": "../../cli/dist/src/ui/components/inputs/Confirm.js",
|
|
28898
|
+
"kind": "import-statement",
|
|
28899
|
+
"original": "../../components/inputs/Confirm.js"
|
|
28900
|
+
},
|
|
28901
|
+
{
|
|
28902
|
+
"path": "../../cli/dist/src/validation/patterns.js",
|
|
28903
|
+
"kind": "import-statement",
|
|
28904
|
+
"original": "../../../validation/patterns.js"
|
|
28905
|
+
}
|
|
28906
|
+
],
|
|
28907
|
+
"format": "esm"
|
|
28908
|
+
},
|
|
28729
28909
|
"../../cli/dist/src/ui/screens/create/CreatePatternFlow.js": {
|
|
28730
|
-
"bytes":
|
|
28910
|
+
"bytes": 9333,
|
|
28731
28911
|
"imports": [
|
|
28732
28912
|
{
|
|
28733
28913
|
"path": "react",
|
|
@@ -28808,6 +28988,11 @@
|
|
|
28808
28988
|
"path": "../../cli/dist/src/ui/screens/create/CreatePatternCustomSteps.js",
|
|
28809
28989
|
"kind": "import-statement",
|
|
28810
28990
|
"original": "./CreatePatternCustomSteps.js"
|
|
28991
|
+
},
|
|
28992
|
+
{
|
|
28993
|
+
"path": "../../cli/dist/src/ui/screens/create/CreateStaticSiteSteps.js",
|
|
28994
|
+
"kind": "import-statement",
|
|
28995
|
+
"original": "./CreateStaticSiteSteps.js"
|
|
28811
28996
|
}
|
|
28812
28997
|
],
|
|
28813
28998
|
"format": "esm"
|
|
@@ -29831,7 +30016,7 @@
|
|
|
29831
30016
|
"format": "esm"
|
|
29832
30017
|
},
|
|
29833
30018
|
"../../cli/dist/src/commands/authPrerequisite.js": {
|
|
29834
|
-
"bytes":
|
|
30019
|
+
"bytes": 2013,
|
|
29835
30020
|
"imports": [
|
|
29836
30021
|
{
|
|
29837
30022
|
"path": "../../cli/dist/src/util/api/FjallApiClient.js",
|
|
@@ -31367,7 +31552,7 @@
|
|
|
31367
31552
|
"format": "esm"
|
|
31368
31553
|
},
|
|
31369
31554
|
"../../cli/dist/src/ui/components/operations/PreDeploymentBox.js": {
|
|
31370
|
-
"bytes":
|
|
31555
|
+
"bytes": 4663,
|
|
31371
31556
|
"imports": [
|
|
31372
31557
|
{
|
|
31373
31558
|
"path": "react",
|
|
@@ -31398,6 +31583,11 @@
|
|
|
31398
31583
|
"path": "../../cli/dist/src/util/logger/index.js",
|
|
31399
31584
|
"kind": "import-statement",
|
|
31400
31585
|
"original": "../../../util/logger/index.js"
|
|
31586
|
+
},
|
|
31587
|
+
{
|
|
31588
|
+
"path": "../../cli/dist/src/util/nonInteractive/nonInteractiveLabels.js",
|
|
31589
|
+
"kind": "import-statement",
|
|
31590
|
+
"original": "../../../util/nonInteractive/nonInteractiveLabels.js"
|
|
31401
31591
|
}
|
|
31402
31592
|
],
|
|
31403
31593
|
"format": "esm"
|
|
@@ -31434,7 +31624,7 @@
|
|
|
31434
31624
|
"format": "esm"
|
|
31435
31625
|
},
|
|
31436
31626
|
"../../cli/dist/src/ui/screens/deploy/deploymentProgressUtils.js": {
|
|
31437
|
-
"bytes":
|
|
31627
|
+
"bytes": 2339,
|
|
31438
31628
|
"imports": [
|
|
31439
31629
|
{
|
|
31440
31630
|
"path": "../../cli/dist/src/aws/utils/computeDiscovery.js",
|
|
@@ -32152,7 +32342,7 @@
|
|
|
32152
32342
|
"format": "esm"
|
|
32153
32343
|
},
|
|
32154
32344
|
"../../cli/dist/src/ui/screens/deploy/AppDeploymentProgressScreen.js": {
|
|
32155
|
-
"bytes":
|
|
32345
|
+
"bytes": 7512,
|
|
32156
32346
|
"imports": [
|
|
32157
32347
|
{
|
|
32158
32348
|
"path": "react",
|
|
@@ -37773,7 +37963,7 @@
|
|
|
37773
37963
|
"format": "esm"
|
|
37774
37964
|
},
|
|
37775
37965
|
"../../cli/dist/src/commands/deployment/deploy.js": {
|
|
37776
|
-
"bytes":
|
|
37966
|
+
"bytes": 13271,
|
|
37777
37967
|
"imports": [
|
|
37778
37968
|
{
|
|
37779
37969
|
"path": "../../cli/dist/src/util/commandResult.js",
|
|
@@ -41173,7 +41363,7 @@
|
|
|
41173
41363
|
"format": "esm"
|
|
41174
41364
|
},
|
|
41175
41365
|
"../../cli/dist/src/operations/deployments/deploymentsOperations.js": {
|
|
41176
|
-
"bytes":
|
|
41366
|
+
"bytes": 816,
|
|
41177
41367
|
"imports": [
|
|
41178
41368
|
{
|
|
41179
41369
|
"path": "../../cli/dist/src/types/Result.js",
|
|
@@ -41194,7 +41384,7 @@
|
|
|
41194
41384
|
"format": "esm"
|
|
41195
41385
|
},
|
|
41196
41386
|
"../../cli/dist/src/operations/deployments/index.js": {
|
|
41197
|
-
"bytes":
|
|
41387
|
+
"bytes": 249,
|
|
41198
41388
|
"imports": [
|
|
41199
41389
|
{
|
|
41200
41390
|
"path": "../../cli/dist/src/operations/deployments/deploymentsOperations.js",
|
|
@@ -41275,6 +41465,118 @@
|
|
|
41275
41465
|
],
|
|
41276
41466
|
"format": "esm"
|
|
41277
41467
|
},
|
|
41468
|
+
"../../cli/dist/src/commands/deployment/deploymentsCancel.js": {
|
|
41469
|
+
"bytes": 2764,
|
|
41470
|
+
"imports": [
|
|
41471
|
+
{
|
|
41472
|
+
"path": "../../node_modules/chalk/source/index.js",
|
|
41473
|
+
"kind": "import-statement",
|
|
41474
|
+
"original": "chalk"
|
|
41475
|
+
},
|
|
41476
|
+
{
|
|
41477
|
+
"path": "../../util/dist/index.js",
|
|
41478
|
+
"kind": "import-statement",
|
|
41479
|
+
"original": "@fjall/util"
|
|
41480
|
+
},
|
|
41481
|
+
{
|
|
41482
|
+
"path": "../../cli/dist/src/util/commandResult.js",
|
|
41483
|
+
"kind": "import-statement",
|
|
41484
|
+
"original": "../../util/commandResult.js"
|
|
41485
|
+
},
|
|
41486
|
+
{
|
|
41487
|
+
"path": "../../cli/dist/src/util/nonInteractive/nonInteractiveOutput.js",
|
|
41488
|
+
"kind": "import-statement",
|
|
41489
|
+
"original": "../../util/nonInteractive/nonInteractiveOutput.js"
|
|
41490
|
+
},
|
|
41491
|
+
{
|
|
41492
|
+
"path": "../../cli/dist/src/util/terminal/theme.js",
|
|
41493
|
+
"kind": "import-statement",
|
|
41494
|
+
"original": "../../util/terminal/theme.js"
|
|
41495
|
+
},
|
|
41496
|
+
{
|
|
41497
|
+
"path": "../../cli/dist/src/util/executionMode.js",
|
|
41498
|
+
"kind": "import-statement",
|
|
41499
|
+
"original": "../../util/executionMode.js"
|
|
41500
|
+
},
|
|
41501
|
+
{
|
|
41502
|
+
"path": "../../cli/dist/src/commands/authPrerequisite.js",
|
|
41503
|
+
"kind": "import-statement",
|
|
41504
|
+
"original": "../authPrerequisite.js"
|
|
41505
|
+
},
|
|
41506
|
+
{
|
|
41507
|
+
"path": "../../cli/dist/src/util/agent/agentOutput.js",
|
|
41508
|
+
"kind": "import-statement",
|
|
41509
|
+
"original": "../../util/agent/agentOutput.js"
|
|
41510
|
+
},
|
|
41511
|
+
{
|
|
41512
|
+
"path": "../../cli/dist/src/commands/handlerHelpers.js",
|
|
41513
|
+
"kind": "import-statement",
|
|
41514
|
+
"original": "../handlerHelpers.js"
|
|
41515
|
+
},
|
|
41516
|
+
{
|
|
41517
|
+
"path": "../../cli/dist/src/operations/deployments/index.js",
|
|
41518
|
+
"kind": "import-statement",
|
|
41519
|
+
"original": "../../operations/deployments/index.js"
|
|
41520
|
+
}
|
|
41521
|
+
],
|
|
41522
|
+
"format": "esm"
|
|
41523
|
+
},
|
|
41524
|
+
"../../cli/dist/src/commands/deployment/deploymentsForceRelease.js": {
|
|
41525
|
+
"bytes": 2397,
|
|
41526
|
+
"imports": [
|
|
41527
|
+
{
|
|
41528
|
+
"path": "../../node_modules/chalk/source/index.js",
|
|
41529
|
+
"kind": "import-statement",
|
|
41530
|
+
"original": "chalk"
|
|
41531
|
+
},
|
|
41532
|
+
{
|
|
41533
|
+
"path": "../../util/dist/index.js",
|
|
41534
|
+
"kind": "import-statement",
|
|
41535
|
+
"original": "@fjall/util"
|
|
41536
|
+
},
|
|
41537
|
+
{
|
|
41538
|
+
"path": "../../cli/dist/src/util/commandResult.js",
|
|
41539
|
+
"kind": "import-statement",
|
|
41540
|
+
"original": "../../util/commandResult.js"
|
|
41541
|
+
},
|
|
41542
|
+
{
|
|
41543
|
+
"path": "../../cli/dist/src/util/nonInteractive/nonInteractiveOutput.js",
|
|
41544
|
+
"kind": "import-statement",
|
|
41545
|
+
"original": "../../util/nonInteractive/nonInteractiveOutput.js"
|
|
41546
|
+
},
|
|
41547
|
+
{
|
|
41548
|
+
"path": "../../cli/dist/src/util/terminal/theme.js",
|
|
41549
|
+
"kind": "import-statement",
|
|
41550
|
+
"original": "../../util/terminal/theme.js"
|
|
41551
|
+
},
|
|
41552
|
+
{
|
|
41553
|
+
"path": "../../cli/dist/src/util/executionMode.js",
|
|
41554
|
+
"kind": "import-statement",
|
|
41555
|
+
"original": "../../util/executionMode.js"
|
|
41556
|
+
},
|
|
41557
|
+
{
|
|
41558
|
+
"path": "../../cli/dist/src/commands/authPrerequisite.js",
|
|
41559
|
+
"kind": "import-statement",
|
|
41560
|
+
"original": "../authPrerequisite.js"
|
|
41561
|
+
},
|
|
41562
|
+
{
|
|
41563
|
+
"path": "../../cli/dist/src/util/agent/agentOutput.js",
|
|
41564
|
+
"kind": "import-statement",
|
|
41565
|
+
"original": "../../util/agent/agentOutput.js"
|
|
41566
|
+
},
|
|
41567
|
+
{
|
|
41568
|
+
"path": "../../cli/dist/src/commands/handlerHelpers.js",
|
|
41569
|
+
"kind": "import-statement",
|
|
41570
|
+
"original": "../handlerHelpers.js"
|
|
41571
|
+
},
|
|
41572
|
+
{
|
|
41573
|
+
"path": "../../cli/dist/src/operations/deployments/index.js",
|
|
41574
|
+
"kind": "import-statement",
|
|
41575
|
+
"original": "../../operations/deployments/index.js"
|
|
41576
|
+
}
|
|
41577
|
+
],
|
|
41578
|
+
"format": "esm"
|
|
41579
|
+
},
|
|
41278
41580
|
"../../cli/dist/src/services/deployment/rollbackResolution.js": {
|
|
41279
41581
|
"bytes": 1832,
|
|
41280
41582
|
"imports": [
|
|
@@ -42065,7 +42367,7 @@
|
|
|
42065
42367
|
"format": "esm"
|
|
42066
42368
|
},
|
|
42067
42369
|
"../../cli/dist/src/commands/index.js": {
|
|
42068
|
-
"bytes":
|
|
42370
|
+
"bytes": 2092,
|
|
42069
42371
|
"imports": [
|
|
42070
42372
|
{
|
|
42071
42373
|
"path": "../../cli/dist/src/commands/identity/agent.js",
|
|
@@ -42217,6 +42519,16 @@
|
|
|
42217
42519
|
"kind": "import-statement",
|
|
42218
42520
|
"original": "./deployment/deploymentsList.js"
|
|
42219
42521
|
},
|
|
42522
|
+
{
|
|
42523
|
+
"path": "../../cli/dist/src/commands/deployment/deploymentsCancel.js",
|
|
42524
|
+
"kind": "import-statement",
|
|
42525
|
+
"original": "./deployment/deploymentsCancel.js"
|
|
42526
|
+
},
|
|
42527
|
+
{
|
|
42528
|
+
"path": "../../cli/dist/src/commands/deployment/deploymentsForceRelease.js",
|
|
42529
|
+
"kind": "import-statement",
|
|
42530
|
+
"original": "./deployment/deploymentsForceRelease.js"
|
|
42531
|
+
},
|
|
42220
42532
|
{
|
|
42221
42533
|
"path": "../../cli/dist/src/commands/deployment/rollback.js",
|
|
42222
42534
|
"kind": "import-statement",
|
|
@@ -42261,7 +42573,7 @@
|
|
|
42261
42573
|
"format": "esm"
|
|
42262
42574
|
},
|
|
42263
42575
|
"../../cli/dist/src/commands/registration/helpers.js": {
|
|
42264
|
-
"bytes":
|
|
42576
|
+
"bytes": 5434,
|
|
42265
42577
|
"imports": [
|
|
42266
42578
|
{
|
|
42267
42579
|
"path": "../../deploy-core/dist/src/index.js",
|
|
@@ -42646,7 +42958,7 @@
|
|
|
42646
42958
|
"format": "esm"
|
|
42647
42959
|
},
|
|
42648
42960
|
"../../cli/dist/src/commands/registration/deploymentCommands.js": {
|
|
42649
|
-
"bytes":
|
|
42961
|
+
"bytes": 949,
|
|
42650
42962
|
"imports": [
|
|
42651
42963
|
{
|
|
42652
42964
|
"path": "../../cli/dist/src/commands/index.js",
|
|
@@ -42907,7 +43219,7 @@
|
|
|
42907
43219
|
"imports": [],
|
|
42908
43220
|
"exports": [],
|
|
42909
43221
|
"inputs": {},
|
|
42910
|
-
"bytes":
|
|
43222
|
+
"bytes": 10608569
|
|
42911
43223
|
},
|
|
42912
43224
|
"bin/fjall.bundle.js": {
|
|
42913
43225
|
"imports": [
|
|
@@ -43116,46 +43428,6 @@
|
|
|
43116
43428
|
"kind": "import-statement",
|
|
43117
43429
|
"external": true
|
|
43118
43430
|
},
|
|
43119
|
-
{
|
|
43120
|
-
"path": "fs",
|
|
43121
|
-
"kind": "import-statement",
|
|
43122
|
-
"external": true
|
|
43123
|
-
},
|
|
43124
|
-
{
|
|
43125
|
-
"path": "path",
|
|
43126
|
-
"kind": "import-statement",
|
|
43127
|
-
"external": true
|
|
43128
|
-
},
|
|
43129
|
-
{
|
|
43130
|
-
"path": "fs/promises",
|
|
43131
|
-
"kind": "import-statement",
|
|
43132
|
-
"external": true
|
|
43133
|
-
},
|
|
43134
|
-
{
|
|
43135
|
-
"path": "node:fs",
|
|
43136
|
-
"kind": "import-statement",
|
|
43137
|
-
"external": true
|
|
43138
|
-
},
|
|
43139
|
-
{
|
|
43140
|
-
"path": "node:crypto",
|
|
43141
|
-
"kind": "import-statement",
|
|
43142
|
-
"external": true
|
|
43143
|
-
},
|
|
43144
|
-
{
|
|
43145
|
-
"path": "crypto",
|
|
43146
|
-
"kind": "import-statement",
|
|
43147
|
-
"external": true
|
|
43148
|
-
},
|
|
43149
|
-
{
|
|
43150
|
-
"path": "fs/promises",
|
|
43151
|
-
"kind": "import-statement",
|
|
43152
|
-
"external": true
|
|
43153
|
-
},
|
|
43154
|
-
{
|
|
43155
|
-
"path": "path",
|
|
43156
|
-
"kind": "import-statement",
|
|
43157
|
-
"external": true
|
|
43158
|
-
},
|
|
43159
43431
|
{
|
|
43160
43432
|
"path": "node:os",
|
|
43161
43433
|
"kind": "require-call",
|
|
@@ -43351,6 +43623,46 @@
|
|
|
43351
43623
|
"kind": "import-statement",
|
|
43352
43624
|
"external": true
|
|
43353
43625
|
},
|
|
43626
|
+
{
|
|
43627
|
+
"path": "fs/promises",
|
|
43628
|
+
"kind": "import-statement",
|
|
43629
|
+
"external": true
|
|
43630
|
+
},
|
|
43631
|
+
{
|
|
43632
|
+
"path": "node:fs",
|
|
43633
|
+
"kind": "import-statement",
|
|
43634
|
+
"external": true
|
|
43635
|
+
},
|
|
43636
|
+
{
|
|
43637
|
+
"path": "node:crypto",
|
|
43638
|
+
"kind": "import-statement",
|
|
43639
|
+
"external": true
|
|
43640
|
+
},
|
|
43641
|
+
{
|
|
43642
|
+
"path": "crypto",
|
|
43643
|
+
"kind": "import-statement",
|
|
43644
|
+
"external": true
|
|
43645
|
+
},
|
|
43646
|
+
{
|
|
43647
|
+
"path": "fs/promises",
|
|
43648
|
+
"kind": "import-statement",
|
|
43649
|
+
"external": true
|
|
43650
|
+
},
|
|
43651
|
+
{
|
|
43652
|
+
"path": "path",
|
|
43653
|
+
"kind": "import-statement",
|
|
43654
|
+
"external": true
|
|
43655
|
+
},
|
|
43656
|
+
{
|
|
43657
|
+
"path": "fs",
|
|
43658
|
+
"kind": "import-statement",
|
|
43659
|
+
"external": true
|
|
43660
|
+
},
|
|
43661
|
+
{
|
|
43662
|
+
"path": "path",
|
|
43663
|
+
"kind": "import-statement",
|
|
43664
|
+
"external": true
|
|
43665
|
+
},
|
|
43354
43666
|
{
|
|
43355
43667
|
"path": "node:fs/promises",
|
|
43356
43668
|
"kind": "import-statement",
|
|
@@ -43526,6 +43838,16 @@
|
|
|
43526
43838
|
"kind": "import-statement",
|
|
43527
43839
|
"external": true
|
|
43528
43840
|
},
|
|
43841
|
+
{
|
|
43842
|
+
"path": "path",
|
|
43843
|
+
"kind": "import-statement",
|
|
43844
|
+
"external": true
|
|
43845
|
+
},
|
|
43846
|
+
{
|
|
43847
|
+
"path": "fs",
|
|
43848
|
+
"kind": "import-statement",
|
|
43849
|
+
"external": true
|
|
43850
|
+
},
|
|
43529
43851
|
{
|
|
43530
43852
|
"path": "fs",
|
|
43531
43853
|
"kind": "import-statement",
|
|
@@ -45716,6 +46038,11 @@
|
|
|
45716
46038
|
"kind": "import-statement",
|
|
45717
46039
|
"external": true
|
|
45718
46040
|
},
|
|
46041
|
+
{
|
|
46042
|
+
"path": "react",
|
|
46043
|
+
"kind": "import-statement",
|
|
46044
|
+
"external": true
|
|
46045
|
+
},
|
|
45719
46046
|
{
|
|
45720
46047
|
"path": "ink",
|
|
45721
46048
|
"kind": "import-statement",
|
|
@@ -47516,8 +47843,14 @@
|
|
|
47516
47843
|
"../../util/dist/cfn/physicalNameProperties.js": {
|
|
47517
47844
|
"bytesInOutput": 135
|
|
47518
47845
|
},
|
|
47846
|
+
"../../util/dist/patterns/patternTypes.js": {
|
|
47847
|
+
"bytesInOutput": 614
|
|
47848
|
+
},
|
|
47849
|
+
"../../util/dist/patterns/staticSiteForms.js": {
|
|
47850
|
+
"bytesInOutput": 262
|
|
47851
|
+
},
|
|
47519
47852
|
"../../util/dist/index.js": {
|
|
47520
|
-
"bytesInOutput":
|
|
47853
|
+
"bytesInOutput": 3628
|
|
47521
47854
|
},
|
|
47522
47855
|
"../../cli/dist/src/util/logger/Logger.js": {
|
|
47523
47856
|
"bytesInOutput": 3223
|
|
@@ -47631,10 +47964,10 @@
|
|
|
47631
47964
|
"bytesInOutput": 335
|
|
47632
47965
|
},
|
|
47633
47966
|
"../../generator/dist/src/validation/validationPatterns.js": {
|
|
47634
|
-
"bytesInOutput":
|
|
47967
|
+
"bytesInOutput": 1545
|
|
47635
47968
|
},
|
|
47636
47969
|
"../../generator/dist/src/validation/validationMessages.js": {
|
|
47637
|
-
"bytesInOutput":
|
|
47970
|
+
"bytesInOutput": 10931
|
|
47638
47971
|
},
|
|
47639
47972
|
"../../generator/dist/src/validation/patterns.js": {
|
|
47640
47973
|
"bytesInOutput": 41
|
|
@@ -47649,22 +47982,22 @@
|
|
|
47649
47982
|
"bytesInOutput": 269
|
|
47650
47983
|
},
|
|
47651
47984
|
"../../generator/dist/src/schemas/constants.js": {
|
|
47652
|
-
"bytesInOutput":
|
|
47985
|
+
"bytesInOutput": 2417
|
|
47653
47986
|
},
|
|
47654
47987
|
"../../generator/dist/src/schemas/baseSchemas.js": {
|
|
47655
|
-
"bytesInOutput":
|
|
47988
|
+
"bytesInOutput": 3264
|
|
47656
47989
|
},
|
|
47657
47990
|
"../../generator/dist/src/schemas/alarmSchemas.js": {
|
|
47658
|
-
"bytesInOutput":
|
|
47991
|
+
"bytesInOutput": 672
|
|
47659
47992
|
},
|
|
47660
47993
|
"../../generator/dist/src/schemas/databaseSchemas.js": {
|
|
47661
|
-
"bytesInOutput":
|
|
47994
|
+
"bytesInOutput": 8449
|
|
47662
47995
|
},
|
|
47663
47996
|
"../../generator/dist/src/schemas/networkSchemas.js": {
|
|
47664
|
-
"bytesInOutput":
|
|
47997
|
+
"bytesInOutput": 3231
|
|
47665
47998
|
},
|
|
47666
47999
|
"../../generator/dist/src/schemas/storageSchemas.js": {
|
|
47667
|
-
"bytesInOutput":
|
|
48000
|
+
"bytesInOutput": 2322
|
|
47668
48001
|
},
|
|
47669
48002
|
"../../generator/dist/src/schemas/messagingSchemas.js": {
|
|
47670
48003
|
"bytesInOutput": 626
|
|
@@ -47676,16 +48009,16 @@
|
|
|
47676
48009
|
"bytesInOutput": 573
|
|
47677
48010
|
},
|
|
47678
48011
|
"../../util/dist/manifest/schemas.js": {
|
|
47679
|
-
"bytesInOutput":
|
|
48012
|
+
"bytesInOutput": 3095
|
|
47680
48013
|
},
|
|
47681
48014
|
"../../generator/dist/src/schemas/computeSchemas.js": {
|
|
47682
|
-
"bytesInOutput":
|
|
48015
|
+
"bytesInOutput": 12109
|
|
47683
48016
|
},
|
|
47684
48017
|
"../../generator/dist/src/schemas/patternSchemas.js": {
|
|
47685
|
-
"bytesInOutput":
|
|
48018
|
+
"bytesInOutput": 5002
|
|
47686
48019
|
},
|
|
47687
48020
|
"../../generator/dist/src/schemas/applicationSchemas.js": {
|
|
47688
|
-
"bytesInOutput":
|
|
48021
|
+
"bytesInOutput": 2261
|
|
47689
48022
|
},
|
|
47690
48023
|
"../../generator/dist/src/schemas/organisationSchemas.js": {
|
|
47691
48024
|
"bytesInOutput": 2003
|
|
@@ -47733,7 +48066,7 @@
|
|
|
47733
48066
|
"bytesInOutput": 3112
|
|
47734
48067
|
},
|
|
47735
48068
|
"../../generator/dist/src/generation/generatePatternCode.js": {
|
|
47736
|
-
"bytesInOutput":
|
|
48069
|
+
"bytesInOutput": 3333
|
|
47737
48070
|
},
|
|
47738
48071
|
"../../generator/dist/src/generation/infrastructure.js": {
|
|
47739
48072
|
"bytesInOutput": 4323
|
|
@@ -47799,7 +48132,7 @@
|
|
|
47799
48132
|
"bytesInOutput": 2911
|
|
47800
48133
|
},
|
|
47801
48134
|
"../../generator/dist/src/ast/parsers/resources/astPatternParser.js": {
|
|
47802
|
-
"bytesInOutput":
|
|
48135
|
+
"bytesInOutput": 5148
|
|
47803
48136
|
},
|
|
47804
48137
|
"../../generator/dist/src/ast/parsers/orchestrator/astPlanConverter.js": {
|
|
47805
48138
|
"bytesInOutput": 1525
|
|
@@ -47831,6 +48164,9 @@
|
|
|
47831
48164
|
"../../generator/dist/src/planning/openNextPlanning.js": {
|
|
47832
48165
|
"bytesInOutput": 1808
|
|
47833
48166
|
},
|
|
48167
|
+
"../../generator/dist/src/planning/staticSitePlanning.js": {
|
|
48168
|
+
"bytesInOutput": 542
|
|
48169
|
+
},
|
|
47834
48170
|
"../../generator/dist/src/planning/resourceConnections.js": {
|
|
47835
48171
|
"bytesInOutput": 856
|
|
47836
48172
|
},
|
|
@@ -47841,7 +48177,7 @@
|
|
|
47841
48177
|
"bytesInOutput": 718
|
|
47842
48178
|
},
|
|
47843
48179
|
"../../generator/dist/src/planning/index.js": {
|
|
47844
|
-
"bytesInOutput":
|
|
48180
|
+
"bytesInOutput": 66
|
|
47845
48181
|
},
|
|
47846
48182
|
"../../generator/dist/src/dns/bindParser.js": {
|
|
47847
48183
|
"bytesInOutput": 2608
|
|
@@ -47856,7 +48192,7 @@
|
|
|
47856
48192
|
"bytesInOutput": 59
|
|
47857
48193
|
},
|
|
47858
48194
|
"../../generator/dist/src/index.js": {
|
|
47859
|
-
"bytesInOutput":
|
|
48195
|
+
"bytesInOutput": 11161
|
|
47860
48196
|
},
|
|
47861
48197
|
"../../cli/dist/src/aws/utils/regions.js": {
|
|
47862
48198
|
"bytesInOutput": 34
|
|
@@ -47883,7 +48219,7 @@
|
|
|
47883
48219
|
"bytesInOutput": 4901
|
|
47884
48220
|
},
|
|
47885
48221
|
"../../deploy-core/dist/src/types/deployEvent.js": {
|
|
47886
|
-
"bytesInOutput":
|
|
48222
|
+
"bytesInOutput": 12129
|
|
47887
48223
|
},
|
|
47888
48224
|
"../../deploy-core/dist/src/types/deployEmitter.js": {
|
|
47889
48225
|
"bytesInOutput": 39
|
|
@@ -47915,8 +48251,11 @@
|
|
|
47915
48251
|
"../../deploy-core/dist/src/types/ProgressEvent.js": {
|
|
47916
48252
|
"bytesInOutput": 30
|
|
47917
48253
|
},
|
|
48254
|
+
"../../util/dist/patterns/index.js": {
|
|
48255
|
+
"bytesInOutput": 40
|
|
48256
|
+
},
|
|
47918
48257
|
"../../deploy-core/dist/src/types/detection/patternTypes.js": {
|
|
47919
|
-
"bytesInOutput":
|
|
48258
|
+
"bytesInOutput": 62
|
|
47920
48259
|
},
|
|
47921
48260
|
"../../deploy-core/dist/src/types/stepDefinitions.js": {
|
|
47922
48261
|
"bytesInOutput": 1904
|
|
@@ -47927,9 +48266,6 @@
|
|
|
47927
48266
|
"../../deploy-core/dist/src/types/constants.js": {
|
|
47928
48267
|
"bytesInOutput": 249
|
|
47929
48268
|
},
|
|
47930
|
-
"../../deploy-core/dist/src/types/detection/patternDetection.js": {
|
|
47931
|
-
"bytesInOutput": 522
|
|
47932
|
-
},
|
|
47933
48269
|
"../../deploy-core/dist/src/types/errors/ServiceError.js": {
|
|
47934
48270
|
"bytesInOutput": 1269
|
|
47935
48271
|
},
|
|
@@ -47939,14 +48275,8 @@
|
|
|
47939
48275
|
"../../deploy-core/dist/src/types/application/index.js": {
|
|
47940
48276
|
"bytesInOutput": 35
|
|
47941
48277
|
},
|
|
47942
|
-
"../../util/dist/fsHelpers.js": {
|
|
47943
|
-
"bytesInOutput": 514
|
|
47944
|
-
},
|
|
47945
|
-
"../../deploy-core/dist/src/types/config/FjallState.js": {
|
|
47946
|
-
"bytesInOutput": 1752
|
|
47947
|
-
},
|
|
47948
48278
|
"../../deploy-core/dist/src/types/index.js": {
|
|
47949
|
-
"bytesInOutput":
|
|
48279
|
+
"bytesInOutput": 120
|
|
47950
48280
|
},
|
|
47951
48281
|
"../../deploy-core/node_modules/@smithy/types/dist-es/abort.js": {
|
|
47952
48282
|
"bytesInOutput": 18
|
|
@@ -48317,6 +48647,15 @@
|
|
|
48317
48647
|
"../../deploy-core/dist/src/aws/index.js": {
|
|
48318
48648
|
"bytesInOutput": 62
|
|
48319
48649
|
},
|
|
48650
|
+
"../../deploy-core/dist/src/types/detection/patternDetection.js": {
|
|
48651
|
+
"bytesInOutput": 521
|
|
48652
|
+
},
|
|
48653
|
+
"../../util/dist/fsHelpers.js": {
|
|
48654
|
+
"bytesInOutput": 514
|
|
48655
|
+
},
|
|
48656
|
+
"../../deploy-core/dist/src/types/config/FjallState.js": {
|
|
48657
|
+
"bytesInOutput": 1755
|
|
48658
|
+
},
|
|
48320
48659
|
"../../deploy-core/dist/src/aws/utils/regions.js": {
|
|
48321
48660
|
"bytesInOutput": 34
|
|
48322
48661
|
},
|
|
@@ -48432,13 +48771,16 @@
|
|
|
48432
48771
|
"bytesInOutput": 634
|
|
48433
48772
|
},
|
|
48434
48773
|
"../../deploy-core/dist/src/orchestration/spawnHelpers.js": {
|
|
48435
|
-
"bytesInOutput":
|
|
48774
|
+
"bytesInOutput": 1275
|
|
48436
48775
|
},
|
|
48437
48776
|
"../../deploy-core/dist/src/orchestration/application/openNextBuild.js": {
|
|
48438
|
-
"bytesInOutput":
|
|
48777
|
+
"bytesInOutput": 4541
|
|
48439
48778
|
},
|
|
48440
48779
|
"../../deploy-core/dist/src/orchestration/builders/openNextBuilder.js": {
|
|
48441
|
-
"bytesInOutput":
|
|
48780
|
+
"bytesInOutput": 1963
|
|
48781
|
+
},
|
|
48782
|
+
"../../deploy-core/dist/src/orchestration/builders/staticSiteBuilder.js": {
|
|
48783
|
+
"bytesInOutput": 3538
|
|
48442
48784
|
},
|
|
48443
48785
|
"../../deploy-core/dist/src/util/dockerfileDetection.js": {
|
|
48444
48786
|
"bytesInOutput": 281
|
|
@@ -48447,7 +48789,7 @@
|
|
|
48447
48789
|
"bytesInOutput": 1200
|
|
48448
48790
|
},
|
|
48449
48791
|
"../../deploy-core/dist/src/orchestration/builders/frameworkRegistry.js": {
|
|
48450
|
-
"bytesInOutput":
|
|
48792
|
+
"bytesInOutput": 468
|
|
48451
48793
|
},
|
|
48452
48794
|
"../../deploy-core/dist/src/services/application/applicationStackHelpers.js": {
|
|
48453
48795
|
"bytesInOutput": 4369
|
|
@@ -48549,7 +48891,7 @@
|
|
|
48549
48891
|
"bytesInOutput": 121
|
|
48550
48892
|
},
|
|
48551
48893
|
"../../util/dist/docker/bakeGuard.js": {
|
|
48552
|
-
"bytesInOutput":
|
|
48894
|
+
"bytesInOutput": 1952
|
|
48553
48895
|
},
|
|
48554
48896
|
"../../util/dist/docker/rawjsonParser.js": {
|
|
48555
48897
|
"bytesInOutput": 527
|
|
@@ -48606,7 +48948,7 @@
|
|
|
48606
48948
|
"bytesInOutput": 809
|
|
48607
48949
|
},
|
|
48608
48950
|
"../../deploy-core/dist/src/orchestration/application/dockerBuildHelper.js": {
|
|
48609
|
-
"bytesInOutput":
|
|
48951
|
+
"bytesInOutput": 8940
|
|
48610
48952
|
},
|
|
48611
48953
|
"../../deploy-core/dist/src/orchestration/application/welcomeImageHelper.js": {
|
|
48612
48954
|
"bytesInOutput": 1402
|
|
@@ -48870,7 +49212,7 @@
|
|
|
48870
49212
|
"bytesInOutput": 414
|
|
48871
49213
|
},
|
|
48872
49214
|
"../../generator/dist/src/codemod/registry.js": {
|
|
48873
|
-
"bytesInOutput":
|
|
49215
|
+
"bytesInOutput": 1919
|
|
48874
49216
|
},
|
|
48875
49217
|
"../../generator/dist/src/codemod/semanticIndex/projectCache.js": {
|
|
48876
49218
|
"bytesInOutput": 238
|
|
@@ -49038,7 +49380,7 @@
|
|
|
49038
49380
|
"bytesInOutput": 9670
|
|
49039
49381
|
},
|
|
49040
49382
|
"../../deploy-core/dist/src/orchestration/application/applicationDeploy.js": {
|
|
49041
|
-
"bytesInOutput":
|
|
49383
|
+
"bytesInOutput": 14928
|
|
49042
49384
|
},
|
|
49043
49385
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/orgContext.js": {
|
|
49044
49386
|
"bytesInOutput": 1369
|
|
@@ -49140,7 +49482,7 @@
|
|
|
49140
49482
|
"bytesInOutput": 6249
|
|
49141
49483
|
},
|
|
49142
49484
|
"../../deploy-core/dist/src/orchestration/builders/index.js": {
|
|
49143
|
-
"bytesInOutput":
|
|
49485
|
+
"bytesInOutput": 53
|
|
49144
49486
|
},
|
|
49145
49487
|
"../../deploy-core/dist/src/orchestration/application/plan/index.js": {
|
|
49146
49488
|
"bytesInOutput": 85
|
|
@@ -49155,7 +49497,7 @@
|
|
|
49155
49497
|
"bytesInOutput": 36
|
|
49156
49498
|
},
|
|
49157
49499
|
"../../deploy-core/dist/src/index.js": {
|
|
49158
|
-
"bytesInOutput":
|
|
49500
|
+
"bytesInOutput": 269
|
|
49159
49501
|
},
|
|
49160
49502
|
"../../cli/dist/src/util/api/Credentials.js": {
|
|
49161
49503
|
"bytesInOutput": 1136
|
|
@@ -49170,7 +49512,7 @@
|
|
|
49170
49512
|
"bytesInOutput": 34
|
|
49171
49513
|
},
|
|
49172
49514
|
"../../cli/dist/src/types/errors/ApiError.js": {
|
|
49173
|
-
"bytesInOutput":
|
|
49515
|
+
"bytesInOutput": 380
|
|
49174
49516
|
},
|
|
49175
49517
|
"../../cli/node_modules/axios/lib/helpers/bind.js": {
|
|
49176
49518
|
"bytesInOutput": 94
|
|
@@ -49539,19 +49881,19 @@
|
|
|
49539
49881
|
"bytesInOutput": 1808
|
|
49540
49882
|
},
|
|
49541
49883
|
"../../cli/dist/src/util/api/FjallApiClient.types.js": {
|
|
49542
|
-
"bytesInOutput":
|
|
49884
|
+
"bytesInOutput": 1258
|
|
49543
49885
|
},
|
|
49544
49886
|
"../../cli/dist/src/util/api/deploymentConflict.js": {
|
|
49545
|
-
"bytesInOutput":
|
|
49887
|
+
"bytesInOutput": 1095
|
|
49546
49888
|
},
|
|
49547
49889
|
"../../cli/dist/src/util/api/FjallApiClientBase.js": {
|
|
49548
|
-
"bytesInOutput":
|
|
49890
|
+
"bytesInOutput": 3049
|
|
49549
49891
|
},
|
|
49550
49892
|
"../../cli/dist/src/util/api/deploymentHeartbeat.js": {
|
|
49551
49893
|
"bytesInOutput": 263
|
|
49552
49894
|
},
|
|
49553
49895
|
"../../cli/dist/src/util/api/FjallApiClientResources.js": {
|
|
49554
|
-
"bytesInOutput":
|
|
49896
|
+
"bytesInOutput": 6658
|
|
49555
49897
|
},
|
|
49556
49898
|
"../../cli/dist/src/util/api/FjallApiClient.js": {
|
|
49557
49899
|
"bytesInOutput": 2417
|
|
@@ -49791,7 +50133,7 @@
|
|
|
49791
50133
|
"bytesInOutput": 2209
|
|
49792
50134
|
},
|
|
49793
50135
|
"../../cli/dist/src/services/create/AppRegistrationHelpers.js": {
|
|
49794
|
-
"bytesInOutput":
|
|
50136
|
+
"bytesInOutput": 4570
|
|
49795
50137
|
},
|
|
49796
50138
|
"../../cli/dist/src/services/create/dryRunArtefacts.js": {
|
|
49797
50139
|
"bytesInOutput": 1117
|
|
@@ -49824,7 +50166,7 @@
|
|
|
49824
50166
|
"bytesInOutput": 1560
|
|
49825
50167
|
},
|
|
49826
50168
|
"../../cli/dist/src/validation/commandSchemas.js": {
|
|
49827
|
-
"bytesInOutput":
|
|
50169
|
+
"bytesInOutput": 14625
|
|
49828
50170
|
},
|
|
49829
50171
|
"../../cli/dist/src/aws/utils/ssoInstances.js": {
|
|
49830
50172
|
"bytesInOutput": 230
|
|
@@ -49896,7 +50238,7 @@
|
|
|
49896
50238
|
"bytesInOutput": 284
|
|
49897
50239
|
},
|
|
49898
50240
|
"../../cli/dist/src/services/container/EcrBuildOrchestrator.js": {
|
|
49899
|
-
"bytesInOutput":
|
|
50241
|
+
"bytesInOutput": 8838
|
|
49900
50242
|
},
|
|
49901
50243
|
"../../cli/dist/src/services/container/EcrService.tagging.js": {
|
|
49902
50244
|
"bytesInOutput": 2053
|
|
@@ -50187,10 +50529,10 @@
|
|
|
50187
50529
|
"bytesInOutput": 135
|
|
50188
50530
|
},
|
|
50189
50531
|
"../../cli/dist/src/util/agent/errorCodeMap.js": {
|
|
50190
|
-
"bytesInOutput":
|
|
50532
|
+
"bytesInOutput": 2574
|
|
50191
50533
|
},
|
|
50192
50534
|
"../../cli/dist/src/util/agent/errorCodes.js": {
|
|
50193
|
-
"bytesInOutput":
|
|
50535
|
+
"bytesInOutput": 2475
|
|
50194
50536
|
},
|
|
50195
50537
|
"../../node_modules/@toon-format/toon/dist/index.mjs": {
|
|
50196
50538
|
"bytesInOutput": 6843
|
|
@@ -50229,7 +50571,7 @@
|
|
|
50229
50571
|
"bytesInOutput": 2499
|
|
50230
50572
|
},
|
|
50231
50573
|
"../../cli/dist/src/util/agent/agentInit.js": {
|
|
50232
|
-
"bytesInOutput":
|
|
50574
|
+
"bytesInOutput": 70930
|
|
50233
50575
|
},
|
|
50234
50576
|
"../../cli/dist/src/util/agent/agentOutput.js": {
|
|
50235
50577
|
"bytesInOutput": 1755
|
|
@@ -50244,10 +50586,10 @@
|
|
|
50244
50586
|
"bytesInOutput": 45
|
|
50245
50587
|
},
|
|
50246
50588
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveLabels.js": {
|
|
50247
|
-
"bytesInOutput":
|
|
50589
|
+
"bytesInOutput": 1417
|
|
50248
50590
|
},
|
|
50249
50591
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveCascadeOutput.js": {
|
|
50250
|
-
"bytesInOutput":
|
|
50592
|
+
"bytesInOutput": 3162
|
|
50251
50593
|
},
|
|
50252
50594
|
"../../cli/dist/src/util/versionDisplay.js": {
|
|
50253
50595
|
"bytesInOutput": 146
|
|
@@ -50256,7 +50598,7 @@
|
|
|
50256
50598
|
"bytesInOutput": 3891
|
|
50257
50599
|
},
|
|
50258
50600
|
"../../cli/dist/src/util/nonInteractive/nonInteractiveOutput.js": {
|
|
50259
|
-
"bytesInOutput":
|
|
50601
|
+
"bytesInOutput": 4081
|
|
50260
50602
|
},
|
|
50261
50603
|
"../../cli/dist/src/util/agent/agentCallbacks.js": {
|
|
50262
50604
|
"bytesInOutput": 5279
|
|
@@ -50337,7 +50679,7 @@
|
|
|
50337
50679
|
"bytesInOutput": 600
|
|
50338
50680
|
},
|
|
50339
50681
|
"../../cli/dist/src/ui/hooks/useAuthGate.js": {
|
|
50340
|
-
"bytesInOutput":
|
|
50682
|
+
"bytesInOutput": 1516
|
|
50341
50683
|
},
|
|
50342
50684
|
"../../cli/dist/src/ui/hooks/useIsMounted.js": {
|
|
50343
50685
|
"bytesInOutput": 162
|
|
@@ -50457,7 +50799,7 @@
|
|
|
50457
50799
|
"bytesInOutput": 228
|
|
50458
50800
|
},
|
|
50459
50801
|
"../../cli/dist/src/ui/components/screens/appCreationFlow.js": {
|
|
50460
|
-
"bytesInOutput":
|
|
50802
|
+
"bytesInOutput": 1846
|
|
50461
50803
|
},
|
|
50462
50804
|
"../../cli/dist/src/operations/provisioning/createOrgOperation.js": {
|
|
50463
50805
|
"bytesInOutput": 1123
|
|
@@ -50490,7 +50832,7 @@
|
|
|
50490
50832
|
"bytesInOutput": 42
|
|
50491
50833
|
},
|
|
50492
50834
|
"../../cli/dist/src/commands/provisioning/createAppHandler/resolveInputs.js": {
|
|
50493
|
-
"bytesInOutput":
|
|
50835
|
+
"bytesInOutput": 4544
|
|
50494
50836
|
},
|
|
50495
50837
|
"../../cli/dist/src/commands/provisioning/createAppHandler/dryRunPreview.js": {
|
|
50496
50838
|
"bytesInOutput": 768
|
|
@@ -50525,8 +50867,11 @@
|
|
|
50525
50867
|
"../../cli/dist/src/ui/screens/create/CreatePatternCustomSteps.js": {
|
|
50526
50868
|
"bytesInOutput": 3729
|
|
50527
50869
|
},
|
|
50870
|
+
"../../cli/dist/src/ui/screens/create/CreateStaticSiteSteps.js": {
|
|
50871
|
+
"bytesInOutput": 2910
|
|
50872
|
+
},
|
|
50528
50873
|
"../../cli/dist/src/ui/screens/create/CreatePatternFlow.js": {
|
|
50529
|
-
"bytesInOutput":
|
|
50874
|
+
"bytesInOutput": 8368
|
|
50530
50875
|
},
|
|
50531
50876
|
"../../cli/dist/src/ui/screens/create/CreateAccountFlow.js": {
|
|
50532
50877
|
"bytesInOutput": 2079
|
|
@@ -50586,7 +50931,7 @@
|
|
|
50586
50931
|
"bytesInOutput": 124
|
|
50587
50932
|
},
|
|
50588
50933
|
"../../cli/dist/src/ui/screens/add-resource/resourceSchemaBuilders.js": {
|
|
50589
|
-
"bytesInOutput":
|
|
50934
|
+
"bytesInOutput": 6937
|
|
50590
50935
|
},
|
|
50591
50936
|
"../../cli/dist/src/operations/codemod/codemodHistory.js": {
|
|
50592
50937
|
"bytesInOutput": 4044
|
|
@@ -50607,7 +50952,7 @@
|
|
|
50607
50952
|
"bytesInOutput": 4636
|
|
50608
50953
|
},
|
|
50609
50954
|
"../../cli/dist/src/commands/authPrerequisite.js": {
|
|
50610
|
-
"bytesInOutput":
|
|
50955
|
+
"bytesInOutput": 1712
|
|
50611
50956
|
},
|
|
50612
50957
|
"../../cli/dist/src/ui/screens/add-resource/AddVpcPeerFlow.js": {
|
|
50613
50958
|
"bytesInOutput": 5053
|
|
@@ -50745,13 +51090,13 @@
|
|
|
50745
51090
|
"bytesInOutput": 3493
|
|
50746
51091
|
},
|
|
50747
51092
|
"../../cli/dist/src/ui/components/operations/PreDeploymentBox.js": {
|
|
50748
|
-
"bytesInOutput":
|
|
51093
|
+
"bytesInOutput": 4439
|
|
50749
51094
|
},
|
|
50750
51095
|
"../../cli/dist/src/aws/utils/computeDiscovery.js": {
|
|
50751
51096
|
"bytesInOutput": 233
|
|
50752
51097
|
},
|
|
50753
51098
|
"../../cli/dist/src/ui/screens/deploy/deploymentProgressUtils.js": {
|
|
50754
|
-
"bytesInOutput":
|
|
51099
|
+
"bytesInOutput": 996
|
|
50755
51100
|
},
|
|
50756
51101
|
"../../cli/dist/src/ui/hooks/deploymentCallbacksBuilder.js": {
|
|
50757
51102
|
"bytesInOutput": 3848
|
|
@@ -50826,7 +51171,7 @@
|
|
|
50826
51171
|
"bytesInOutput": 2328
|
|
50827
51172
|
},
|
|
50828
51173
|
"../../cli/dist/src/ui/screens/deploy/AppDeploymentProgressScreen.js": {
|
|
50829
|
-
"bytesInOutput":
|
|
51174
|
+
"bytesInOutput": 6238
|
|
50830
51175
|
},
|
|
50831
51176
|
"../../cli/dist/src/operations/deployment/destroyOperation.js": {
|
|
50832
51177
|
"bytesInOutput": 277
|
|
@@ -51168,7 +51513,7 @@
|
|
|
51168
51513
|
"bytesInOutput": 967
|
|
51169
51514
|
},
|
|
51170
51515
|
"../../cli/dist/src/commands/deployment/deploy.js": {
|
|
51171
|
-
"bytesInOutput":
|
|
51516
|
+
"bytesInOutput": 10873
|
|
51172
51517
|
},
|
|
51173
51518
|
"../../cli/dist/src/commands/deployment/destroy.js": {
|
|
51174
51519
|
"bytesInOutput": 2943
|
|
@@ -51555,7 +51900,13 @@
|
|
|
51555
51900
|
"bytesInOutput": 2068
|
|
51556
51901
|
},
|
|
51557
51902
|
"../../cli/dist/src/operations/deployments/deploymentsOperations.js": {
|
|
51558
|
-
"bytesInOutput":
|
|
51903
|
+
"bytesInOutput": 540
|
|
51904
|
+
},
|
|
51905
|
+
"../../cli/dist/src/commands/deployment/deploymentsCancel.js": {
|
|
51906
|
+
"bytesInOutput": 2208
|
|
51907
|
+
},
|
|
51908
|
+
"../../cli/dist/src/commands/deployment/deploymentsForceRelease.js": {
|
|
51909
|
+
"bytesInOutput": 1837
|
|
51559
51910
|
},
|
|
51560
51911
|
"../../cli/dist/src/commands/deployment/rollback.js": {
|
|
51561
51912
|
"bytesInOutput": 2622
|
|
@@ -51615,7 +51966,7 @@
|
|
|
51615
51966
|
"bytesInOutput": 1330
|
|
51616
51967
|
},
|
|
51617
51968
|
"../../cli/dist/src/commands/registration/helpers.js": {
|
|
51618
|
-
"bytesInOutput":
|
|
51969
|
+
"bytesInOutput": 5070
|
|
51619
51970
|
},
|
|
51620
51971
|
"../../cli/dist/src/commands/registration/secretCommands.js": {
|
|
51621
51972
|
"bytesInOutput": 2744
|
|
@@ -51642,7 +51993,7 @@
|
|
|
51642
51993
|
"bytesInOutput": 695
|
|
51643
51994
|
},
|
|
51644
51995
|
"../../cli/dist/src/commands/registration/deploymentCommands.js": {
|
|
51645
|
-
"bytesInOutput":
|
|
51996
|
+
"bytesInOutput": 736
|
|
51646
51997
|
},
|
|
51647
51998
|
"../../cli/dist/src/commands/registration/awsCommands.js": {
|
|
51648
51999
|
"bytesInOutput": 523
|
|
@@ -51660,7 +52011,7 @@
|
|
|
51660
52011
|
"bytesInOutput": 404
|
|
51661
52012
|
}
|
|
51662
52013
|
},
|
|
51663
|
-
"bytes":
|
|
52014
|
+
"bytes": 3746003
|
|
51664
52015
|
}
|
|
51665
52016
|
}
|
|
51666
52017
|
}
|