projen 0.39.1 → 0.40.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.
Files changed (108) hide show
  1. package/.jsii +341 -316
  2. package/API.md +109 -67
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/awscdk-app-ts.js +2 -10
  5. package/lib/awscdk/awscdk-construct.js +2 -2
  6. package/lib/awscdk/cdk-config.js +1 -1
  7. package/lib/awscdk/cdk-tasks.js +1 -1
  8. package/lib/awscdk/integration-test.js +1 -1
  9. package/lib/awscdk/java-app.js +1 -1
  10. package/lib/awscdk/lambda-function.js +2 -2
  11. package/lib/cdk/construct-lib.js +1 -1
  12. package/lib/cdk/jsii-docgen.js +1 -1
  13. package/lib/cdk/jsii-project.js +2 -3
  14. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  15. package/lib/cdk8s/cdk8s-construct.js +1 -1
  16. package/lib/cdktf/cdktf-construct.js +1 -1
  17. package/lib/component.js +1 -1
  18. package/lib/dependencies.js +1 -1
  19. package/lib/dev-env.js +1 -1
  20. package/lib/docker-compose.js +2 -2
  21. package/lib/file.js +1 -1
  22. package/lib/gitattributes.js +1 -1
  23. package/lib/github/auto-approve.js +1 -1
  24. package/lib/github/auto-merge.js +1 -1
  25. package/lib/github/dependabot.js +1 -1
  26. package/lib/github/github-project.js +1 -1
  27. package/lib/github/github.js +1 -1
  28. package/lib/github/mergify.js +1 -1
  29. package/lib/github/pr-template.js +1 -1
  30. package/lib/github/pull-request-lint.js +1 -1
  31. package/lib/github/stale.js +1 -1
  32. package/lib/github/task-workflow.js +1 -1
  33. package/lib/github/workflows.d.ts +0 -11
  34. package/lib/github/workflows.js +3 -25
  35. package/lib/gitpod.js +1 -1
  36. package/lib/ignore-file.js +1 -1
  37. package/lib/index.d.ts +1 -0
  38. package/lib/index.js +2 -1
  39. package/lib/ini.js +1 -1
  40. package/lib/java/java-project.js +1 -1
  41. package/lib/java/junit.js +1 -1
  42. package/lib/java/maven-compile.js +1 -1
  43. package/lib/java/maven-packaging.js +1 -1
  44. package/lib/java/maven-sample.js +1 -1
  45. package/lib/java/pom.js +1 -1
  46. package/lib/java/projenrc.js +1 -1
  47. package/lib/javascript/bundler.js +1 -1
  48. package/lib/javascript/eslint.js +1 -1
  49. package/lib/javascript/jest.js +1 -1
  50. package/lib/javascript/node-package.d.ts +0 -24
  51. package/lib/javascript/node-package.js +4 -8
  52. package/lib/javascript/node-project.d.ts +0 -8
  53. package/lib/javascript/node-project.js +2 -5
  54. package/lib/javascript/npm-config.js +1 -1
  55. package/lib/javascript/projenrc.js +1 -1
  56. package/lib/javascript/typescript-config.js +1 -1
  57. package/lib/javascript/upgrade-dependencies.js +2 -2
  58. package/lib/json.js +1 -1
  59. package/lib/license.js +1 -1
  60. package/lib/logger.js +1 -1
  61. package/lib/makefile.js +1 -1
  62. package/lib/object-file.js +1 -1
  63. package/lib/project-build.js +1 -1
  64. package/lib/project.js +1 -1
  65. package/lib/projects.js +1 -1
  66. package/lib/projenrc-json.js +1 -1
  67. package/lib/python/pip.js +1 -1
  68. package/lib/python/poetry.js +2 -2
  69. package/lib/python/projenrc.js +1 -1
  70. package/lib/python/pytest.js +1 -1
  71. package/lib/python/python-project.js +1 -1
  72. package/lib/python/python-sample.js +1 -1
  73. package/lib/python/requirements-file.js +1 -1
  74. package/lib/python/setuppy.js +1 -1
  75. package/lib/python/setuptools.js +1 -1
  76. package/lib/python/venv.js +1 -1
  77. package/lib/readme.js +1 -1
  78. package/lib/release/publisher.d.ts +23 -9
  79. package/lib/release/publisher.js +212 -172
  80. package/lib/release/release-trigger.js +1 -1
  81. package/lib/release/release.d.ts +44 -0
  82. package/lib/release/release.js +44 -25
  83. package/lib/sample-file.js +2 -2
  84. package/lib/semver.js +1 -1
  85. package/lib/source-code.js +1 -1
  86. package/lib/task-runtime.js +1 -1
  87. package/lib/task.js +1 -1
  88. package/lib/tasks.js +1 -1
  89. package/lib/testing.d.ts +10 -6
  90. package/lib/testing.js +16 -8
  91. package/lib/textfile.js +1 -1
  92. package/lib/toml.js +1 -1
  93. package/lib/typescript/projenrc.js +1 -1
  94. package/lib/typescript/typescript-typedoc.js +1 -1
  95. package/lib/typescript/typescript.js +3 -3
  96. package/lib/util/synth.d.ts +2 -21
  97. package/lib/util/synth.js +2 -128
  98. package/lib/version.js +1 -1
  99. package/lib/vscode/devcontainer.js +1 -1
  100. package/lib/vscode/launch-config.js +1 -1
  101. package/lib/vscode/vscode.js +1 -1
  102. package/lib/web/next.js +3 -3
  103. package/lib/web/postcss.js +1 -1
  104. package/lib/web/react.js +4 -4
  105. package/lib/web/tailwind.js +1 -1
  106. package/lib/xmlfile.js +1 -1
  107. package/lib/yaml.js +1 -1
  108. package/package.json +3 -7
package/.jsii CHANGED
@@ -58,35 +58,35 @@
58
58
  "projen.awscdk": {
59
59
  "locationInModule": {
60
60
  "filename": "src/index.ts",
61
- "line": 43
61
+ "line": 44
62
62
  },
63
63
  "symbolId": "src/awscdk/index:"
64
64
  },
65
65
  "projen.cdk": {
66
66
  "locationInModule": {
67
67
  "filename": "src/index.ts",
68
- "line": 46
68
+ "line": 47
69
69
  },
70
70
  "symbolId": "src/cdk/index:"
71
71
  },
72
72
  "projen.cdk8s": {
73
73
  "locationInModule": {
74
74
  "filename": "src/index.ts",
75
- "line": 44
75
+ "line": 45
76
76
  },
77
77
  "symbolId": "src/cdk8s/index:"
78
78
  },
79
79
  "projen.cdktf": {
80
80
  "locationInModule": {
81
81
  "filename": "src/index.ts",
82
- "line": 45
82
+ "line": 46
83
83
  },
84
84
  "symbolId": "src/cdktf/index:"
85
85
  },
86
86
  "projen.github": {
87
87
  "locationInModule": {
88
88
  "filename": "src/index.ts",
89
- "line": 36
89
+ "line": 37
90
90
  },
91
91
  "symbolId": "src/github/index:"
92
92
  },
@@ -100,49 +100,49 @@
100
100
  "projen.java": {
101
101
  "locationInModule": {
102
102
  "filename": "src/index.ts",
103
- "line": 38
103
+ "line": 39
104
104
  },
105
105
  "symbolId": "src/java/index:"
106
106
  },
107
107
  "projen.javascript": {
108
108
  "locationInModule": {
109
109
  "filename": "src/index.ts",
110
- "line": 41
110
+ "line": 42
111
111
  },
112
112
  "symbolId": "src/javascript/index:"
113
113
  },
114
114
  "projen.python": {
115
115
  "locationInModule": {
116
116
  "filename": "src/index.ts",
117
- "line": 39
117
+ "line": 40
118
118
  },
119
119
  "symbolId": "src/python/index:"
120
120
  },
121
121
  "projen.release": {
122
122
  "locationInModule": {
123
123
  "filename": "src/index.ts",
124
- "line": 42
124
+ "line": 43
125
125
  },
126
126
  "symbolId": "src/release/index:"
127
127
  },
128
128
  "projen.typescript": {
129
129
  "locationInModule": {
130
130
  "filename": "src/index.ts",
131
- "line": 40
131
+ "line": 41
132
132
  },
133
133
  "symbolId": "src/typescript/index:"
134
134
  },
135
135
  "projen.vscode": {
136
136
  "locationInModule": {
137
137
  "filename": "src/index.ts",
138
- "line": 37
138
+ "line": 38
139
139
  },
140
140
  "symbolId": "src/vscode/index:"
141
141
  },
142
142
  "projen.web": {
143
143
  "locationInModule": {
144
144
  "filename": "src/index.ts",
145
- "line": 35
145
+ "line": 36
146
146
  },
147
147
  "symbolId": "src/web/index:"
148
148
  }
@@ -8345,6 +8345,58 @@
8345
8345
  ],
8346
8346
  "symbolId": "src/task-model:TasksManifest"
8347
8347
  },
8348
+ "projen.Testing": {
8349
+ "assembly": "projen",
8350
+ "docs": {
8351
+ "example": "`expect(Testing.synth(someProject)).toMatchSnapshot()`",
8352
+ "stability": "experimental",
8353
+ "summary": "A Testing static class with a .synth helper for getting a snapshots of construct outputs. Useful for snapshot testing with Jest."
8354
+ },
8355
+ "fqn": "projen.Testing",
8356
+ "kind": "class",
8357
+ "locationInModule": {
8358
+ "filename": "src/testing.ts",
8359
+ "line": 10
8360
+ },
8361
+ "methods": [
8362
+ {
8363
+ "docs": {
8364
+ "returns": ": any }",
8365
+ "stability": "experimental",
8366
+ "summary": "Produces a simple JS object that represents the contents of the projects with field names being file paths."
8367
+ },
8368
+ "locationInModule": {
8369
+ "filename": "src/testing.ts",
8370
+ "line": 17
8371
+ },
8372
+ "name": "synth",
8373
+ "parameters": [
8374
+ {
8375
+ "docs": {
8376
+ "summary": "the project to produce a snapshot for."
8377
+ },
8378
+ "name": "project",
8379
+ "type": {
8380
+ "fqn": "projen.Project"
8381
+ }
8382
+ }
8383
+ ],
8384
+ "returns": {
8385
+ "type": {
8386
+ "collection": {
8387
+ "elementtype": {
8388
+ "primitive": "any"
8389
+ },
8390
+ "kind": "map"
8391
+ }
8392
+ }
8393
+ },
8394
+ "static": true
8395
+ }
8396
+ ],
8397
+ "name": "Testing",
8398
+ "symbolId": "src/testing:Testing"
8399
+ },
8348
8400
  "projen.TextFile": {
8349
8401
  "assembly": "projen",
8350
8402
  "base": "projen.FileBase",
@@ -9783,7 +9835,7 @@
9783
9835
  },
9784
9836
  "locationInModule": {
9785
9837
  "filename": "src/awscdk/awscdk-app-ts.ts",
9786
- "line": 184
9838
+ "line": 174
9787
9839
  },
9788
9840
  "name": "addCdkDependency",
9789
9841
  "parameters": [
@@ -13876,7 +13928,7 @@
13876
13928
  },
13877
13929
  "locationInModule": {
13878
13930
  "filename": "src/github/workflows.ts",
13879
- "line": 57
13931
+ "line": 56
13880
13932
  },
13881
13933
  "parameters": [
13882
13934
  {
@@ -13913,7 +13965,7 @@
13913
13965
  },
13914
13966
  "locationInModule": {
13915
13967
  "filename": "src/github/workflows.ts",
13916
- "line": 89
13968
+ "line": 88
13917
13969
  },
13918
13970
  "name": "addJobs",
13919
13971
  "parameters": [
@@ -13933,29 +13985,6 @@
13933
13985
  }
13934
13986
  ]
13935
13987
  },
13936
- {
13937
- "docs": {
13938
- "remarks": "Useful if a component creates jobs that\nmay not be all available until project synthesis time.",
13939
- "stability": "experimental",
13940
- "summary": "Add jobs from a dynamic source."
13941
- },
13942
- "locationInModule": {
13943
- "filename": "src/github/workflows.ts",
13944
- "line": 117
13945
- },
13946
- "name": "addJobsLater",
13947
- "parameters": [
13948
- {
13949
- "docs": {
13950
- "summary": "Source of jobs."
13951
- },
13952
- "name": "provider",
13953
- "type": {
13954
- "fqn": "projen.github.IJobProvider"
13955
- }
13956
- }
13957
- ]
13958
- },
13959
13988
  {
13960
13989
  "docs": {
13961
13990
  "stability": "experimental",
@@ -13963,7 +13992,7 @@
13963
13992
  },
13964
13993
  "locationInModule": {
13965
13994
  "filename": "src/github/workflows.ts",
13966
- "line": 77
13995
+ "line": 76
13967
13996
  },
13968
13997
  "name": "on",
13969
13998
  "parameters": [
@@ -14100,7 +14129,7 @@
14100
14129
  "kind": "interface",
14101
14130
  "locationInModule": {
14102
14131
  "filename": "src/github/workflows.ts",
14103
- "line": 241
14132
+ "line": 219
14104
14133
  },
14105
14134
  "methods": [
14106
14135
  {
@@ -14111,7 +14140,7 @@
14111
14140
  },
14112
14141
  "locationInModule": {
14113
14142
  "filename": "src/github/workflows.ts",
14114
- "line": 245
14143
+ "line": 223
14115
14144
  },
14116
14145
  "name": "renderJobs",
14117
14146
  "returns": {
@@ -20550,7 +20579,7 @@
20550
20579
  "kind": "interface",
20551
20580
  "locationInModule": {
20552
20581
  "filename": "src/javascript/node-package.ts",
20553
- "line": 294
20582
+ "line": 275
20554
20583
  },
20555
20584
  "name": "CodeArtifactOptions",
20556
20585
  "namespace": "javascript",
@@ -20566,7 +20595,7 @@
20566
20595
  "immutable": true,
20567
20596
  "locationInModule": {
20568
20597
  "filename": "src/javascript/node-package.ts",
20569
- "line": 301
20598
+ "line": 282
20570
20599
  },
20571
20600
  "name": "accessKeyIdSecret",
20572
20601
  "optional": true,
@@ -20584,7 +20613,7 @@
20584
20613
  "immutable": true,
20585
20614
  "locationInModule": {
20586
20615
  "filename": "src/javascript/node-package.ts",
20587
- "line": 317
20616
+ "line": 298
20588
20617
  },
20589
20618
  "name": "roleToAssume",
20590
20619
  "optional": true,
@@ -20603,7 +20632,7 @@
20603
20632
  "immutable": true,
20604
20633
  "locationInModule": {
20605
20634
  "filename": "src/javascript/node-package.ts",
20606
- "line": 309
20635
+ "line": 290
20607
20636
  },
20608
20637
  "name": "secretAccessKeySecret",
20609
20638
  "optional": true,
@@ -23090,7 +23119,7 @@
23090
23119
  },
23091
23120
  "locationInModule": {
23092
23121
  "filename": "src/javascript/node-package.ts",
23093
- "line": 411
23122
+ "line": 387
23094
23123
  },
23095
23124
  "parameters": [
23096
23125
  {
@@ -23111,7 +23140,7 @@
23111
23140
  "kind": "class",
23112
23141
  "locationInModule": {
23113
23142
  "filename": "src/javascript/node-package.ts",
23114
- "line": 323
23143
+ "line": 304
23115
23144
  },
23116
23145
  "methods": [
23117
23146
  {
@@ -23120,7 +23149,7 @@
23120
23149
  },
23121
23150
  "locationInModule": {
23122
23151
  "filename": "src/javascript/node-package.ts",
23123
- "line": 589
23152
+ "line": 564
23124
23153
  },
23125
23154
  "name": "addBin",
23126
23155
  "parameters": [
@@ -23145,7 +23174,7 @@
23145
23174
  },
23146
23175
  "locationInModule": {
23147
23176
  "filename": "src/javascript/node-package.ts",
23148
- "line": 560
23177
+ "line": 535
23149
23178
  },
23150
23179
  "name": "addBundledDeps",
23151
23180
  "parameters": [
@@ -23170,7 +23199,7 @@
23170
23199
  },
23171
23200
  "locationInModule": {
23172
23201
  "filename": "src/javascript/node-package.ts",
23173
- "line": 503
23202
+ "line": 478
23174
23203
  },
23175
23204
  "name": "addDeps",
23176
23205
  "parameters": [
@@ -23195,7 +23224,7 @@
23195
23224
  },
23196
23225
  "locationInModule": {
23197
23226
  "filename": "src/javascript/node-package.ts",
23198
- "line": 518
23227
+ "line": 493
23199
23228
  },
23200
23229
  "name": "addDevDeps",
23201
23230
  "parameters": [
@@ -23220,7 +23249,7 @@
23220
23249
  },
23221
23250
  "locationInModule": {
23222
23251
  "filename": "src/javascript/node-package.ts",
23223
- "line": 575
23252
+ "line": 550
23224
23253
  },
23225
23254
  "name": "addEngine",
23226
23255
  "parameters": [
@@ -23254,7 +23283,7 @@
23254
23283
  },
23255
23284
  "locationInModule": {
23256
23285
  "filename": "src/javascript/node-package.ts",
23257
- "line": 629
23286
+ "line": 604
23258
23287
  },
23259
23288
  "name": "addField",
23260
23289
  "parameters": [
@@ -23285,7 +23314,7 @@
23285
23314
  },
23286
23315
  "locationInModule": {
23287
23316
  "filename": "src/javascript/node-package.ts",
23288
- "line": 583
23317
+ "line": 558
23289
23318
  },
23290
23319
  "name": "addKeywords",
23291
23320
  "parameters": [
@@ -23310,7 +23339,7 @@
23310
23339
  },
23311
23340
  "locationInModule": {
23312
23341
  "filename": "src/javascript/node-package.ts",
23313
- "line": 538
23342
+ "line": 513
23314
23343
  },
23315
23344
  "name": "addPeerDeps",
23316
23345
  "parameters": [
@@ -23335,7 +23364,7 @@
23335
23364
  },
23336
23365
  "locationInModule": {
23337
23366
  "filename": "src/javascript/node-package.ts",
23338
- "line": 637
23367
+ "line": 612
23339
23368
  },
23340
23369
  "name": "addVersion",
23341
23370
  "parameters": [
@@ -23358,7 +23387,7 @@
23358
23387
  },
23359
23388
  "locationInModule": {
23360
23389
  "filename": "src/javascript/node-package.ts",
23361
- "line": 619
23390
+ "line": 594
23362
23391
  },
23363
23392
  "name": "hasScript",
23364
23393
  "parameters": [
@@ -23386,7 +23415,7 @@
23386
23415
  },
23387
23416
  "locationInModule": {
23388
23417
  "filename": "src/javascript/node-package.ts",
23389
- "line": 706
23418
+ "line": 681
23390
23419
  },
23391
23420
  "name": "postSynthesize",
23392
23421
  "overrides": "projen.Component"
@@ -23398,7 +23427,7 @@
23398
23427
  },
23399
23428
  "locationInModule": {
23400
23429
  "filename": "src/javascript/node-package.ts",
23401
- "line": 701
23430
+ "line": 676
23402
23431
  },
23403
23432
  "name": "preSynthesize",
23404
23433
  "overrides": "projen.Component"
@@ -23410,7 +23439,7 @@
23410
23439
  },
23411
23440
  "locationInModule": {
23412
23441
  "filename": "src/javascript/node-package.ts",
23413
- "line": 609
23442
+ "line": 584
23414
23443
  },
23415
23444
  "name": "removeScript",
23416
23445
  "parameters": [
@@ -23432,7 +23461,7 @@
23432
23461
  },
23433
23462
  "locationInModule": {
23434
23463
  "filename": "src/javascript/node-package.ts",
23435
- "line": 658
23464
+ "line": 633
23436
23465
  },
23437
23466
  "name": "renderUpgradePackagesCommand",
23438
23467
  "parameters": [
@@ -23473,7 +23502,7 @@
23473
23502
  },
23474
23503
  "locationInModule": {
23475
23504
  "filename": "src/javascript/node-package.ts",
23476
- "line": 601
23505
+ "line": 576
23477
23506
  },
23478
23507
  "name": "setScript",
23479
23508
  "parameters": [
@@ -23509,7 +23538,7 @@
23509
23538
  "immutable": true,
23510
23539
  "locationInModule": {
23511
23540
  "filename": "src/javascript/node-package.ts",
23512
- "line": 338
23541
+ "line": 319
23513
23542
  },
23514
23543
  "name": "allowLibraryDependencies",
23515
23544
  "type": {
@@ -23524,7 +23553,7 @@
23524
23553
  "immutable": true,
23525
23554
  "locationInModule": {
23526
23555
  "filename": "src/javascript/node-package.ts",
23527
- "line": 333
23556
+ "line": 314
23528
23557
  },
23529
23558
  "name": "entrypoint",
23530
23559
  "type": {
@@ -23539,7 +23568,7 @@
23539
23568
  "immutable": true,
23540
23569
  "locationInModule": {
23541
23570
  "filename": "src/javascript/node-package.ts",
23542
- "line": 651
23571
+ "line": 626
23543
23572
  },
23544
23573
  "name": "installAndUpdateLockfileCommand",
23545
23574
  "type": {
@@ -23554,7 +23583,7 @@
23554
23583
  "immutable": true,
23555
23584
  "locationInModule": {
23556
23585
  "filename": "src/javascript/node-package.ts",
23557
- "line": 644
23586
+ "line": 619
23558
23587
  },
23559
23588
  "name": "installCommand",
23560
23589
  "type": {
@@ -23569,7 +23598,7 @@
23569
23598
  "immutable": true,
23570
23599
  "locationInModule": {
23571
23600
  "filename": "src/javascript/node-package.ts",
23572
- "line": 402
23601
+ "line": 378
23573
23602
  },
23574
23603
  "name": "lockFile",
23575
23604
  "type": {
@@ -23584,7 +23613,7 @@
23584
23613
  "immutable": true,
23585
23614
  "locationInModule": {
23586
23615
  "filename": "src/javascript/node-package.ts",
23587
- "line": 348
23616
+ "line": 329
23588
23617
  },
23589
23618
  "name": "manifest",
23590
23619
  "type": {
@@ -23599,28 +23628,13 @@
23599
23628
  "immutable": true,
23600
23629
  "locationInModule": {
23601
23630
  "filename": "src/javascript/node-package.ts",
23602
- "line": 397
23631
+ "line": 373
23603
23632
  },
23604
23633
  "name": "npmAccess",
23605
23634
  "type": {
23606
23635
  "fqn": "projen.javascript.NpmAccess"
23607
23636
  }
23608
23637
  },
23609
- {
23610
- "docs": {
23611
- "stability": "experimental",
23612
- "summary": "npm distribution tag."
23613
- },
23614
- "immutable": true,
23615
- "locationInModule": {
23616
- "filename": "src/javascript/node-package.ts",
23617
- "line": 370
23618
- },
23619
- "name": "npmDistTag",
23620
- "type": {
23621
- "primitive": "string"
23622
- }
23623
- },
23624
23638
  {
23625
23639
  "docs": {
23626
23640
  "stability": "experimental",
@@ -23629,7 +23643,7 @@
23629
23643
  "immutable": true,
23630
23644
  "locationInModule": {
23631
23645
  "filename": "src/javascript/node-package.ts",
23632
- "line": 380
23646
+ "line": 356
23633
23647
  },
23634
23648
  "name": "npmRegistry",
23635
23649
  "type": {
@@ -23644,7 +23658,7 @@
23644
23658
  "immutable": true,
23645
23659
  "locationInModule": {
23646
23660
  "filename": "src/javascript/node-package.ts",
23647
- "line": 375
23661
+ "line": 351
23648
23662
  },
23649
23663
  "name": "npmRegistryUrl",
23650
23664
  "type": {
@@ -23659,7 +23673,7 @@
23659
23673
  "immutable": true,
23660
23674
  "locationInModule": {
23661
23675
  "filename": "src/javascript/node-package.ts",
23662
- "line": 343
23676
+ "line": 324
23663
23677
  },
23664
23678
  "name": "packageManager",
23665
23679
  "type": {
@@ -23674,7 +23688,7 @@
23674
23688
  "immutable": true,
23675
23689
  "locationInModule": {
23676
23690
  "filename": "src/javascript/node-package.ts",
23677
- "line": 328
23691
+ "line": 309
23678
23692
  },
23679
23693
  "name": "packageName",
23680
23694
  "type": {
@@ -23689,7 +23703,7 @@
23689
23703
  "immutable": true,
23690
23704
  "locationInModule": {
23691
23705
  "filename": "src/javascript/node-package.ts",
23692
- "line": 719
23706
+ "line": 694
23693
23707
  },
23694
23708
  "name": "projenCommand",
23695
23709
  "type": {
@@ -23705,7 +23719,7 @@
23705
23719
  "immutable": true,
23706
23720
  "locationInModule": {
23707
23721
  "filename": "src/javascript/node-package.ts",
23708
- "line": 392
23722
+ "line": 368
23709
23723
  },
23710
23724
  "name": "codeArtifactOptions",
23711
23725
  "optional": true,
@@ -23722,7 +23736,7 @@
23722
23736
  "immutable": true,
23723
23737
  "locationInModule": {
23724
23738
  "filename": "src/javascript/node-package.ts",
23725
- "line": 365
23739
+ "line": 346
23726
23740
  },
23727
23741
  "name": "license",
23728
23742
  "optional": true,
@@ -23739,7 +23753,7 @@
23739
23753
  "immutable": true,
23740
23754
  "locationInModule": {
23741
23755
  "filename": "src/javascript/node-package.ts",
23742
- "line": 360
23756
+ "line": 341
23743
23757
  },
23744
23758
  "name": "maxNodeVersion",
23745
23759
  "optional": true,
@@ -23756,7 +23770,7 @@
23756
23770
  "immutable": true,
23757
23771
  "locationInModule": {
23758
23772
  "filename": "src/javascript/node-package.ts",
23759
- "line": 354
23773
+ "line": 335
23760
23774
  },
23761
23775
  "name": "minNodeVersion",
23762
23776
  "optional": true,
@@ -23772,7 +23786,7 @@
23772
23786
  "immutable": true,
23773
23787
  "locationInModule": {
23774
23788
  "filename": "src/javascript/node-package.ts",
23775
- "line": 385
23789
+ "line": 361
23776
23790
  },
23777
23791
  "name": "npmTokenSecret",
23778
23792
  "optional": true,
@@ -23793,7 +23807,7 @@
23793
23807
  "kind": "enum",
23794
23808
  "locationInModule": {
23795
23809
  "filename": "src/javascript/node-package.ts",
23796
- "line": 1093
23810
+ "line": 1066
23797
23811
  },
23798
23812
  "members": [
23799
23813
  {
@@ -23832,7 +23846,7 @@
23832
23846
  "kind": "interface",
23833
23847
  "locationInModule": {
23834
23848
  "filename": "src/javascript/node-package.ts",
23835
- "line": 21
23849
+ "line": 20
23836
23850
  },
23837
23851
  "name": "NodePackageOptions",
23838
23852
  "namespace": "javascript",
@@ -23848,7 +23862,7 @@
23848
23862
  "immutable": true,
23849
23863
  "locationInModule": {
23850
23864
  "filename": "src/javascript/node-package.ts",
23851
- "line": 115
23865
+ "line": 114
23852
23866
  },
23853
23867
  "name": "allowLibraryDependencies",
23854
23868
  "optional": true,
@@ -23865,7 +23879,7 @@
23865
23879
  "immutable": true,
23866
23880
  "locationInModule": {
23867
23881
  "filename": "src/javascript/node-package.ts",
23868
- "line": 184
23882
+ "line": 183
23869
23883
  },
23870
23884
  "name": "authorEmail",
23871
23885
  "optional": true,
@@ -23882,7 +23896,7 @@
23882
23896
  "immutable": true,
23883
23897
  "locationInModule": {
23884
23898
  "filename": "src/javascript/node-package.ts",
23885
- "line": 179
23899
+ "line": 178
23886
23900
  },
23887
23901
  "name": "authorName",
23888
23902
  "optional": true,
@@ -23899,7 +23913,7 @@
23899
23913
  "immutable": true,
23900
23914
  "locationInModule": {
23901
23915
  "filename": "src/javascript/node-package.ts",
23902
- "line": 194
23916
+ "line": 193
23903
23917
  },
23904
23918
  "name": "authorOrganization",
23905
23919
  "optional": true,
@@ -23916,7 +23930,7 @@
23916
23930
  "immutable": true,
23917
23931
  "locationInModule": {
23918
23932
  "filename": "src/javascript/node-package.ts",
23919
- "line": 189
23933
+ "line": 188
23920
23934
  },
23921
23935
  "name": "authorUrl",
23922
23936
  "optional": true,
@@ -23934,7 +23948,7 @@
23934
23948
  "immutable": true,
23935
23949
  "locationInModule": {
23936
23950
  "filename": "src/javascript/node-package.ts",
23937
- "line": 147
23951
+ "line": 146
23938
23952
  },
23939
23953
  "name": "autoDetectBin",
23940
23954
  "optional": true,
@@ -23952,7 +23966,7 @@
23952
23966
  "immutable": true,
23953
23967
  "locationInModule": {
23954
23968
  "filename": "src/javascript/node-package.ts",
23955
- "line": 139
23969
+ "line": 138
23956
23970
  },
23957
23971
  "name": "bin",
23958
23972
  "optional": true,
@@ -23975,7 +23989,7 @@
23975
23989
  "immutable": true,
23976
23990
  "locationInModule": {
23977
23991
  "filename": "src/javascript/node-package.ts",
23978
- "line": 101
23992
+ "line": 100
23979
23993
  },
23980
23994
  "name": "bundledDeps",
23981
23995
  "optional": true,
@@ -23998,7 +24012,7 @@
23998
24012
  "immutable": true,
23999
24013
  "locationInModule": {
24000
24014
  "filename": "src/javascript/node-package.ts",
24001
- "line": 291
24015
+ "line": 272
24002
24016
  },
24003
24017
  "name": "codeArtifactOptions",
24004
24018
  "optional": true,
@@ -24021,7 +24035,7 @@
24021
24035
  "immutable": true,
24022
24036
  "locationInModule": {
24023
24037
  "filename": "src/javascript/node-package.ts",
24024
- "line": 50
24038
+ "line": 49
24025
24039
  },
24026
24040
  "name": "deps",
24027
24041
  "optional": true,
@@ -24047,7 +24061,7 @@
24047
24061
  "immutable": true,
24048
24062
  "locationInModule": {
24049
24063
  "filename": "src/javascript/node-package.ts",
24050
- "line": 34
24064
+ "line": 33
24051
24065
  },
24052
24066
  "name": "description",
24053
24067
  "optional": true,
@@ -24070,7 +24084,7 @@
24070
24084
  "immutable": true,
24071
24085
  "locationInModule": {
24072
24086
  "filename": "src/javascript/node-package.ts",
24073
- "line": 68
24087
+ "line": 67
24074
24088
  },
24075
24089
  "name": "devDeps",
24076
24090
  "optional": true,
@@ -24094,7 +24108,7 @@
24094
24108
  "immutable": true,
24095
24109
  "locationInModule": {
24096
24110
  "filename": "src/javascript/node-package.ts",
24097
- "line": 129
24111
+ "line": 128
24098
24112
  },
24099
24113
  "name": "entrypoint",
24100
24114
  "optional": true,
@@ -24111,7 +24125,7 @@
24111
24125
  "immutable": true,
24112
24126
  "locationInModule": {
24113
24127
  "filename": "src/javascript/node-package.ts",
24114
- "line": 199
24128
+ "line": 198
24115
24129
  },
24116
24130
  "name": "homepage",
24117
24131
  "optional": true,
@@ -24128,7 +24142,7 @@
24128
24142
  "immutable": true,
24129
24143
  "locationInModule": {
24130
24144
  "filename": "src/javascript/node-package.ts",
24131
- "line": 120
24145
+ "line": 119
24132
24146
  },
24133
24147
  "name": "keywords",
24134
24148
  "optional": true,
@@ -24152,7 +24166,7 @@
24152
24166
  "immutable": true,
24153
24167
  "locationInModule": {
24154
24168
  "filename": "src/javascript/node-package.ts",
24155
- "line": 227
24169
+ "line": 226
24156
24170
  },
24157
24171
  "name": "license",
24158
24172
  "optional": true,
@@ -24170,7 +24184,7 @@
24170
24184
  "immutable": true,
24171
24185
  "locationInModule": {
24172
24186
  "filename": "src/javascript/node-package.ts",
24173
- "line": 234
24187
+ "line": 233
24174
24188
  },
24175
24189
  "name": "licensed",
24176
24190
  "optional": true,
@@ -24188,7 +24202,7 @@
24188
24202
  "immutable": true,
24189
24203
  "locationInModule": {
24190
24204
  "filename": "src/javascript/node-package.ts",
24191
- "line": 218
24205
+ "line": 217
24192
24206
  },
24193
24207
  "name": "maxNodeVersion",
24194
24208
  "optional": true,
@@ -24206,7 +24220,7 @@
24206
24220
  "immutable": true,
24207
24221
  "locationInModule": {
24208
24222
  "filename": "src/javascript/node-package.ts",
24209
- "line": 211
24223
+ "line": 210
24210
24224
  },
24211
24225
  "name": "minNodeVersion",
24212
24226
  "optional": true,
@@ -24224,7 +24238,7 @@
24224
24238
  "immutable": true,
24225
24239
  "locationInModule": {
24226
24240
  "filename": "src/javascript/node-package.ts",
24227
- "line": 277
24241
+ "line": 258
24228
24242
  },
24229
24243
  "name": "npmAccess",
24230
24244
  "optional": true,
@@ -24232,25 +24246,6 @@
24232
24246
  "fqn": "projen.javascript.NpmAccess"
24233
24247
  }
24234
24248
  },
24235
- {
24236
- "abstract": true,
24237
- "docs": {
24238
- "default": "\"latest\"",
24239
- "remarks": "For example, a project might choose to have multiple streams of development\nand use a different tag for each stream, e.g., stable, beta, dev, canary.\n\nBy default, the `latest` tag is used by npm to identify the current version\nof a package, and `npm install <pkg>` (without any `@<version>` or `@<tag>`\nspecifier) installs the latest tag. Typically, projects only use the\n`latest` tag for stable release versions, and use other tags for unstable\nversions such as prereleases.\n\nThe `next` tag is used by some projects to identify the upcoming version.",
24240
- "stability": "experimental",
24241
- "summary": "Tags can be used to provide an alias instead of version numbers."
24242
- },
24243
- "immutable": true,
24244
- "locationInModule": {
24245
- "filename": "src/javascript/node-package.ts",
24246
- "line": 252
24247
- },
24248
- "name": "npmDistTag",
24249
- "optional": true,
24250
- "type": {
24251
- "primitive": "string"
24252
- }
24253
- },
24254
24249
  {
24255
24250
  "abstract": true,
24256
24251
  "docs": {
@@ -24262,7 +24257,7 @@
24262
24257
  "immutable": true,
24263
24258
  "locationInModule": {
24264
24259
  "filename": "src/javascript/node-package.ts",
24265
- "line": 268
24260
+ "line": 249
24266
24261
  },
24267
24262
  "name": "npmRegistry",
24268
24263
  "optional": true,
@@ -24281,7 +24276,7 @@
24281
24276
  "immutable": true,
24282
24277
  "locationInModule": {
24283
24278
  "filename": "src/javascript/node-package.ts",
24284
- "line": 261
24279
+ "line": 242
24285
24280
  },
24286
24281
  "name": "npmRegistryUrl",
24287
24282
  "optional": true,
@@ -24299,7 +24294,7 @@
24299
24294
  "immutable": true,
24300
24295
  "locationInModule": {
24301
24296
  "filename": "src/javascript/node-package.ts",
24302
- "line": 284
24297
+ "line": 265
24303
24298
  },
24304
24299
  "name": "npmTokenSecret",
24305
24300
  "optional": true,
@@ -24317,7 +24312,7 @@
24317
24312
  "immutable": true,
24318
24313
  "locationInModule": {
24319
24314
  "filename": "src/javascript/node-package.ts",
24320
- "line": 162
24315
+ "line": 161
24321
24316
  },
24322
24317
  "name": "packageManager",
24323
24318
  "optional": true,
@@ -24338,7 +24333,7 @@
24338
24333
  "immutable": true,
24339
24334
  "locationInModule": {
24340
24335
  "filename": "src/javascript/node-package.ts",
24341
- "line": 27
24336
+ "line": 26
24342
24337
  },
24343
24338
  "name": "packageName",
24344
24339
  "optional": true,
@@ -24355,7 +24350,7 @@
24355
24350
  "immutable": true,
24356
24351
  "locationInModule": {
24357
24352
  "filename": "src/javascript/node-package.ts",
24358
- "line": 106
24353
+ "line": 105
24359
24354
  },
24360
24355
  "name": "peerDependencyOptions",
24361
24356
  "optional": true,
@@ -24374,7 +24369,7 @@
24374
24369
  "immutable": true,
24375
24370
  "locationInModule": {
24376
24371
  "filename": "src/javascript/node-package.ts",
24377
- "line": 87
24372
+ "line": 86
24378
24373
  },
24379
24374
  "name": "peerDeps",
24380
24375
  "optional": true,
@@ -24397,7 +24392,7 @@
24397
24392
  "immutable": true,
24398
24393
  "locationInModule": {
24399
24394
  "filename": "src/javascript/node-package.ts",
24400
- "line": 168
24395
+ "line": 167
24401
24396
  },
24402
24397
  "name": "repository",
24403
24398
  "optional": true,
@@ -24414,7 +24409,7 @@
24414
24409
  "immutable": true,
24415
24410
  "locationInModule": {
24416
24411
  "filename": "src/javascript/node-package.ts",
24417
- "line": 174
24412
+ "line": 173
24418
24413
  },
24419
24414
  "name": "repositoryDirectory",
24420
24415
  "optional": true,
@@ -24433,7 +24428,7 @@
24433
24428
  "immutable": true,
24434
24429
  "locationInModule": {
24435
24430
  "filename": "src/javascript/node-package.ts",
24436
- "line": 155
24431
+ "line": 154
24437
24432
  },
24438
24433
  "name": "scripts",
24439
24434
  "optional": true,
@@ -24455,7 +24450,7 @@
24455
24450
  "immutable": true,
24456
24451
  "locationInModule": {
24457
24452
  "filename": "src/javascript/node-package.ts",
24458
- "line": 204
24453
+ "line": 203
24459
24454
  },
24460
24455
  "name": "stability",
24461
24456
  "optional": true,
@@ -24483,7 +24478,7 @@
24483
24478
  },
24484
24479
  "locationInModule": {
24485
24480
  "filename": "src/javascript/node-project.ts",
24486
- "line": 402
24481
+ "line": 392
24487
24482
  },
24488
24483
  "parameters": [
24489
24484
  {
@@ -24506,7 +24501,7 @@
24506
24501
  },
24507
24502
  "locationInModule": {
24508
24503
  "filename": "src/javascript/node-project.ts",
24509
- "line": 742
24504
+ "line": 728
24510
24505
  },
24511
24506
  "name": "addBins",
24512
24507
  "parameters": [
@@ -24531,7 +24526,7 @@
24531
24526
  },
24532
24527
  "locationInModule": {
24533
24528
  "filename": "src/javascript/node-project.ts",
24534
- "line": 895
24529
+ "line": 881
24535
24530
  },
24536
24531
  "name": "addBundledDeps",
24537
24532
  "parameters": [
@@ -24557,7 +24552,7 @@
24557
24552
  },
24558
24553
  "locationInModule": {
24559
24554
  "filename": "src/javascript/node-project.ts",
24560
- "line": 776
24555
+ "line": 762
24561
24556
  },
24562
24557
  "name": "addCompileCommand",
24563
24558
  "parameters": [
@@ -24578,7 +24573,7 @@
24578
24573
  },
24579
24574
  "locationInModule": {
24580
24575
  "filename": "src/javascript/node-project.ts",
24581
- "line": 849
24576
+ "line": 835
24582
24577
  },
24583
24578
  "name": "addDeps",
24584
24579
  "parameters": [
@@ -24603,7 +24598,7 @@
24603
24598
  },
24604
24599
  "locationInModule": {
24605
24600
  "filename": "src/javascript/node-project.ts",
24606
- "line": 862
24601
+ "line": 848
24607
24602
  },
24608
24603
  "name": "addDevDeps",
24609
24604
  "parameters": [
@@ -24628,7 +24623,7 @@
24628
24623
  },
24629
24624
  "locationInModule": {
24630
24625
  "filename": "src/javascript/node-project.ts",
24631
- "line": 796
24626
+ "line": 782
24632
24627
  },
24633
24628
  "name": "addFields",
24634
24629
  "parameters": [
@@ -24655,7 +24650,7 @@
24655
24650
  },
24656
24651
  "locationInModule": {
24657
24652
  "filename": "src/javascript/node-project.ts",
24658
- "line": 806
24653
+ "line": 792
24659
24654
  },
24660
24655
  "name": "addKeywords",
24661
24656
  "parameters": [
@@ -24680,7 +24675,7 @@
24680
24675
  },
24681
24676
  "locationInModule": {
24682
24677
  "filename": "src/javascript/node-project.ts",
24683
- "line": 899
24678
+ "line": 885
24684
24679
  },
24685
24680
  "name": "addPackageIgnore",
24686
24681
  "overrides": "projen.Project",
@@ -24701,7 +24696,7 @@
24701
24696
  },
24702
24697
  "locationInModule": {
24703
24698
  "filename": "src/javascript/node-project.ts",
24704
- "line": 879
24699
+ "line": 865
24705
24700
  },
24706
24701
  "name": "addPeerDeps",
24707
24702
  "parameters": [
@@ -24727,7 +24722,7 @@
24727
24722
  },
24728
24723
  "locationInModule": {
24729
24724
  "filename": "src/javascript/node-project.ts",
24730
- "line": 786
24725
+ "line": 772
24731
24726
  },
24732
24727
  "name": "addTestCommand",
24733
24728
  "parameters": [
@@ -24748,7 +24743,7 @@
24748
24743
  },
24749
24744
  "locationInModule": {
24750
24745
  "filename": "src/javascript/node-project.ts",
24751
- "line": 768
24746
+ "line": 754
24752
24747
  },
24753
24748
  "name": "hasScript",
24754
24749
  "parameters": [
@@ -24775,7 +24770,7 @@
24775
24770
  },
24776
24771
  "locationInModule": {
24777
24772
  "filename": "src/javascript/node-project.ts",
24778
- "line": 760
24773
+ "line": 746
24779
24774
  },
24780
24775
  "name": "removeScript",
24781
24776
  "parameters": [
@@ -24798,7 +24793,7 @@
24798
24793
  },
24799
24794
  "locationInModule": {
24800
24795
  "filename": "src/javascript/node-project.ts",
24801
- "line": 973
24796
+ "line": 959
24802
24797
  },
24803
24798
  "name": "runTaskCommand",
24804
24799
  "overrides": "projen.Project",
@@ -24826,7 +24821,7 @@
24826
24821
  },
24827
24822
  "locationInModule": {
24828
24823
  "filename": "src/javascript/node-project.ts",
24829
- "line": 752
24824
+ "line": 738
24830
24825
  },
24831
24826
  "name": "setScript",
24832
24827
  "parameters": [
@@ -24891,7 +24886,7 @@
24891
24886
  "immutable": true,
24892
24887
  "locationInModule": {
24893
24888
  "filename": "src/javascript/node-project.ts",
24894
- "line": 397
24889
+ "line": 387
24895
24890
  },
24896
24891
  "name": "bundler",
24897
24892
  "type": {
@@ -24920,7 +24915,7 @@
24920
24915
  "immutable": true,
24921
24916
  "locationInModule": {
24922
24917
  "filename": "src/javascript/node-project.ts",
24923
- "line": 810
24918
+ "line": 796
24924
24919
  },
24925
24920
  "name": "installWorkflowSteps",
24926
24921
  "type": {
@@ -24940,45 +24935,13 @@
24940
24935
  "immutable": true,
24941
24936
  "locationInModule": {
24942
24937
  "filename": "src/javascript/node-project.ts",
24943
- "line": 393
24938
+ "line": 383
24944
24939
  },
24945
24940
  "name": "manifest",
24946
24941
  "type": {
24947
24942
  "primitive": "any"
24948
24943
  }
24949
24944
  },
24950
- {
24951
- "docs": {
24952
- "deprecated": "use `package.npmDistTag`",
24953
- "stability": "deprecated"
24954
- },
24955
- "immutable": true,
24956
- "locationInModule": {
24957
- "filename": "src/javascript/node-project.ts",
24958
- "line": 366
24959
- },
24960
- "name": "npmDistTag",
24961
- "protected": true,
24962
- "type": {
24963
- "primitive": "string"
24964
- }
24965
- },
24966
- {
24967
- "docs": {
24968
- "deprecated": "use `package.npmRegistry`",
24969
- "stability": "deprecated"
24970
- },
24971
- "immutable": true,
24972
- "locationInModule": {
24973
- "filename": "src/javascript/node-project.ts",
24974
- "line": 371
24975
- },
24976
- "name": "npmRegistry",
24977
- "protected": true,
24978
- "type": {
24979
- "primitive": "string"
24980
- }
24981
- },
24982
24945
  {
24983
24946
  "docs": {
24984
24947
  "stability": "experimental",
@@ -25003,7 +24966,7 @@
25003
24966
  "immutable": true,
25004
24967
  "locationInModule": {
25005
24968
  "filename": "src/javascript/node-project.ts",
25006
- "line": 378
24969
+ "line": 368
25007
24970
  },
25008
24971
  "name": "packageManager",
25009
24972
  "type": {
@@ -25018,7 +24981,7 @@
25018
24981
  "immutable": true,
25019
24982
  "locationInModule": {
25020
24983
  "filename": "src/javascript/node-project.ts",
25021
- "line": 383
24984
+ "line": 373
25022
24985
  },
25023
24986
  "name": "runScriptCommand",
25024
24987
  "type": {
@@ -25081,7 +25044,7 @@
25081
25044
  "immutable": true,
25082
25045
  "locationInModule": {
25083
25046
  "filename": "src/javascript/node-project.ts",
25084
- "line": 388
25047
+ "line": 378
25085
25048
  },
25086
25049
  "name": "jest",
25087
25050
  "optional": true,
@@ -25853,7 +25816,7 @@
25853
25816
  "kind": "interface",
25854
25817
  "locationInModule": {
25855
25818
  "filename": "src/javascript/node-project.ts",
25856
- "line": 978
25819
+ "line": 964
25857
25820
  },
25858
25821
  "name": "NodeWorkflowSteps",
25859
25822
  "namespace": "javascript",
@@ -25866,7 +25829,7 @@
25866
25829
  "immutable": true,
25867
25830
  "locationInModule": {
25868
25831
  "filename": "src/javascript/node-project.ts",
25869
- "line": 979
25832
+ "line": 965
25870
25833
  },
25871
25834
  "name": "antitamper",
25872
25835
  "type": {
@@ -25886,7 +25849,7 @@
25886
25849
  "immutable": true,
25887
25850
  "locationInModule": {
25888
25851
  "filename": "src/javascript/node-project.ts",
25889
- "line": 980
25852
+ "line": 966
25890
25853
  },
25891
25854
  "name": "install",
25892
25855
  "type": {
@@ -25911,7 +25874,7 @@
25911
25874
  "kind": "enum",
25912
25875
  "locationInModule": {
25913
25876
  "filename": "src/javascript/node-package.ts",
25914
- "line": 1113
25877
+ "line": 1086
25915
25878
  },
25916
25879
  "members": [
25917
25880
  {
@@ -26088,7 +26051,7 @@
26088
26051
  "kind": "interface",
26089
26052
  "locationInModule": {
26090
26053
  "filename": "src/javascript/node-package.ts",
26091
- "line": 1082
26054
+ "line": 1055
26092
26055
  },
26093
26056
  "name": "PeerDependencyOptions",
26094
26057
  "namespace": "javascript",
@@ -26103,7 +26066,7 @@
26103
26066
  "immutable": true,
26104
26067
  "locationInModule": {
26105
26068
  "filename": "src/javascript/node-package.ts",
26106
- "line": 1087
26069
+ "line": 1060
26107
26070
  },
26108
26071
  "name": "pinnedDevDependency",
26109
26072
  "optional": true,
@@ -30408,7 +30371,7 @@
30408
30371
  "kind": "interface",
30409
30372
  "locationInModule": {
30410
30373
  "filename": "src/release/release.ts",
30411
- "line": 482
30374
+ "line": 517
30412
30375
  },
30413
30376
  "name": "BranchOptions",
30414
30377
  "namespace": "release",
@@ -30422,13 +30385,31 @@
30422
30385
  "immutable": true,
30423
30386
  "locationInModule": {
30424
30387
  "filename": "src/release/release.ts",
30425
- "line": 492
30388
+ "line": 527
30426
30389
  },
30427
30390
  "name": "majorVersion",
30428
30391
  "type": {
30429
30392
  "primitive": "number"
30430
30393
  }
30431
30394
  },
30395
+ {
30396
+ "abstract": true,
30397
+ "docs": {
30398
+ "default": "\"latest\"",
30399
+ "stability": "experimental",
30400
+ "summary": "The npm distribution tag to use for this branch."
30401
+ },
30402
+ "immutable": true,
30403
+ "locationInModule": {
30404
+ "filename": "src/release/release.ts",
30405
+ "line": 555
30406
+ },
30407
+ "name": "npmDistTag",
30408
+ "optional": true,
30409
+ "type": {
30410
+ "primitive": "string"
30411
+ }
30412
+ },
30432
30413
  {
30433
30414
  "abstract": true,
30434
30415
  "docs": {
@@ -30439,7 +30420,7 @@
30439
30420
  "immutable": true,
30440
30421
  "locationInModule": {
30441
30422
  "filename": "src/release/release.ts",
30442
- "line": 499
30423
+ "line": 534
30443
30424
  },
30444
30425
  "name": "prerelease",
30445
30426
  "optional": true,
@@ -30458,7 +30439,7 @@
30458
30439
  "immutable": true,
30459
30440
  "locationInModule": {
30460
30441
  "filename": "src/release/release.ts",
30461
- "line": 513
30442
+ "line": 548
30462
30443
  },
30463
30444
  "name": "tagPrefix",
30464
30445
  "optional": true,
@@ -30476,7 +30457,7 @@
30476
30457
  "immutable": true,
30477
30458
  "locationInModule": {
30478
30459
  "filename": "src/release/release.ts",
30479
- "line": 487
30460
+ "line": 522
30480
30461
  },
30481
30462
  "name": "workflowName",
30482
30463
  "optional": true,
@@ -30497,7 +30478,7 @@
30497
30478
  "kind": "interface",
30498
30479
  "locationInModule": {
30499
30480
  "filename": "src/release/publisher.ts",
30500
- "line": 507
30481
+ "line": 558
30501
30482
  },
30502
30483
  "name": "CodeArtifactOptions",
30503
30484
  "namespace": "release",
@@ -30513,7 +30494,7 @@
30513
30494
  "immutable": true,
30514
30495
  "locationInModule": {
30515
30496
  "filename": "src/release/publisher.ts",
30516
- "line": 514
30497
+ "line": 565
30517
30498
  },
30518
30499
  "name": "accessKeyIdSecret",
30519
30500
  "optional": true,
@@ -30531,7 +30512,7 @@
30531
30512
  "immutable": true,
30532
30513
  "locationInModule": {
30533
30514
  "filename": "src/release/publisher.ts",
30534
- "line": 530
30515
+ "line": 581
30535
30516
  },
30536
30517
  "name": "roleToAssume",
30537
30518
  "optional": true,
@@ -30550,7 +30531,7 @@
30550
30531
  "immutable": true,
30551
30532
  "locationInModule": {
30552
30533
  "filename": "src/release/publisher.ts",
30553
- "line": 522
30534
+ "line": 573
30554
30535
  },
30555
30536
  "name": "secretAccessKeySecret",
30556
30537
  "optional": true,
@@ -30572,7 +30553,7 @@
30572
30553
  "kind": "interface",
30573
30554
  "locationInModule": {
30574
30555
  "filename": "src/release/publisher.ts",
30575
- "line": 751
30556
+ "line": 802
30576
30557
  },
30577
30558
  "name": "GitHubReleasesPublishOptions",
30578
30559
  "namespace": "release",
@@ -30587,7 +30568,7 @@
30587
30568
  "immutable": true,
30588
30569
  "locationInModule": {
30589
30570
  "filename": "src/release/publisher.ts",
30590
- "line": 736
30571
+ "line": 787
30591
30572
  },
30592
30573
  "name": "changelogFile",
30593
30574
  "type": {
@@ -30604,7 +30585,7 @@
30604
30585
  "immutable": true,
30605
30586
  "locationInModule": {
30606
30587
  "filename": "src/release/publisher.ts",
30607
- "line": 729
30588
+ "line": 780
30608
30589
  },
30609
30590
  "name": "releaseTagFile",
30610
30591
  "type": {
@@ -30621,7 +30602,7 @@
30621
30602
  "immutable": true,
30622
30603
  "locationInModule": {
30623
30604
  "filename": "src/release/publisher.ts",
30624
- "line": 722
30605
+ "line": 773
30625
30606
  },
30626
30607
  "name": "versionFile",
30627
30608
  "type": {
@@ -30642,7 +30623,7 @@
30642
30623
  "kind": "interface",
30643
30624
  "locationInModule": {
30644
30625
  "filename": "src/release/publisher.ts",
30645
- "line": 756
30626
+ "line": 807
30646
30627
  },
30647
30628
  "name": "GitPublishOptions",
30648
30629
  "namespace": "release",
@@ -30657,7 +30638,7 @@
30657
30638
  "immutable": true,
30658
30639
  "locationInModule": {
30659
30640
  "filename": "src/release/publisher.ts",
30660
- "line": 736
30641
+ "line": 787
30661
30642
  },
30662
30643
  "name": "changelogFile",
30663
30644
  "type": {
@@ -30674,7 +30655,7 @@
30674
30655
  "immutable": true,
30675
30656
  "locationInModule": {
30676
30657
  "filename": "src/release/publisher.ts",
30677
- "line": 729
30658
+ "line": 780
30678
30659
  },
30679
30660
  "name": "releaseTagFile",
30680
30661
  "type": {
@@ -30691,7 +30672,7 @@
30691
30672
  "immutable": true,
30692
30673
  "locationInModule": {
30693
30674
  "filename": "src/release/publisher.ts",
30694
- "line": 722
30675
+ "line": 773
30695
30676
  },
30696
30677
  "name": "versionFile",
30697
30678
  "type": {
@@ -30708,7 +30689,7 @@
30708
30689
  "immutable": true,
30709
30690
  "locationInModule": {
30710
30691
  "filename": "src/release/publisher.ts",
30711
- "line": 767
30692
+ "line": 818
30712
30693
  },
30713
30694
  "name": "gitBranch",
30714
30695
  "optional": true,
@@ -30726,7 +30707,7 @@
30726
30707
  "immutable": true,
30727
30708
  "locationInModule": {
30728
30709
  "filename": "src/release/publisher.ts",
30729
- "line": 774
30710
+ "line": 825
30730
30711
  },
30731
30712
  "name": "gitPushCommand",
30732
30713
  "optional": true,
@@ -30743,7 +30724,7 @@
30743
30724
  "immutable": true,
30744
30725
  "locationInModule": {
30745
30726
  "filename": "src/release/publisher.ts",
30746
- "line": 760
30727
+ "line": 811
30747
30728
  },
30748
30729
  "name": "projectChangelogFile",
30749
30730
  "optional": true,
@@ -30765,7 +30746,7 @@
30765
30746
  "kind": "interface",
30766
30747
  "locationInModule": {
30767
30748
  "filename": "src/release/publisher.ts",
30768
- "line": 673
30749
+ "line": 724
30769
30750
  },
30770
30751
  "name": "GoPublishOptions",
30771
30752
  "namespace": "release",
@@ -30780,7 +30761,7 @@
30780
30761
  "immutable": true,
30781
30762
  "locationInModule": {
30782
30763
  "filename": "src/release/publisher.ts",
30783
- "line": 694
30764
+ "line": 745
30784
30765
  },
30785
30766
  "name": "gitBranch",
30786
30767
  "optional": true,
@@ -30798,7 +30779,7 @@
30798
30779
  "immutable": true,
30799
30780
  "locationInModule": {
30800
30781
  "filename": "src/release/publisher.ts",
30801
- "line": 713
30782
+ "line": 764
30802
30783
  },
30803
30784
  "name": "gitCommitMessage",
30804
30785
  "optional": true,
@@ -30816,7 +30797,7 @@
30816
30797
  "immutable": true,
30817
30798
  "locationInModule": {
30818
30799
  "filename": "src/release/publisher.ts",
30819
- "line": 687
30800
+ "line": 738
30820
30801
  },
30821
30802
  "name": "githubRepo",
30822
30803
  "optional": true,
@@ -30834,7 +30815,7 @@
30834
30815
  "immutable": true,
30835
30816
  "locationInModule": {
30836
30817
  "filename": "src/release/publisher.ts",
30837
- "line": 680
30818
+ "line": 731
30838
30819
  },
30839
30820
  "name": "githubTokenSecret",
30840
30821
  "optional": true,
@@ -30855,7 +30836,7 @@
30855
30836
  "immutable": true,
30856
30837
  "locationInModule": {
30857
30838
  "filename": "src/release/publisher.ts",
30858
- "line": 706
30839
+ "line": 757
30859
30840
  },
30860
30841
  "name": "gitUserEmail",
30861
30842
  "optional": true,
@@ -30873,7 +30854,7 @@
30873
30854
  "immutable": true,
30874
30855
  "locationInModule": {
30875
30856
  "filename": "src/release/publisher.ts",
30876
- "line": 700
30857
+ "line": 751
30877
30858
  },
30878
30859
  "name": "gitUserName",
30879
30860
  "optional": true,
@@ -30898,7 +30879,7 @@
30898
30879
  "kind": "interface",
30899
30880
  "locationInModule": {
30900
30881
  "filename": "src/release/publisher.ts",
30901
- "line": 582
30882
+ "line": 633
30902
30883
  },
30903
30884
  "name": "JsiiReleaseMaven",
30904
30885
  "namespace": "release",
@@ -30918,7 +30899,7 @@
30918
30899
  "kind": "interface",
30919
30900
  "locationInModule": {
30920
30901
  "filename": "src/release/publisher.ts",
30921
- "line": 455
30902
+ "line": 505
30922
30903
  },
30923
30904
  "name": "JsiiReleaseNpm",
30924
30905
  "namespace": "release",
@@ -30938,7 +30919,7 @@
30938
30919
  "kind": "interface",
30939
30920
  "locationInModule": {
30940
30921
  "filename": "src/release/publisher.ts",
30941
- "line": 565
30922
+ "line": 616
30942
30923
  },
30943
30924
  "name": "JsiiReleaseNuget",
30944
30925
  "namespace": "release",
@@ -30958,7 +30939,7 @@
30958
30939
  "kind": "interface",
30959
30940
  "locationInModule": {
30960
30941
  "filename": "src/release/publisher.ts",
30961
- "line": 536
30942
+ "line": 587
30962
30943
  },
30963
30944
  "name": "JsiiReleasePyPi",
30964
30945
  "namespace": "release",
@@ -31048,7 +31029,7 @@
31048
31029
  "kind": "interface",
31049
31030
  "locationInModule": {
31050
31031
  "filename": "src/release/publisher.ts",
31051
- "line": 587
31032
+ "line": 638
31052
31033
  },
31053
31034
  "name": "MavenPublishOptions",
31054
31035
  "namespace": "release",
@@ -31064,7 +31045,7 @@
31064
31045
  "immutable": true,
31065
31046
  "locationInModule": {
31066
31047
  "filename": "src/release/publisher.ts",
31067
- "line": 593
31048
+ "line": 644
31068
31049
  },
31069
31050
  "name": "mavenEndpoint",
31070
31051
  "optional": true,
@@ -31084,7 +31065,7 @@
31084
31065
  "immutable": true,
31085
31066
  "locationInModule": {
31086
31067
  "filename": "src/release/publisher.ts",
31087
- "line": 626
31068
+ "line": 677
31088
31069
  },
31089
31070
  "name": "mavenGpgPrivateKeyPassphrase",
31090
31071
  "optional": true,
@@ -31104,7 +31085,7 @@
31104
31085
  "immutable": true,
31105
31086
  "locationInModule": {
31106
31087
  "filename": "src/release/publisher.ts",
31107
- "line": 617
31088
+ "line": 668
31108
31089
  },
31109
31090
  "name": "mavenGpgPrivateKeySecret",
31110
31091
  "optional": true,
@@ -31124,7 +31105,7 @@
31124
31105
  "immutable": true,
31125
31106
  "locationInModule": {
31126
31107
  "filename": "src/release/publisher.ts",
31127
- "line": 652
31108
+ "line": 703
31128
31109
  },
31129
31110
  "name": "mavenPassword",
31130
31111
  "optional": true,
@@ -31142,7 +31123,7 @@
31142
31123
  "immutable": true,
31143
31124
  "locationInModule": {
31144
31125
  "filename": "src/release/publisher.ts",
31145
- "line": 607
31126
+ "line": 658
31146
31127
  },
31147
31128
  "name": "mavenRepositoryUrl",
31148
31129
  "optional": true,
@@ -31160,7 +31141,7 @@
31160
31141
  "immutable": true,
31161
31142
  "locationInModule": {
31162
31143
  "filename": "src/release/publisher.ts",
31163
- "line": 600
31144
+ "line": 651
31164
31145
  },
31165
31146
  "name": "mavenServerId",
31166
31147
  "optional": true,
@@ -31178,7 +31159,7 @@
31178
31159
  "immutable": true,
31179
31160
  "locationInModule": {
31180
31161
  "filename": "src/release/publisher.ts",
31181
- "line": 663
31162
+ "line": 714
31182
31163
  },
31183
31164
  "name": "mavenStagingProfileId",
31184
31165
  "optional": true,
@@ -31198,7 +31179,7 @@
31198
31179
  "immutable": true,
31199
31180
  "locationInModule": {
31200
31181
  "filename": "src/release/publisher.ts",
31201
- "line": 639
31182
+ "line": 690
31202
31183
  },
31203
31184
  "name": "mavenUsername",
31204
31185
  "optional": true,
@@ -31220,7 +31201,7 @@
31220
31201
  "kind": "interface",
31221
31202
  "locationInModule": {
31222
31203
  "filename": "src/release/publisher.ts",
31223
- "line": 460
31204
+ "line": 510
31224
31205
  },
31225
31206
  "name": "NpmPublishOptions",
31226
31207
  "namespace": "release",
@@ -31235,7 +31216,7 @@
31235
31216
  "immutable": true,
31236
31217
  "locationInModule": {
31237
31218
  "filename": "src/release/publisher.ts",
31238
- "line": 504
31219
+ "line": 555
31239
31220
  },
31240
31221
  "name": "codeArtifactOptions",
31241
31222
  "optional": true,
@@ -31247,14 +31228,15 @@
31247
31228
  "abstract": true,
31248
31229
  "docs": {
31249
31230
  "default": "\"latest\"",
31231
+ "deprecated": "Use `npmDistTag` for each release branch instead.",
31250
31232
  "remarks": "For example, a project might choose to have multiple streams of development\nand use a different tag for each stream, e.g., stable, beta, dev, canary.\n\nBy default, the `latest` tag is used by npm to identify the current version\nof a package, and `npm install <pkg>` (without any `@<version>` or `@<tag>`\nspecifier) installs the latest tag. Typically, projects only use the\n`latest` tag for stable release versions, and use other tags for unstable\nversions such as prereleases.\n\nThe `next` tag is used by some projects to identify the upcoming version.",
31251
- "stability": "experimental",
31233
+ "stability": "deprecated",
31252
31234
  "summary": "Tags can be used to provide an alias instead of version numbers."
31253
31235
  },
31254
31236
  "immutable": true,
31255
31237
  "locationInModule": {
31256
31238
  "filename": "src/release/publisher.ts",
31257
- "line": 477
31239
+ "line": 528
31258
31240
  },
31259
31241
  "name": "distTag",
31260
31242
  "optional": true,
@@ -31272,7 +31254,7 @@
31272
31254
  "immutable": true,
31273
31255
  "locationInModule": {
31274
31256
  "filename": "src/release/publisher.ts",
31275
- "line": 497
31257
+ "line": 548
31276
31258
  },
31277
31259
  "name": "npmTokenSecret",
31278
31260
  "optional": true,
@@ -31292,7 +31274,7 @@
31292
31274
  "immutable": true,
31293
31275
  "locationInModule": {
31294
31276
  "filename": "src/release/publisher.ts",
31295
- "line": 491
31277
+ "line": 542
31296
31278
  },
31297
31279
  "name": "registry",
31298
31280
  "optional": true,
@@ -31314,7 +31296,7 @@
31314
31296
  "kind": "interface",
31315
31297
  "locationInModule": {
31316
31298
  "filename": "src/release/publisher.ts",
31317
- "line": 570
31299
+ "line": 621
31318
31300
  },
31319
31301
  "name": "NugetPublishOptions",
31320
31302
  "namespace": "release",
@@ -31329,7 +31311,7 @@
31329
31311
  "immutable": true,
31330
31312
  "locationInModule": {
31331
31313
  "filename": "src/release/publisher.ts",
31332
- "line": 576
31314
+ "line": 627
31333
31315
  },
31334
31316
  "name": "nugetApiKeySecret",
31335
31317
  "optional": true,
@@ -31355,7 +31337,7 @@
31355
31337
  },
31356
31338
  "locationInModule": {
31357
31339
  "filename": "src/release/publisher.ts",
31358
- "line": 89
31340
+ "line": 100
31359
31341
  },
31360
31342
  "parameters": [
31361
31343
  {
@@ -31372,13 +31354,10 @@
31372
31354
  }
31373
31355
  ]
31374
31356
  },
31375
- "interfaces": [
31376
- "projen.github.IJobProvider"
31377
- ],
31378
31357
  "kind": "class",
31379
31358
  "locationInModule": {
31380
31359
  "filename": "src/release/publisher.ts",
31381
- "line": 76
31360
+ "line": 86
31382
31361
  },
31383
31362
  "methods": [
31384
31363
  {
@@ -31389,7 +31368,7 @@
31389
31368
  },
31390
31369
  "locationInModule": {
31391
31370
  "filename": "src/release/publisher.ts",
31392
- "line": 117
31371
+ "line": 142
31393
31372
  },
31394
31373
  "name": "publishToGit",
31395
31374
  "parameters": [
@@ -31416,7 +31395,7 @@
31416
31395
  },
31417
31396
  "locationInModule": {
31418
31397
  "filename": "src/release/publisher.ts",
31419
- "line": 152
31398
+ "line": 177
31420
31399
  },
31421
31400
  "name": "publishToGitHubReleases",
31422
31401
  "parameters": [
@@ -31438,7 +31417,7 @@
31438
31417
  },
31439
31418
  "locationInModule": {
31440
31419
  "filename": "src/release/publisher.ts",
31441
- "line": 302
31420
+ "line": 339
31442
31421
  },
31443
31422
  "name": "publishToGo",
31444
31423
  "parameters": [
@@ -31461,7 +31440,7 @@
31461
31440
  },
31462
31441
  "locationInModule": {
31463
31442
  "filename": "src/release/publisher.ts",
31464
- "line": 245
31443
+ "line": 282
31465
31444
  },
31466
31445
  "name": "publishToMaven",
31467
31446
  "parameters": [
@@ -31484,7 +31463,7 @@
31484
31463
  },
31485
31464
  "locationInModule": {
31486
31465
  "filename": "src/release/publisher.ts",
31487
- "line": 197
31466
+ "line": 224
31488
31467
  },
31489
31468
  "name": "publishToNpm",
31490
31469
  "parameters": [
@@ -31507,7 +31486,7 @@
31507
31486
  },
31508
31487
  "locationInModule": {
31509
31488
  "filename": "src/release/publisher.ts",
31510
- "line": 229
31489
+ "line": 266
31511
31490
  },
31512
31491
  "name": "publishToNuget",
31513
31492
  "parameters": [
@@ -31530,7 +31509,7 @@
31530
31509
  },
31531
31510
  "locationInModule": {
31532
31511
  "filename": "src/release/publisher.ts",
31533
- "line": 282
31512
+ "line": 319
31534
31513
  },
31535
31514
  "name": "publishToPyPi",
31536
31515
  "parameters": [
@@ -31545,29 +31524,6 @@
31545
31524
  }
31546
31525
  }
31547
31526
  ]
31548
- },
31549
- {
31550
- "docs": {
31551
- "returns": "GitHub workflow jobs",
31552
- "stability": "experimental",
31553
- "summary": "Renders a set of workflow jobs for all the publishers."
31554
- },
31555
- "locationInModule": {
31556
- "filename": "src/release/publisher.ts",
31557
- "line": 106
31558
- },
31559
- "name": "renderJobs",
31560
- "overrides": "projen.github.IJobProvider",
31561
- "returns": {
31562
- "type": {
31563
- "collection": {
31564
- "elementtype": {
31565
- "fqn": "projen.github.workflows.Job"
31566
- },
31567
- "kind": "map"
31568
- }
31569
- }
31570
- }
31571
31527
  }
31572
31528
  ],
31573
31529
  "name": "Publisher",
@@ -31580,7 +31536,7 @@
31580
31536
  "immutable": true,
31581
31537
  "locationInModule": {
31582
31538
  "filename": "src/release/publisher.ts",
31583
- "line": 78
31539
+ "line": 88
31584
31540
  },
31585
31541
  "name": "artifactName",
31586
31542
  "type": {
@@ -31594,7 +31550,7 @@
31594
31550
  "immutable": true,
31595
31551
  "locationInModule": {
31596
31552
  "filename": "src/release/publisher.ts",
31597
- "line": 77
31553
+ "line": 87
31598
31554
  },
31599
31555
  "name": "buildJobId",
31600
31556
  "type": {
@@ -31608,7 +31564,7 @@
31608
31564
  "immutable": true,
31609
31565
  "locationInModule": {
31610
31566
  "filename": "src/release/publisher.ts",
31611
- "line": 79
31567
+ "line": 89
31612
31568
  },
31613
31569
  "name": "jsiiReleaseVersion",
31614
31570
  "type": {
@@ -31622,7 +31578,7 @@
31622
31578
  "immutable": true,
31623
31579
  "locationInModule": {
31624
31580
  "filename": "src/release/publisher.ts",
31625
- "line": 80
31581
+ "line": 90
31626
31582
  },
31627
31583
  "name": "condition",
31628
31584
  "optional": true,
@@ -31757,6 +31713,25 @@
31757
31713
  "primitive": "string"
31758
31714
  }
31759
31715
  },
31716
+ {
31717
+ "abstract": true,
31718
+ "docs": {
31719
+ "default": "false",
31720
+ "remarks": "Normally, publishing only happens within automated workflows. Enable this\nin order to create a publishing task for each publishing activity.",
31721
+ "stability": "experimental",
31722
+ "summary": "Define publishing tasks that can be executed manually as well as workflows."
31723
+ },
31724
+ "immutable": true,
31725
+ "locationInModule": {
31726
+ "filename": "src/release/publisher.ts",
31727
+ "line": 78
31728
+ },
31729
+ "name": "publishTasks",
31730
+ "optional": true,
31731
+ "type": {
31732
+ "primitive": "boolean"
31733
+ }
31734
+ },
31760
31735
  {
31761
31736
  "abstract": true,
31762
31737
  "docs": {
@@ -31794,7 +31769,7 @@
31794
31769
  "kind": "interface",
31795
31770
  "locationInModule": {
31796
31771
  "filename": "src/release/publisher.ts",
31797
- "line": 541
31772
+ "line": 592
31798
31773
  },
31799
31774
  "name": "PyPiPublishOptions",
31800
31775
  "namespace": "release",
@@ -31809,7 +31784,7 @@
31809
31784
  "immutable": true,
31810
31785
  "locationInModule": {
31811
31786
  "filename": "src/release/publisher.ts",
31812
- "line": 559
31787
+ "line": 610
31813
31788
  },
31814
31789
  "name": "twinePasswordSecret",
31815
31790
  "optional": true,
@@ -31827,7 +31802,7 @@
31827
31802
  "immutable": true,
31828
31803
  "locationInModule": {
31829
31804
  "filename": "src/release/publisher.ts",
31830
- "line": 547
31805
+ "line": 598
31831
31806
  },
31832
31807
  "name": "twineRegistryUrl",
31833
31808
  "optional": true,
@@ -31845,7 +31820,7 @@
31845
31820
  "immutable": true,
31846
31821
  "locationInModule": {
31847
31822
  "filename": "src/release/publisher.ts",
31848
- "line": 553
31823
+ "line": 604
31849
31824
  },
31850
31825
  "name": "twineUsernameSecret",
31851
31826
  "optional": true,
@@ -31871,7 +31846,7 @@
31871
31846
  },
31872
31847
  "locationInModule": {
31873
31848
  "filename": "src/release/release.ts",
31874
- "line": 225
31849
+ "line": 245
31875
31850
  },
31876
31851
  "parameters": [
31877
31852
  {
@@ -31891,7 +31866,7 @@
31891
31866
  "kind": "class",
31892
31867
  "locationInModule": {
31893
31868
  "filename": "src/release/release.ts",
31894
- "line": 204
31869
+ "line": 224
31895
31870
  },
31896
31871
  "methods": [
31897
31872
  {
@@ -31902,7 +31877,7 @@
31902
31877
  },
31903
31878
  "locationInModule": {
31904
31879
  "filename": "src/release/release.ts",
31905
- "line": 314
31880
+ "line": 327
31906
31881
  },
31907
31882
  "name": "addBranch",
31908
31883
  "parameters": [
@@ -31933,7 +31908,7 @@
31933
31908
  },
31934
31909
  "locationInModule": {
31935
31910
  "filename": "src/release/release.ts",
31936
- "line": 343
31911
+ "line": 378
31937
31912
  },
31938
31913
  "name": "addJobs",
31939
31914
  "parameters": [
@@ -31952,6 +31927,18 @@
31952
31927
  }
31953
31928
  }
31954
31929
  ]
31930
+ },
31931
+ {
31932
+ "docs": {
31933
+ "stability": "experimental",
31934
+ "summary": "Called before synthesis."
31935
+ },
31936
+ "locationInModule": {
31937
+ "filename": "src/release/release.ts",
31938
+ "line": 363
31939
+ },
31940
+ "name": "preSynthesize",
31941
+ "overrides": "projen.Component"
31955
31942
  }
31956
31943
  ],
31957
31944
  "name": "Release",
@@ -31965,7 +31952,7 @@
31965
31952
  "immutable": true,
31966
31953
  "locationInModule": {
31967
31954
  "filename": "src/release/release.ts",
31968
- "line": 352
31955
+ "line": 387
31969
31956
  },
31970
31957
  "name": "branches",
31971
31958
  "type": {
@@ -31985,7 +31972,7 @@
31985
31972
  "immutable": true,
31986
31973
  "locationInModule": {
31987
31974
  "filename": "src/release/release.ts",
31988
- "line": 208
31975
+ "line": 228
31989
31976
  },
31990
31977
  "name": "publisher",
31991
31978
  "type": {
@@ -32009,7 +31996,7 @@
32009
31996
  "kind": "interface",
32010
31997
  "locationInModule": {
32011
31998
  "filename": "src/release/release.ts",
32012
- "line": 166
31999
+ "line": 186
32013
32000
  },
32014
32001
  "name": "ReleaseOptions",
32015
32002
  "namespace": "release",
@@ -32024,7 +32011,7 @@
32024
32011
  "immutable": true,
32025
32012
  "locationInModule": {
32026
32013
  "filename": "src/release/release.ts",
32027
- "line": 189
32014
+ "line": 209
32028
32015
  },
32029
32016
  "name": "branch",
32030
32017
  "type": {
@@ -32041,7 +32028,7 @@
32041
32028
  "immutable": true,
32042
32029
  "locationInModule": {
32043
32030
  "filename": "src/release/release.ts",
32044
- "line": 172
32031
+ "line": 192
32045
32032
  },
32046
32033
  "name": "task",
32047
32034
  "type": {
@@ -32058,7 +32045,7 @@
32058
32045
  "immutable": true,
32059
32046
  "locationInModule": {
32060
32047
  "filename": "src/release/release.ts",
32061
- "line": 179
32048
+ "line": 199
32062
32049
  },
32063
32050
  "name": "versionFile",
32064
32051
  "type": {
@@ -32075,7 +32062,7 @@
32075
32062
  "immutable": true,
32076
32063
  "locationInModule": {
32077
32064
  "filename": "src/release/release.ts",
32078
- "line": 196
32065
+ "line": 216
32079
32066
  },
32080
32067
  "name": "githubRelease",
32081
32068
  "optional": true,
@@ -32175,6 +32162,25 @@
32175
32162
  "primitive": "number"
32176
32163
  }
32177
32164
  },
32165
+ {
32166
+ "abstract": true,
32167
+ "docs": {
32168
+ "default": "\"latest\"",
32169
+ "remarks": "To set the npm dist-tag for release branches, set the `npmDistTag` property\nfor each branch.",
32170
+ "stability": "experimental",
32171
+ "summary": "The npmDistTag to use when publishing from the default branch."
32172
+ },
32173
+ "immutable": true,
32174
+ "locationInModule": {
32175
+ "filename": "src/release/release.ts",
32176
+ "line": 107
32177
+ },
32178
+ "name": "npmDistTag",
32179
+ "optional": true,
32180
+ "type": {
32181
+ "primitive": "string"
32182
+ }
32183
+ },
32178
32184
  {
32179
32185
  "abstract": true,
32180
32186
  "docs": {
@@ -32216,6 +32222,25 @@
32216
32222
  "primitive": "string"
32217
32223
  }
32218
32224
  },
32225
+ {
32226
+ "abstract": true,
32227
+ "docs": {
32228
+ "default": "false",
32229
+ "remarks": "Normally, publishing only happens within automated workflows. Enable this\nin order to create a publishing task for each publishing activity.",
32230
+ "stability": "experimental",
32231
+ "summary": "Define publishing tasks that can be executed manually as well as workflows."
32232
+ },
32233
+ "immutable": true,
32234
+ "locationInModule": {
32235
+ "filename": "src/release/release.ts",
32236
+ "line": 180
32237
+ },
32238
+ "name": "publishTasks",
32239
+ "optional": true,
32240
+ "type": {
32241
+ "primitive": "boolean"
32242
+ }
32243
+ },
32219
32244
  {
32220
32245
  "abstract": true,
32221
32246
  "docs": {
@@ -32227,7 +32252,7 @@
32227
32252
  "immutable": true,
32228
32253
  "locationInModule": {
32229
32254
  "filename": "src/release/release.ts",
32230
- "line": 117
32255
+ "line": 127
32231
32256
  },
32232
32257
  "name": "releaseBranches",
32233
32258
  "optional": true,
@@ -32269,7 +32294,7 @@
32269
32294
  "immutable": true,
32270
32295
  "locationInModule": {
32271
32296
  "filename": "src/release/release.ts",
32272
- "line": 124
32297
+ "line": 134
32273
32298
  },
32274
32299
  "name": "releaseFailureIssue",
32275
32300
  "optional": true,
@@ -32288,7 +32313,7 @@
32288
32313
  "immutable": true,
32289
32314
  "locationInModule": {
32290
32315
  "filename": "src/release/release.ts",
32291
- "line": 132
32316
+ "line": 142
32292
32317
  },
32293
32318
  "name": "releaseFailureIssueLabel",
32294
32319
  "optional": true,
@@ -32326,7 +32351,7 @@
32326
32351
  "immutable": true,
32327
32352
  "locationInModule": {
32328
32353
  "filename": "src/release/release.ts",
32329
- "line": 146
32354
+ "line": 156
32330
32355
  },
32331
32356
  "name": "releaseTagPrefix",
32332
32357
  "optional": true,
@@ -32362,7 +32387,7 @@
32362
32387
  "immutable": true,
32363
32388
  "locationInModule": {
32364
32389
  "filename": "src/release/release.ts",
32365
- "line": 104
32390
+ "line": 114
32366
32391
  },
32367
32392
  "name": "releaseWorkflowName",
32368
32393
  "optional": true,
@@ -32403,7 +32428,7 @@
32403
32428
  "immutable": true,
32404
32429
  "locationInModule": {
32405
32430
  "filename": "src/release/release.ts",
32406
- "line": 154
32431
+ "line": 164
32407
32432
  },
32408
32433
  "name": "versionrcOptions",
32409
32434
  "optional": true,
@@ -32444,7 +32469,7 @@
32444
32469
  "immutable": true,
32445
32470
  "locationInModule": {
32446
32471
  "filename": "src/release/release.ts",
32447
- "line": 160
32472
+ "line": 170
32448
32473
  },
32449
32474
  "name": "workflowRunsOn",
32450
32475
  "optional": true,
@@ -35239,6 +35264,6 @@
35239
35264
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
35240
35265
  }
35241
35266
  },
35242
- "version": "0.39.1",
35243
- "fingerprint": "QpW29zU6jQZelhYPKVag7wgfkFKQNWvZfVXeoR14otw="
35267
+ "version": "0.40.0",
35268
+ "fingerprint": "ta79HsB+9ufM/5HYL5+pjgVVUtNBoszbPCGMkyp4C00="
35244
35269
  }