@alma-cdk/project 1.0.0-beta.10 → 1.0.0-beta.12

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.
Files changed (87) hide show
  1. package/.jsii +74 -74
  2. package/lib/configurations/accounts.d.ts +1 -1
  3. package/lib/configurations/accounts.js +8 -19
  4. package/lib/configurations/environments.js +5 -5
  5. package/lib/configurations/index.d.ts +2 -2
  6. package/lib/configurations/index.js +1 -1
  7. package/lib/context/account.d.ts +1 -1
  8. package/lib/context/account.js +2 -2
  9. package/lib/context/environment.d.ts +2 -2
  10. package/lib/context/environment.js +4 -4
  11. package/lib/context/index.d.ts +2 -2
  12. package/lib/context/index.js +1 -1
  13. package/lib/error/add.d.ts +1 -1
  14. package/lib/error/add.js +2 -3
  15. package/lib/error/index.d.ts +1 -1
  16. package/lib/error/index.js +1 -1
  17. package/lib/index.d.ts +6 -6
  18. package/lib/index.js +1 -1
  19. package/lib/name/index.d.ts +7 -7
  20. package/lib/name/index.js +1 -1
  21. package/lib/name/interfaces.js +1 -1
  22. package/lib/name/max-length.d.ts +1 -1
  23. package/lib/name/max-length.js +7 -7
  24. package/lib/name/name-path.d.ts +3 -3
  25. package/lib/name/name-path.js +5 -5
  26. package/lib/name/name-path.test.js +42 -42
  27. package/lib/name/name-url.d.ts +3 -3
  28. package/lib/name/name-url.js +2 -2
  29. package/lib/name/name-url.test.js +38 -38
  30. package/lib/name/name.d.ts +2 -2
  31. package/lib/name/name.js +6 -6
  32. package/lib/name/name.test.js +38 -38
  33. package/lib/name/trim.d.ts +1 -1
  34. package/lib/name/trim.js +5 -6
  35. package/lib/name/trim.test.js +12 -12
  36. package/lib/project/account-type.d.ts +2 -2
  37. package/lib/project/account-type.js +11 -11
  38. package/lib/project/environment-type.d.ts +1 -1
  39. package/lib/project/environment-type.js +12 -12
  40. package/lib/project/envregexp.js +3 -3
  41. package/lib/project/index.d.ts +6 -6
  42. package/lib/project/index.js +1 -1
  43. package/lib/project/interfaces.d.ts +1 -1
  44. package/lib/project/interfaces.js +1 -1
  45. package/lib/project/project-context.d.ts +1 -1
  46. package/lib/project/project-context.js +3 -3
  47. package/lib/project/project.d.ts +3 -3
  48. package/lib/project/project.js +7 -5
  49. package/lib/project/resolve-region.js +5 -6
  50. package/lib/smartstack/description/index.js +2 -3
  51. package/lib/smartstack/description/index.test.js +50 -43
  52. package/lib/smartstack/index.d.ts +1 -1
  53. package/lib/smartstack/index.js +1 -1
  54. package/lib/smartstack/name/index.js +2 -3
  55. package/lib/smartstack/name/index.test.js +72 -64
  56. package/lib/smartstack/stack.d.ts +2 -2
  57. package/lib/smartstack/stack.js +9 -7
  58. package/lib/smartstack/tags/checks.d.ts +2 -2
  59. package/lib/smartstack/tags/checks.js +7 -8
  60. package/lib/smartstack/tags/checks.test.js +9 -9
  61. package/lib/smartstack/tags/exclude.d.ts +1 -1
  62. package/lib/smartstack/tags/exclude.js +3 -4
  63. package/lib/smartstack/tags/index.d.ts +1 -1
  64. package/lib/smartstack/tags/index.js +2 -3
  65. package/lib/smartstack/tags/taggers.d.ts +3 -3
  66. package/lib/smartstack/tags/taggers.js +3 -2
  67. package/lib/smartstack/tags/taggers.test.js +93 -93
  68. package/lib/smartstack/tags/test-helpers/TestableResource.d.ts +2 -2
  69. package/lib/smartstack/tags/test-helpers/TestableResource.js +4 -4
  70. package/lib/smartstack/tags/values.d.ts +1 -1
  71. package/lib/smartstack/tags/values.js +3 -3
  72. package/lib/smartstack/termination/index.js +4 -5
  73. package/lib/smartstack/termination/index.test.js +20 -20
  74. package/lib/template/index.js +9 -10
  75. package/lib/utils/find.d.ts +1 -1
  76. package/lib/utils/find.js +5 -6
  77. package/lib/utils/find.test.js +19 -19
  78. package/lib/utils/get.js +2 -3
  79. package/lib/utils/get.test.js +12 -15
  80. package/lib/utils/isNonEmptyString.js +3 -4
  81. package/lib/wrapper/account.d.ts +1 -1
  82. package/lib/wrapper/account.js +5 -5
  83. package/lib/wrapper/environment.d.ts +1 -1
  84. package/lib/wrapper/environment.js +2 -2
  85. package/lib/wrapper/index.d.ts +2 -2
  86. package/lib/wrapper/index.js +1 -1
  87. package/package.json +7 -4
package/.jsii CHANGED
@@ -3654,7 +3654,7 @@
3654
3654
  "stability": "experimental"
3655
3655
  },
3656
3656
  "homepage": "https://github.com/alma-cdk/project.git",
3657
- "jsiiVersion": "5.3.59 (build 5b68aaf)",
3657
+ "jsiiVersion": "5.5.10 (build 224bf90)",
3658
3658
  "keywords": [
3659
3659
  "aws",
3660
3660
  "aws-cdk",
@@ -3703,7 +3703,7 @@
3703
3703
  "kind": "interface",
3704
3704
  "locationInModule": {
3705
3705
  "filename": "src/project/interfaces.ts",
3706
- "line": 3
3706
+ "line": 2
3707
3707
  },
3708
3708
  "name": "Account",
3709
3709
  "properties": [
@@ -3717,7 +3717,7 @@
3717
3717
  "immutable": true,
3718
3718
  "locationInModule": {
3719
3719
  "filename": "src/project/interfaces.ts",
3720
- "line": 10
3720
+ "line": 8
3721
3721
  },
3722
3722
  "name": "id",
3723
3723
  "type": {
@@ -3735,7 +3735,7 @@
3735
3735
  "immutable": true,
3736
3736
  "locationInModule": {
3737
3737
  "filename": "src/project/interfaces.ts",
3738
- "line": 42
3738
+ "line": 40
3739
3739
  },
3740
3740
  "name": "config",
3741
3741
  "optional": true,
@@ -3759,7 +3759,7 @@
3759
3759
  "immutable": true,
3760
3760
  "locationInModule": {
3761
3761
  "filename": "src/project/interfaces.ts",
3762
- "line": 20
3762
+ "line": 18
3763
3763
  },
3764
3764
  "name": "environments",
3765
3765
  "optional": true,
@@ -3843,7 +3843,7 @@
3843
3843
  "kind": "class",
3844
3844
  "locationInModule": {
3845
3845
  "filename": "src/context/account.ts",
3846
- "line": 6
3846
+ "line": 5
3847
3847
  },
3848
3848
  "methods": [
3849
3849
  {
@@ -3852,7 +3852,7 @@
3852
3852
  },
3853
3853
  "locationInModule": {
3854
3854
  "filename": "src/context/account.ts",
3855
- "line": 13
3855
+ "line": 11
3856
3856
  },
3857
3857
  "name": "getAccountConfig",
3858
3858
  "parameters": [
@@ -3882,7 +3882,7 @@
3882
3882
  },
3883
3883
  "locationInModule": {
3884
3884
  "filename": "src/context/account.ts",
3885
- "line": 8
3885
+ "line": 6
3886
3886
  },
3887
3887
  "name": "getAccountId",
3888
3888
  "parameters": [
@@ -3906,7 +3906,7 @@
3906
3906
  },
3907
3907
  "locationInModule": {
3908
3908
  "filename": "src/context/account.ts",
3909
- "line": 17
3909
+ "line": 15
3910
3910
  },
3911
3911
  "name": "getAccountType",
3912
3912
  "parameters": [
@@ -3930,7 +3930,7 @@
3930
3930
  },
3931
3931
  "locationInModule": {
3932
3932
  "filename": "src/context/account.ts",
3933
- "line": 29
3933
+ "line": 27
3934
3934
  },
3935
3935
  "name": "isDev",
3936
3936
  "parameters": [
@@ -3954,7 +3954,7 @@
3954
3954
  },
3955
3955
  "locationInModule": {
3956
3956
  "filename": "src/context/account.ts",
3957
- "line": 21
3957
+ "line": 19
3958
3958
  },
3959
3959
  "name": "isMock",
3960
3960
  "parameters": [
@@ -3978,7 +3978,7 @@
3978
3978
  },
3979
3979
  "locationInModule": {
3980
3980
  "filename": "src/context/account.ts",
3981
- "line": 33
3981
+ "line": 31
3982
3982
  },
3983
3983
  "name": "isPreProd",
3984
3984
  "parameters": [
@@ -4002,7 +4002,7 @@
4002
4002
  },
4003
4003
  "locationInModule": {
4004
4004
  "filename": "src/context/account.ts",
4005
- "line": 37
4005
+ "line": 35
4006
4006
  },
4007
4007
  "name": "isProd",
4008
4008
  "parameters": [
@@ -4026,7 +4026,7 @@
4026
4026
  },
4027
4027
  "locationInModule": {
4028
4028
  "filename": "src/context/account.ts",
4029
- "line": 25
4029
+ "line": 23
4030
4030
  },
4031
4031
  "name": "isShared",
4032
4032
  "parameters": [
@@ -4077,7 +4077,7 @@
4077
4077
  },
4078
4078
  "locationInModule": {
4079
4079
  "filename": "src/configurations/accounts.ts",
4080
- "line": 74
4080
+ "line": 73
4081
4081
  },
4082
4082
  "name": "one",
4083
4083
  "parameters": [
@@ -4109,7 +4109,7 @@
4109
4109
  },
4110
4110
  "locationInModule": {
4111
4111
  "filename": "src/configurations/accounts.ts",
4112
- "line": 177
4112
+ "line": 172
4113
4113
  },
4114
4114
  "name": "three",
4115
4115
  "parameters": [
@@ -4141,7 +4141,7 @@
4141
4141
  },
4142
4142
  "locationInModule": {
4143
4143
  "filename": "src/configurations/accounts.ts",
4144
- "line": 121
4144
+ "line": 118
4145
4145
  },
4146
4146
  "name": "two",
4147
4147
  "parameters": [
@@ -4384,7 +4384,7 @@
4384
4384
  },
4385
4385
  "locationInModule": {
4386
4386
  "filename": "src/project/account-type.ts",
4387
- "line": 16
4387
+ "line": 15
4388
4388
  },
4389
4389
  "name": "get",
4390
4390
  "parameters": [
@@ -4449,7 +4449,7 @@
4449
4449
  },
4450
4450
  "locationInModule": {
4451
4451
  "filename": "src/project/account-type.ts",
4452
- "line": 11
4452
+ "line": 10
4453
4453
  },
4454
4454
  "name": "set",
4455
4455
  "parameters": [
@@ -4486,7 +4486,7 @@
4486
4486
  },
4487
4487
  "locationInModule": {
4488
4488
  "filename": "src/wrapper/account.ts",
4489
- "line": 10
4489
+ "line": 9
4490
4490
  },
4491
4491
  "parameters": [
4492
4492
  {
@@ -4517,7 +4517,7 @@
4517
4517
  "kind": "interface",
4518
4518
  "locationInModule": {
4519
4519
  "filename": "src/project/interfaces.ts",
4520
- "line": 46
4520
+ "line": 44
4521
4521
  },
4522
4522
  "name": "Author",
4523
4523
  "properties": [
@@ -4531,7 +4531,7 @@
4531
4531
  "immutable": true,
4532
4532
  "locationInModule": {
4533
4533
  "filename": "src/project/interfaces.ts",
4534
- "line": 60
4534
+ "line": 57
4535
4535
  },
4536
4536
  "name": "name",
4537
4537
  "type": {
@@ -4548,7 +4548,7 @@
4548
4548
  "immutable": true,
4549
4549
  "locationInModule": {
4550
4550
  "filename": "src/project/interfaces.ts",
4551
- "line": 67
4551
+ "line": 64
4552
4552
  },
4553
4553
  "name": "email",
4554
4554
  "optional": true,
@@ -4566,7 +4566,7 @@
4566
4566
  "immutable": true,
4567
4567
  "locationInModule": {
4568
4568
  "filename": "src/project/interfaces.ts",
4569
- "line": 53
4569
+ "line": 50
4570
4570
  },
4571
4571
  "name": "organization",
4572
4572
  "optional": true,
@@ -4589,7 +4589,7 @@
4589
4589
  },
4590
4590
  "locationInModule": {
4591
4591
  "filename": "src/project/envregexp.ts",
4592
- "line": 6
4592
+ "line": 4
4593
4593
  },
4594
4594
  "parameters": [
4595
4595
  {
@@ -4603,7 +4603,7 @@
4603
4603
  "kind": "class",
4604
4604
  "locationInModule": {
4605
4605
  "filename": "src/project/envregexp.ts",
4606
- "line": 3
4606
+ "line": 1
4607
4607
  },
4608
4608
  "methods": [
4609
4609
  {
@@ -4612,7 +4612,7 @@
4612
4612
  },
4613
4613
  "locationInModule": {
4614
4614
  "filename": "src/project/envregexp.ts",
4615
- "line": 10
4615
+ "line": 8
4616
4616
  },
4617
4617
  "name": "test",
4618
4618
  "parameters": [
@@ -4644,7 +4644,7 @@
4644
4644
  "kind": "enum",
4645
4645
  "locationInModule": {
4646
4646
  "filename": "src/configurations/environments.ts",
4647
- "line": 22
4647
+ "line": 20
4648
4648
  },
4649
4649
  "members": [
4650
4650
  {
@@ -4695,7 +4695,7 @@
4695
4695
  "kind": "class",
4696
4696
  "locationInModule": {
4697
4697
  "filename": "src/context/environment.ts",
4698
- "line": 6
4698
+ "line": 11
4699
4699
  },
4700
4700
  "methods": [
4701
4701
  {
@@ -4708,7 +4708,7 @@
4708
4708
  },
4709
4709
  "locationInModule": {
4710
4710
  "filename": "src/context/environment.ts",
4711
- "line": 102
4711
+ "line": 106
4712
4712
  },
4713
4713
  "name": "getCategory",
4714
4714
  "parameters": [
@@ -4738,7 +4738,7 @@
4738
4738
  },
4739
4739
  "locationInModule": {
4740
4740
  "filename": "src/context/environment.ts",
4741
- "line": 176
4741
+ "line": 195
4742
4742
  },
4743
4743
  "name": "getFeatureInfo",
4744
4744
  "parameters": [
@@ -4769,7 +4769,7 @@
4769
4769
  },
4770
4770
  "locationInModule": {
4771
4771
  "filename": "src/context/environment.ts",
4772
- "line": 80
4772
+ "line": 84
4773
4773
  },
4774
4774
  "name": "getLabel",
4775
4775
  "parameters": [
@@ -4799,7 +4799,7 @@
4799
4799
  },
4800
4800
  "locationInModule": {
4801
4801
  "filename": "src/context/environment.ts",
4802
- "line": 29
4802
+ "line": 33
4803
4803
  },
4804
4804
  "name": "getName",
4805
4805
  "parameters": [
@@ -4829,7 +4829,7 @@
4829
4829
  },
4830
4830
  "locationInModule": {
4831
4831
  "filename": "src/context/environment.ts",
4832
- "line": 54
4832
+ "line": 58
4833
4833
  },
4834
4834
  "name": "getUrlName",
4835
4835
  "parameters": [
@@ -4859,7 +4859,7 @@
4859
4859
  },
4860
4860
  "locationInModule": {
4861
4861
  "filename": "src/context/environment.ts",
4862
- "line": 125
4862
+ "line": 132
4863
4863
  },
4864
4864
  "name": "isDevelopment",
4865
4865
  "parameters": [
@@ -4889,7 +4889,7 @@
4889
4889
  },
4890
4890
  "locationInModule": {
4891
4891
  "filename": "src/context/environment.ts",
4892
- "line": 137
4892
+ "line": 147
4893
4893
  },
4894
4894
  "name": "isFeature",
4895
4895
  "parameters": [
@@ -4918,7 +4918,7 @@
4918
4918
  },
4919
4919
  "locationInModule": {
4920
4920
  "filename": "src/context/environment.ts",
4921
- "line": 113
4921
+ "line": 117
4922
4922
  },
4923
4923
  "name": "isMock",
4924
4924
  "parameters": [
@@ -4948,7 +4948,7 @@
4948
4948
  },
4949
4949
  "locationInModule": {
4950
4950
  "filename": "src/context/environment.ts",
4951
- "line": 161
4951
+ "line": 177
4952
4952
  },
4953
4953
  "name": "isStable",
4954
4954
  "parameters": [
@@ -4978,7 +4978,7 @@
4978
4978
  },
4979
4979
  "locationInModule": {
4980
4980
  "filename": "src/context/environment.ts",
4981
- "line": 149
4981
+ "line": 162
4982
4982
  },
4983
4983
  "name": "isVerification",
4984
4984
  "parameters": [
@@ -5014,7 +5014,7 @@
5014
5014
  "kind": "enum",
5015
5015
  "locationInModule": {
5016
5016
  "filename": "src/configurations/environments.ts",
5017
- "line": 38
5017
+ "line": 36
5018
5018
  },
5019
5019
  "members": [
5020
5020
  {
@@ -5084,7 +5084,7 @@
5084
5084
  "kind": "class",
5085
5085
  "locationInModule": {
5086
5086
  "filename": "src/project/environment-type.ts",
5087
- "line": 9
5087
+ "line": 8
5088
5088
  },
5089
5089
  "methods": [
5090
5090
  {
@@ -5093,7 +5093,7 @@
5093
5093
  },
5094
5094
  "locationInModule": {
5095
5095
  "filename": "src/project/environment-type.ts",
5096
- "line": 26
5096
+ "line": 24
5097
5097
  },
5098
5098
  "name": "get",
5099
5099
  "parameters": [
@@ -5128,7 +5128,7 @@
5128
5128
  },
5129
5129
  "locationInModule": {
5130
5130
  "filename": "src/project/environment-type.ts",
5131
- "line": 11
5131
+ "line": 9
5132
5132
  },
5133
5133
  "name": "set",
5134
5134
  "parameters": [
@@ -5153,7 +5153,7 @@
5153
5153
  },
5154
5154
  "locationInModule": {
5155
5155
  "filename": "src/project/environment-type.ts",
5156
- "line": 17
5156
+ "line": 15
5157
5157
  },
5158
5158
  "name": "tryGet",
5159
5159
  "parameters": [
@@ -5234,7 +5234,7 @@
5234
5234
  },
5235
5235
  "locationInModule": {
5236
5236
  "filename": "src/name/name.ts",
5237
- "line": 40
5237
+ "line": 47
5238
5238
  },
5239
5239
  "name": "globally",
5240
5240
  "parameters": [
@@ -5271,7 +5271,7 @@
5271
5271
  },
5272
5272
  "locationInModule": {
5273
5273
  "filename": "src/name/name.ts",
5274
- "line": 16
5274
+ "line": 15
5275
5275
  },
5276
5276
  "name": "it",
5277
5277
  "parameters": [
@@ -5308,7 +5308,7 @@
5308
5308
  },
5309
5309
  "locationInModule": {
5310
5310
  "filename": "src/name/name.ts",
5311
- "line": 26
5311
+ "line": 29
5312
5312
  },
5313
5313
  "name": "withProject",
5314
5314
  "parameters": [
@@ -5353,7 +5353,7 @@
5353
5353
  "kind": "interface",
5354
5354
  "locationInModule": {
5355
5355
  "filename": "src/name/interfaces.ts",
5356
- "line": 3
5356
+ "line": 1
5357
5357
  },
5358
5358
  "name": "NameProps",
5359
5359
  "properties": [
@@ -5365,7 +5365,7 @@
5365
5365
  "immutable": true,
5366
5366
  "locationInModule": {
5367
5367
  "filename": "src/name/interfaces.ts",
5368
- "line": 4
5368
+ "line": 2
5369
5369
  },
5370
5370
  "name": "maxLength",
5371
5371
  "optional": true,
@@ -5381,7 +5381,7 @@
5381
5381
  "immutable": true,
5382
5382
  "locationInModule": {
5383
5383
  "filename": "src/name/interfaces.ts",
5384
- "line": 5
5384
+ "line": 3
5385
5385
  },
5386
5386
  "name": "trim",
5387
5387
  "optional": true,
@@ -5418,7 +5418,7 @@
5418
5418
  },
5419
5419
  "locationInModule": {
5420
5420
  "filename": "src/name/name-path.ts",
5421
- "line": 20
5421
+ "line": 28
5422
5422
  },
5423
5423
  "name": "globally",
5424
5424
  "overrides": "@alma-cdk/project.UrlName",
@@ -5494,7 +5494,7 @@
5494
5494
  },
5495
5495
  "locationInModule": {
5496
5496
  "filename": "src/name/name-path.ts",
5497
- "line": 14
5497
+ "line": 18
5498
5498
  },
5499
5499
  "name": "withProject",
5500
5500
  "overrides": "@alma-cdk/project.UrlName",
@@ -5547,7 +5547,7 @@
5547
5547
  },
5548
5548
  "locationInModule": {
5549
5549
  "filename": "src/project/project.ts",
5550
- "line": 77
5550
+ "line": 78
5551
5551
  },
5552
5552
  "parameters": [
5553
5553
  {
@@ -5602,7 +5602,7 @@
5602
5602
  },
5603
5603
  "locationInModule": {
5604
5604
  "filename": "src/project/project.ts",
5605
- "line": 51
5605
+ "line": 50
5606
5606
  },
5607
5607
  "name": "getConfiguration",
5608
5608
  "parameters": [
@@ -5632,7 +5632,7 @@
5632
5632
  "immutable": true,
5633
5633
  "locationInModule": {
5634
5634
  "filename": "src/project/project.ts",
5635
- "line": 48
5635
+ "line": 47
5636
5636
  },
5637
5637
  "name": "CONTEXT_SCOPE",
5638
5638
  "static": true,
@@ -5653,7 +5653,7 @@
5653
5653
  "kind": "interface",
5654
5654
  "locationInModule": {
5655
5655
  "filename": "src/project/interfaces.ts",
5656
- "line": 70
5656
+ "line": 67
5657
5657
  },
5658
5658
  "name": "ProjectConfiguration",
5659
5659
  "properties": [
@@ -5668,7 +5668,7 @@
5668
5668
  "immutable": true,
5669
5669
  "locationInModule": {
5670
5670
  "filename": "src/project/interfaces.ts",
5671
- "line": 114
5671
+ "line": 110
5672
5672
  },
5673
5673
  "name": "accounts",
5674
5674
  "type": {
@@ -5690,7 +5690,7 @@
5690
5690
  "immutable": true,
5691
5691
  "locationInModule": {
5692
5692
  "filename": "src/project/interfaces.ts",
5693
- "line": 82
5693
+ "line": 78
5694
5694
  },
5695
5695
  "name": "author",
5696
5696
  "type": {
@@ -5708,7 +5708,7 @@
5708
5708
  "immutable": true,
5709
5709
  "locationInModule": {
5710
5710
  "filename": "src/project/interfaces.ts",
5711
- "line": 79
5711
+ "line": 75
5712
5712
  },
5713
5713
  "name": "name",
5714
5714
  "type": {
@@ -5725,7 +5725,7 @@
5725
5725
  "immutable": true,
5726
5726
  "locationInModule": {
5727
5727
  "filename": "src/project/interfaces.ts",
5728
- "line": 92
5728
+ "line": 88
5729
5729
  },
5730
5730
  "name": "defaultRegion",
5731
5731
  "optional": true,
@@ -5845,7 +5845,7 @@
5845
5845
  },
5846
5846
  "locationInModule": {
5847
5847
  "filename": "src/project/project-context.ts",
5848
- "line": 59
5848
+ "line": 66
5849
5849
  },
5850
5850
  "name": "getAllowedEnvironments",
5851
5851
  "parameters": [
@@ -5874,7 +5874,7 @@
5874
5874
  },
5875
5875
  "locationInModule": {
5876
5876
  "filename": "src/project/project-context.ts",
5877
- "line": 54
5877
+ "line": 61
5878
5878
  },
5879
5879
  "name": "getAuthorEmail",
5880
5880
  "parameters": [
@@ -5899,7 +5899,7 @@
5899
5899
  },
5900
5900
  "locationInModule": {
5901
5901
  "filename": "src/project/project-context.ts",
5902
- "line": 49
5902
+ "line": 56
5903
5903
  },
5904
5904
  "name": "getAuthorName",
5905
5905
  "parameters": [
@@ -5923,7 +5923,7 @@
5923
5923
  },
5924
5924
  "locationInModule": {
5925
5925
  "filename": "src/project/project-context.ts",
5926
- "line": 44
5926
+ "line": 51
5927
5927
  },
5928
5928
  "name": "getAuthorOrganization",
5929
5929
  "parameters": [
@@ -5948,7 +5948,7 @@
5948
5948
  },
5949
5949
  "locationInModule": {
5950
5950
  "filename": "src/project/project-context.ts",
5951
- "line": 34
5951
+ "line": 41
5952
5952
  },
5953
5953
  "name": "getDefaultRegion",
5954
5954
  "parameters": [
@@ -5972,7 +5972,7 @@
5972
5972
  },
5973
5973
  "locationInModule": {
5974
5974
  "filename": "src/project/project-context.ts",
5975
- "line": 68
5975
+ "line": 75
5976
5976
  },
5977
5977
  "name": "getEnvironment",
5978
5978
  "parameters": [
@@ -5996,7 +5996,7 @@
5996
5996
  },
5997
5997
  "locationInModule": {
5998
5998
  "filename": "src/project/project-context.ts",
5999
- "line": 39
5999
+ "line": 46
6000
6000
  },
6001
6001
  "name": "getName",
6002
6002
  "parameters": [
@@ -6020,7 +6020,7 @@
6020
6020
  },
6021
6021
  "locationInModule": {
6022
6022
  "filename": "src/project/project-context.ts",
6023
- "line": 64
6023
+ "line": 71
6024
6024
  },
6025
6025
  "name": "tryGetEnvironment",
6026
6026
  "parameters": [
@@ -6077,7 +6077,7 @@
6077
6077
  },
6078
6078
  "locationInModule": {
6079
6079
  "filename": "src/smartstack/stack.ts",
6080
- "line": 17
6080
+ "line": 15
6081
6081
  },
6082
6082
  "parameters": [
6083
6083
  {
@@ -6103,7 +6103,7 @@
6103
6103
  "kind": "class",
6104
6104
  "locationInModule": {
6105
6105
  "filename": "src/smartstack/stack.ts",
6106
- "line": 12
6106
+ "line": 11
6107
6107
  },
6108
6108
  "name": "SmartStack",
6109
6109
  "symbolId": "src/smartstack/stack:SmartStack"
@@ -6134,7 +6134,7 @@
6134
6134
  },
6135
6135
  "locationInModule": {
6136
6136
  "filename": "src/name/name-url.ts",
6137
- "line": 21
6137
+ "line": 29
6138
6138
  },
6139
6139
  "name": "globally",
6140
6140
  "overrides": "@alma-cdk/project.Name",
@@ -6210,7 +6210,7 @@
6210
6210
  },
6211
6211
  "locationInModule": {
6212
6212
  "filename": "src/name/name-url.ts",
6213
- "line": 15
6213
+ "line": 19
6214
6214
  },
6215
6215
  "name": "withProject",
6216
6216
  "overrides": "@alma-cdk/project.Name",
@@ -6247,6 +6247,6 @@
6247
6247
  "symbolId": "src/name/name-url:UrlName"
6248
6248
  }
6249
6249
  },
6250
- "version": "1.0.0-beta.10",
6251
- "fingerprint": "wHLKeSopDG7fKbjF2xYwnkgRGRHfxEQIqdry819Tnrs="
6250
+ "version": "1.0.0-beta.12",
6251
+ "fingerprint": "FbQ0UyfOa5MXvCuiNZicpYXFSiJ84qZZRb2Oz6uzRH8="
6252
6252
  }
@@ -1,4 +1,4 @@
1
- import { Account } from '../project';
1
+ import { Account } from "../project";
2
2
  /**
3
3
  * Enumeration of all account types.
4
4
  */