fjall 2.16.0 → 2.17.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 +107 -67
- package/bin/assets/generators/account/generator.js +21 -21
- package/bin/assets/generators/application/generator.js +80 -79
- package/bin/assets/generators/cdn/generator.js +136 -135
- package/bin/assets/generators/compute/generator.js +137 -136
- package/bin/assets/generators/compute/service/generator.js +121 -120
- package/bin/assets/generators/database/generator.js +137 -136
- package/bin/assets/generators/database/proxy/generator.js +121 -120
- package/bin/assets/generators/domain/generator.js +21 -21
- package/bin/assets/generators/network/generator.js +122 -121
- package/bin/assets/generators/organisation/generator.js +21 -21
- package/bin/assets/generators/shared/files/package.json +2 -2
- package/bin/assets/generators/storage/s3/generator.js +137 -136
- package/bin/assets/generators/tunnel/generator.js +88 -87
- package/bin/fjall.bundle.js +411 -409
- package/package.json +3 -3
package/bin/.bundled
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
bundled at 2026-06-
|
|
2
|
-
bundle size:
|
|
3
|
-
cli version: 2.
|
|
1
|
+
bundled at 2026-06-15T10:18:34.498Z
|
|
2
|
+
bundle size: 3248088 bytes
|
|
3
|
+
cli version: 2.17.0
|
package/bin/.metafile.json
CHANGED
|
@@ -3729,7 +3729,7 @@
|
|
|
3729
3729
|
"format": "esm"
|
|
3730
3730
|
},
|
|
3731
3731
|
"../../generator/dist/src/schemas/networkSchemas.js": {
|
|
3732
|
-
"bytes":
|
|
3732
|
+
"bytes": 3952,
|
|
3733
3733
|
"imports": [
|
|
3734
3734
|
{
|
|
3735
3735
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -3776,7 +3776,7 @@
|
|
|
3776
3776
|
"format": "esm"
|
|
3777
3777
|
},
|
|
3778
3778
|
"../../generator/dist/src/schemas/messagingSchemas.js": {
|
|
3779
|
-
"bytes":
|
|
3779
|
+
"bytes": 808,
|
|
3780
3780
|
"imports": [
|
|
3781
3781
|
{
|
|
3782
3782
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -4213,7 +4213,7 @@
|
|
|
4213
4213
|
"format": "esm"
|
|
4214
4214
|
},
|
|
4215
4215
|
"../../generator/dist/src/generation/storage.js": {
|
|
4216
|
-
"bytes":
|
|
4216
|
+
"bytes": 3275,
|
|
4217
4217
|
"imports": [
|
|
4218
4218
|
{
|
|
4219
4219
|
"path": "../../generator/dist/src/generation/common.js",
|
|
@@ -4550,7 +4550,7 @@
|
|
|
4550
4550
|
"format": "esm"
|
|
4551
4551
|
},
|
|
4552
4552
|
"../../generator/dist/src/ast/astDatabaseParser.js": {
|
|
4553
|
-
"bytes":
|
|
4553
|
+
"bytes": 4412,
|
|
4554
4554
|
"imports": [
|
|
4555
4555
|
{
|
|
4556
4556
|
"path": "typescript",
|
|
@@ -4591,13 +4591,18 @@
|
|
|
4591
4591
|
"format": "esm"
|
|
4592
4592
|
},
|
|
4593
4593
|
"../../generator/dist/src/ast/astMessagingParser.js": {
|
|
4594
|
-
"bytes":
|
|
4594
|
+
"bytes": 1807,
|
|
4595
4595
|
"imports": [
|
|
4596
4596
|
{
|
|
4597
4597
|
"path": "typescript",
|
|
4598
4598
|
"kind": "import-statement",
|
|
4599
4599
|
"external": true
|
|
4600
4600
|
},
|
|
4601
|
+
{
|
|
4602
|
+
"path": "../../generator/dist/src/schemas/messagingSchemas.js",
|
|
4603
|
+
"kind": "import-statement",
|
|
4604
|
+
"original": "../schemas/messagingSchemas.js"
|
|
4605
|
+
},
|
|
4601
4606
|
{
|
|
4602
4607
|
"path": "../../generator/dist/src/ast/astCommonParser.js",
|
|
4603
4608
|
"kind": "import-statement",
|
|
@@ -4623,7 +4628,7 @@
|
|
|
4623
4628
|
"format": "esm"
|
|
4624
4629
|
},
|
|
4625
4630
|
"../../generator/dist/src/ast/astNetworkParser.js": {
|
|
4626
|
-
"bytes":
|
|
4631
|
+
"bytes": 3515,
|
|
4627
4632
|
"imports": [
|
|
4628
4633
|
{
|
|
4629
4634
|
"path": "typescript",
|
|
@@ -4635,6 +4640,11 @@
|
|
|
4635
4640
|
"kind": "import-statement",
|
|
4636
4641
|
"original": "../schemas/constants.js"
|
|
4637
4642
|
},
|
|
4643
|
+
{
|
|
4644
|
+
"path": "../../generator/dist/src/schemas/networkSchemas.js",
|
|
4645
|
+
"kind": "import-statement",
|
|
4646
|
+
"original": "../schemas/networkSchemas.js"
|
|
4647
|
+
},
|
|
4638
4648
|
{
|
|
4639
4649
|
"path": "../../generator/dist/src/ast/astCommonParser.js",
|
|
4640
4650
|
"kind": "import-statement",
|
|
@@ -4868,8 +4878,35 @@
|
|
|
4868
4878
|
],
|
|
4869
4879
|
"format": "esm"
|
|
4870
4880
|
},
|
|
4881
|
+
"../../generator/dist/src/dns/types.js": {
|
|
4882
|
+
"bytes": 966,
|
|
4883
|
+
"imports": [
|
|
4884
|
+
{
|
|
4885
|
+
"path": "../../node_modules/zod/index.js",
|
|
4886
|
+
"kind": "import-statement",
|
|
4887
|
+
"original": "zod"
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"path": "../../util/dist/index.js",
|
|
4891
|
+
"kind": "import-statement",
|
|
4892
|
+
"original": "@fjall/util"
|
|
4893
|
+
}
|
|
4894
|
+
],
|
|
4895
|
+
"format": "esm"
|
|
4896
|
+
},
|
|
4897
|
+
"../../generator/dist/src/dns/domainRecords.js": {
|
|
4898
|
+
"bytes": 1797,
|
|
4899
|
+
"imports": [
|
|
4900
|
+
{
|
|
4901
|
+
"path": "../../node_modules/zod/index.js",
|
|
4902
|
+
"kind": "import-statement",
|
|
4903
|
+
"original": "zod"
|
|
4904
|
+
}
|
|
4905
|
+
],
|
|
4906
|
+
"format": "esm"
|
|
4907
|
+
},
|
|
4871
4908
|
"../../generator/dist/src/ast/astDomainParser.js": {
|
|
4872
|
-
"bytes":
|
|
4909
|
+
"bytes": 8252,
|
|
4873
4910
|
"imports": [
|
|
4874
4911
|
{
|
|
4875
4912
|
"path": "typescript",
|
|
@@ -4885,6 +4922,16 @@
|
|
|
4885
4922
|
"path": "../../generator/dist/src/types/Result.js",
|
|
4886
4923
|
"kind": "import-statement",
|
|
4887
4924
|
"original": "../types/Result.js"
|
|
4925
|
+
},
|
|
4926
|
+
{
|
|
4927
|
+
"path": "../../generator/dist/src/dns/types.js",
|
|
4928
|
+
"kind": "import-statement",
|
|
4929
|
+
"original": "../dns/types.js"
|
|
4930
|
+
},
|
|
4931
|
+
{
|
|
4932
|
+
"path": "../../generator/dist/src/dns/domainRecords.js",
|
|
4933
|
+
"kind": "import-statement",
|
|
4934
|
+
"original": "../dns/domainRecords.js"
|
|
4888
4935
|
}
|
|
4889
4936
|
],
|
|
4890
4937
|
"format": "esm"
|
|
@@ -5060,33 +5107,6 @@
|
|
|
5060
5107
|
],
|
|
5061
5108
|
"format": "esm"
|
|
5062
5109
|
},
|
|
5063
|
-
"../../generator/dist/src/dns/types.js": {
|
|
5064
|
-
"bytes": 966,
|
|
5065
|
-
"imports": [
|
|
5066
|
-
{
|
|
5067
|
-
"path": "../../node_modules/zod/index.js",
|
|
5068
|
-
"kind": "import-statement",
|
|
5069
|
-
"original": "zod"
|
|
5070
|
-
},
|
|
5071
|
-
{
|
|
5072
|
-
"path": "../../util/dist/index.js",
|
|
5073
|
-
"kind": "import-statement",
|
|
5074
|
-
"original": "@fjall/util"
|
|
5075
|
-
}
|
|
5076
|
-
],
|
|
5077
|
-
"format": "esm"
|
|
5078
|
-
},
|
|
5079
|
-
"../../generator/dist/src/dns/domainRecords.js": {
|
|
5080
|
-
"bytes": 1666,
|
|
5081
|
-
"imports": [
|
|
5082
|
-
{
|
|
5083
|
-
"path": "../../node_modules/zod/index.js",
|
|
5084
|
-
"kind": "import-statement",
|
|
5085
|
-
"original": "zod"
|
|
5086
|
-
}
|
|
5087
|
-
],
|
|
5088
|
-
"format": "esm"
|
|
5089
|
-
},
|
|
5090
5110
|
"../../generator/dist/src/dns/bindParser.js": {
|
|
5091
5111
|
"bytes": 2793,
|
|
5092
5112
|
"imports": [
|
|
@@ -9563,7 +9583,7 @@
|
|
|
9563
9583
|
"format": "esm"
|
|
9564
9584
|
},
|
|
9565
9585
|
"../../deploy-core/dist/src/orchestration/contextHelpers.js": {
|
|
9566
|
-
"bytes":
|
|
9586
|
+
"bytes": 3344,
|
|
9567
9587
|
"imports": [
|
|
9568
9588
|
{
|
|
9569
9589
|
"path": "../../generator/dist/src/index.js",
|
|
@@ -9580,6 +9600,11 @@
|
|
|
9580
9600
|
"kind": "import-statement",
|
|
9581
9601
|
"original": "@fjall/util/logger"
|
|
9582
9602
|
},
|
|
9603
|
+
{
|
|
9604
|
+
"path": "../../deploy-core/dist/src/aws/organisations/accountGlobals.js",
|
|
9605
|
+
"kind": "import-statement",
|
|
9606
|
+
"original": "../aws/organisations/accountGlobals.js"
|
|
9607
|
+
},
|
|
9583
9608
|
{
|
|
9584
9609
|
"path": "../../deploy-core/dist/src/aws/SimpleAwsProvider.js",
|
|
9585
9610
|
"kind": "import-statement",
|
|
@@ -10060,7 +10085,7 @@
|
|
|
10060
10085
|
"format": "esm"
|
|
10061
10086
|
},
|
|
10062
10087
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/orgContext.js": {
|
|
10063
|
-
"bytes":
|
|
10088
|
+
"bytes": 1243,
|
|
10064
10089
|
"imports": [
|
|
10065
10090
|
{
|
|
10066
10091
|
"path": "../../generator/dist/src/index.js",
|
|
@@ -10122,7 +10147,7 @@
|
|
|
10122
10147
|
"format": "esm"
|
|
10123
10148
|
},
|
|
10124
10149
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/singleComponentDeploy.js": {
|
|
10125
|
-
"bytes":
|
|
10150
|
+
"bytes": 2805,
|
|
10126
10151
|
"imports": [
|
|
10127
10152
|
{
|
|
10128
10153
|
"path": "../../generator/dist/src/index.js",
|
|
@@ -18498,7 +18523,7 @@
|
|
|
18498
18523
|
"format": "esm"
|
|
18499
18524
|
},
|
|
18500
18525
|
"../../cli/dist/src/validation/commandSchemas.js": {
|
|
18501
|
-
"bytes":
|
|
18526
|
+
"bytes": 10156,
|
|
18502
18527
|
"imports": [
|
|
18503
18528
|
{
|
|
18504
18529
|
"path": "../../node_modules/zod/index.js",
|
|
@@ -23531,7 +23556,7 @@
|
|
|
23531
23556
|
"format": "esm"
|
|
23532
23557
|
},
|
|
23533
23558
|
"../../cli/dist/src/util/agent/agentInit.js": {
|
|
23534
|
-
"bytes":
|
|
23559
|
+
"bytes": 20748,
|
|
23535
23560
|
"imports": [
|
|
23536
23561
|
{
|
|
23537
23562
|
"path": "node:fs",
|
|
@@ -36885,7 +36910,7 @@
|
|
|
36885
36910
|
"format": "esm"
|
|
36886
36911
|
},
|
|
36887
36912
|
"../../cli/dist/src/util/agent/actionRequired.js": {
|
|
36888
|
-
"bytes":
|
|
36913
|
+
"bytes": 3589,
|
|
36889
36914
|
"imports": [
|
|
36890
36915
|
{
|
|
36891
36916
|
"path": "../../cli/dist/src/util/formatDeltaValue.js",
|
|
@@ -37378,7 +37403,7 @@
|
|
|
37378
37403
|
"format": "esm"
|
|
37379
37404
|
},
|
|
37380
37405
|
"../../cli/dist/src/commands/compliance.js": {
|
|
37381
|
-
"bytes":
|
|
37406
|
+
"bytes": 2073,
|
|
37382
37407
|
"imports": [
|
|
37383
37408
|
{
|
|
37384
37409
|
"path": "../../cli/dist/src/util/commandResult.js",
|
|
@@ -37395,6 +37420,21 @@
|
|
|
37395
37420
|
"kind": "import-statement",
|
|
37396
37421
|
"original": "../util/executionMode.js"
|
|
37397
37422
|
},
|
|
37423
|
+
{
|
|
37424
|
+
"path": "../../cli/dist/src/util/agent/agentCallbacks.js",
|
|
37425
|
+
"kind": "import-statement",
|
|
37426
|
+
"original": "../util/agent/agentCallbacks.js"
|
|
37427
|
+
},
|
|
37428
|
+
{
|
|
37429
|
+
"path": "../../cli/dist/src/util/agent/actionRequired.js",
|
|
37430
|
+
"kind": "import-statement",
|
|
37431
|
+
"original": "../util/agent/actionRequired.js"
|
|
37432
|
+
},
|
|
37433
|
+
{
|
|
37434
|
+
"path": "../../cli/dist/src/commands/handlerHelpers.js",
|
|
37435
|
+
"kind": "import-statement",
|
|
37436
|
+
"original": "./handlerHelpers.js"
|
|
37437
|
+
},
|
|
37398
37438
|
{
|
|
37399
37439
|
"path": "../../cli/dist/src/commands/complianceHandlers.js",
|
|
37400
37440
|
"kind": "import-statement",
|
|
@@ -37794,7 +37834,7 @@
|
|
|
37794
37834
|
"format": "esm"
|
|
37795
37835
|
},
|
|
37796
37836
|
"../../cli/dist/src/commands/registration/apiCommands.js": {
|
|
37797
|
-
"bytes":
|
|
37837
|
+
"bytes": 2797,
|
|
37798
37838
|
"imports": [
|
|
37799
37839
|
{
|
|
37800
37840
|
"path": "../../cli/dist/src/commands/index.js",
|
|
@@ -38176,7 +38216,7 @@
|
|
|
38176
38216
|
"imports": [],
|
|
38177
38217
|
"exports": [],
|
|
38178
38218
|
"inputs": {},
|
|
38179
|
-
"bytes":
|
|
38219
|
+
"bytes": 9500138
|
|
38180
38220
|
},
|
|
38181
38221
|
"bin/fjall.bundle.js": {
|
|
38182
38222
|
"imports": [
|
|
@@ -42546,13 +42586,13 @@
|
|
|
42546
42586
|
"bytesInOutput": 8432
|
|
42547
42587
|
},
|
|
42548
42588
|
"../../generator/dist/src/schemas/networkSchemas.js": {
|
|
42549
|
-
"bytesInOutput":
|
|
42589
|
+
"bytesInOutput": 3211
|
|
42550
42590
|
},
|
|
42551
42591
|
"../../generator/dist/src/schemas/storageSchemas.js": {
|
|
42552
42592
|
"bytesInOutput": 2317
|
|
42553
42593
|
},
|
|
42554
42594
|
"../../generator/dist/src/schemas/messagingSchemas.js": {
|
|
42555
|
-
"bytesInOutput":
|
|
42595
|
+
"bytesInOutput": 626
|
|
42556
42596
|
},
|
|
42557
42597
|
"../../generator/dist/src/schemas/cdnSchemas.js": {
|
|
42558
42598
|
"bytesInOutput": 966
|
|
@@ -42606,7 +42646,7 @@
|
|
|
42606
42646
|
"bytesInOutput": 750
|
|
42607
42647
|
},
|
|
42608
42648
|
"../../generator/dist/src/generation/storage.js": {
|
|
42609
|
-
"bytesInOutput":
|
|
42649
|
+
"bytesInOutput": 3108
|
|
42610
42650
|
},
|
|
42611
42651
|
"../../generator/dist/src/generation/generatePatternCode.js": {
|
|
42612
42652
|
"bytesInOutput": 3055
|
|
@@ -42663,10 +42703,10 @@
|
|
|
42663
42703
|
"bytesInOutput": 1346
|
|
42664
42704
|
},
|
|
42665
42705
|
"../../generator/dist/src/ast/astDatabaseParser.js": {
|
|
42666
|
-
"bytesInOutput":
|
|
42706
|
+
"bytesInOutput": 3657
|
|
42667
42707
|
},
|
|
42668
42708
|
"../../generator/dist/src/ast/astMessagingParser.js": {
|
|
42669
|
-
"bytesInOutput":
|
|
42709
|
+
"bytesInOutput": 1457
|
|
42670
42710
|
},
|
|
42671
42711
|
"../../generator/dist/src/ast/astCdnParser.js": {
|
|
42672
42712
|
"bytesInOutput": 1621
|
|
@@ -42689,8 +42729,14 @@
|
|
|
42689
42729
|
"../../generator/dist/src/ast/astCodeInjection.js": {
|
|
42690
42730
|
"bytesInOutput": 2768
|
|
42691
42731
|
},
|
|
42732
|
+
"../../generator/dist/src/dns/types.js": {
|
|
42733
|
+
"bytesInOutput": 729
|
|
42734
|
+
},
|
|
42735
|
+
"../../generator/dist/src/dns/domainRecords.js": {
|
|
42736
|
+
"bytesInOutput": 1559
|
|
42737
|
+
},
|
|
42692
42738
|
"../../generator/dist/src/ast/astDomainParser.js": {
|
|
42693
|
-
"bytesInOutput":
|
|
42739
|
+
"bytesInOutput": 7803
|
|
42694
42740
|
},
|
|
42695
42741
|
"../../generator/dist/src/ast/index.js": {
|
|
42696
42742
|
"bytesInOutput": 55
|
|
@@ -42713,12 +42759,6 @@
|
|
|
42713
42759
|
"../../generator/dist/src/planning/index.js": {
|
|
42714
42760
|
"bytesInOutput": 57
|
|
42715
42761
|
},
|
|
42716
|
-
"../../generator/dist/src/dns/types.js": {
|
|
42717
|
-
"bytesInOutput": 729
|
|
42718
|
-
},
|
|
42719
|
-
"../../generator/dist/src/dns/domainRecords.js": {
|
|
42720
|
-
"bytesInOutput": 1501
|
|
42721
|
-
},
|
|
42722
42762
|
"../../generator/dist/src/dns/bindParser.js": {
|
|
42723
42763
|
"bytesInOutput": 2608
|
|
42724
42764
|
},
|
|
@@ -42729,10 +42769,10 @@
|
|
|
42729
42769
|
"bytesInOutput": 4776
|
|
42730
42770
|
},
|
|
42731
42771
|
"../../generator/dist/src/dns/index.js": {
|
|
42732
|
-
"bytesInOutput":
|
|
42772
|
+
"bytesInOutput": 57
|
|
42733
42773
|
},
|
|
42734
42774
|
"../../generator/dist/src/index.js": {
|
|
42735
|
-
"bytesInOutput":
|
|
42775
|
+
"bytesInOutput": 9524
|
|
42736
42776
|
},
|
|
42737
42777
|
"../../cli/dist/src/aws/utils/regions.js": {
|
|
42738
42778
|
"bytesInOutput": 34
|
|
@@ -43419,7 +43459,7 @@
|
|
|
43419
43459
|
"bytesInOutput": 40
|
|
43420
43460
|
},
|
|
43421
43461
|
"../../deploy-core/dist/src/orchestration/contextHelpers.js": {
|
|
43422
|
-
"bytesInOutput":
|
|
43462
|
+
"bytesInOutput": 2833
|
|
43423
43463
|
},
|
|
43424
43464
|
"../../deploy-core/dist/src/orchestration/manifestSecretParser.js": {
|
|
43425
43465
|
"bytesInOutput": 1606
|
|
@@ -43455,13 +43495,13 @@
|
|
|
43455
43495
|
"bytesInOutput": 5594
|
|
43456
43496
|
},
|
|
43457
43497
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/orgContext.js": {
|
|
43458
|
-
"bytesInOutput":
|
|
43498
|
+
"bytesInOutput": 866
|
|
43459
43499
|
},
|
|
43460
43500
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/infraSteps.js": {
|
|
43461
43501
|
"bytesInOutput": 685
|
|
43462
43502
|
},
|
|
43463
43503
|
"../../deploy-core/dist/src/orchestration/organisationDeploy/singleComponentDeploy.js": {
|
|
43464
|
-
"bytesInOutput":
|
|
43504
|
+
"bytesInOutput": 2123
|
|
43465
43505
|
},
|
|
43466
43506
|
"../../deploy-core/dist/src/orchestration/accountsConfig.js": {
|
|
43467
43507
|
"bytesInOutput": 1461
|
|
@@ -43710,7 +43750,7 @@
|
|
|
43710
43750
|
"bytesInOutput": 861
|
|
43711
43751
|
},
|
|
43712
43752
|
"../../node_modules/@babel/parser/lib/index.js": {
|
|
43713
|
-
"bytesInOutput":
|
|
43753
|
+
"bytesInOutput": 307780
|
|
43714
43754
|
},
|
|
43715
43755
|
"../../node_modules/recast/parsers/babel.js": {
|
|
43716
43756
|
"bytesInOutput": 472
|
|
@@ -44484,7 +44524,7 @@
|
|
|
44484
44524
|
"bytesInOutput": 34
|
|
44485
44525
|
},
|
|
44486
44526
|
"../../cli/dist/src/validation/commandSchemas.js": {
|
|
44487
|
-
"bytesInOutput":
|
|
44527
|
+
"bytesInOutput": 8886
|
|
44488
44528
|
},
|
|
44489
44529
|
"../../cli/dist/src/services/infrastructure/DeploymentValidation.js": {
|
|
44490
44530
|
"bytesInOutput": 2658
|
|
@@ -44931,7 +44971,7 @@
|
|
|
44931
44971
|
"bytesInOutput": 2499
|
|
44932
44972
|
},
|
|
44933
44973
|
"../../cli/dist/src/util/agent/agentInit.js": {
|
|
44934
|
-
"bytesInOutput":
|
|
44974
|
+
"bytesInOutput": 20653
|
|
44935
44975
|
},
|
|
44936
44976
|
"../../cli/dist/src/util/agent/agentOutput.js": {
|
|
44937
44977
|
"bytesInOutput": 1755
|
|
@@ -46095,7 +46135,7 @@
|
|
|
46095
46135
|
"bytesInOutput": 5
|
|
46096
46136
|
},
|
|
46097
46137
|
"../../cli/dist/src/util/agent/actionRequired.js": {
|
|
46098
|
-
"bytesInOutput":
|
|
46138
|
+
"bytesInOutput": 1102
|
|
46099
46139
|
},
|
|
46100
46140
|
"../../cli/dist/src/services/aws/bucketUnlockService.js": {
|
|
46101
46141
|
"bytesInOutput": 1288
|
|
@@ -46128,7 +46168,7 @@
|
|
|
46128
46168
|
"bytesInOutput": 1262
|
|
46129
46169
|
},
|
|
46130
46170
|
"../../cli/dist/src/commands/compliance.js": {
|
|
46131
|
-
"bytesInOutput":
|
|
46171
|
+
"bytesInOutput": 1470
|
|
46132
46172
|
},
|
|
46133
46173
|
"../../cli/dist/src/commands/complianceHandlers.js": {
|
|
46134
46174
|
"bytesInOutput": 2538
|
|
@@ -46167,7 +46207,7 @@
|
|
|
46167
46207
|
"bytesInOutput": 1714
|
|
46168
46208
|
},
|
|
46169
46209
|
"../../cli/dist/src/commands/registration/apiCommands.js": {
|
|
46170
|
-
"bytesInOutput":
|
|
46210
|
+
"bytesInOutput": 2228
|
|
46171
46211
|
},
|
|
46172
46212
|
"../../cli/dist/src/validation/parsePropertyFlags.js": {
|
|
46173
46213
|
"bytesInOutput": 364
|
|
@@ -46182,7 +46222,7 @@
|
|
|
46182
46222
|
"bytesInOutput": 404
|
|
46183
46223
|
}
|
|
46184
46224
|
},
|
|
46185
|
-
"bytes":
|
|
46225
|
+
"bytes": 3248088
|
|
46186
46226
|
}
|
|
46187
46227
|
}
|
|
46188
46228
|
}
|