projen 0.39.4 → 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 (103) hide show
  1. package/.jsii +276 -303
  2. package/API.md +85 -67
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/awscdk-app-ts.js +1 -1
  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/ini.js +1 -1
  38. package/lib/java/java-project.js +1 -1
  39. package/lib/java/junit.js +1 -1
  40. package/lib/java/maven-compile.js +1 -1
  41. package/lib/java/maven-packaging.js +1 -1
  42. package/lib/java/maven-sample.js +1 -1
  43. package/lib/java/pom.js +1 -1
  44. package/lib/java/projenrc.js +1 -1
  45. package/lib/javascript/bundler.js +1 -1
  46. package/lib/javascript/eslint.js +1 -1
  47. package/lib/javascript/jest.js +1 -1
  48. package/lib/javascript/node-package.d.ts +0 -24
  49. package/lib/javascript/node-package.js +4 -8
  50. package/lib/javascript/node-project.d.ts +0 -8
  51. package/lib/javascript/node-project.js +2 -5
  52. package/lib/javascript/npm-config.js +1 -1
  53. package/lib/javascript/projenrc.js +1 -1
  54. package/lib/javascript/typescript-config.js +1 -1
  55. package/lib/javascript/upgrade-dependencies.js +2 -2
  56. package/lib/json.js +1 -1
  57. package/lib/license.js +1 -1
  58. package/lib/logger.js +1 -1
  59. package/lib/makefile.js +1 -1
  60. package/lib/object-file.js +1 -1
  61. package/lib/project-build.js +1 -1
  62. package/lib/project.js +1 -1
  63. package/lib/projects.js +1 -1
  64. package/lib/projenrc-json.js +1 -1
  65. package/lib/python/pip.js +1 -1
  66. package/lib/python/poetry.js +2 -2
  67. package/lib/python/projenrc.js +1 -1
  68. package/lib/python/pytest.js +1 -1
  69. package/lib/python/python-project.js +1 -1
  70. package/lib/python/python-sample.js +1 -1
  71. package/lib/python/requirements-file.js +1 -1
  72. package/lib/python/setuppy.js +1 -1
  73. package/lib/python/setuptools.js +1 -1
  74. package/lib/python/venv.js +1 -1
  75. package/lib/readme.js +1 -1
  76. package/lib/release/publisher.d.ts +23 -9
  77. package/lib/release/publisher.js +212 -172
  78. package/lib/release/release-trigger.js +1 -1
  79. package/lib/release/release.d.ts +44 -0
  80. package/lib/release/release.js +44 -25
  81. package/lib/sample-file.js +2 -2
  82. package/lib/semver.js +1 -1
  83. package/lib/source-code.js +1 -1
  84. package/lib/task-runtime.js +1 -1
  85. package/lib/task.js +1 -1
  86. package/lib/tasks.js +1 -1
  87. package/lib/testing.js +1 -1
  88. package/lib/textfile.js +1 -1
  89. package/lib/toml.js +1 -1
  90. package/lib/typescript/projenrc.js +1 -1
  91. package/lib/typescript/typescript-typedoc.js +1 -1
  92. package/lib/typescript/typescript.js +3 -3
  93. package/lib/version.js +1 -1
  94. package/lib/vscode/devcontainer.js +1 -1
  95. package/lib/vscode/launch-config.js +1 -1
  96. package/lib/vscode/vscode.js +1 -1
  97. package/lib/web/next.js +3 -3
  98. package/lib/web/postcss.js +1 -1
  99. package/lib/web/react.js +4 -4
  100. package/lib/web/tailwind.js +1 -1
  101. package/lib/xmlfile.js +1 -1
  102. package/lib/yaml.js +1 -1
  103. package/package.json +1 -5
package/.jsii CHANGED
@@ -13928,7 +13928,7 @@
13928
13928
  },
13929
13929
  "locationInModule": {
13930
13930
  "filename": "src/github/workflows.ts",
13931
- "line": 57
13931
+ "line": 56
13932
13932
  },
13933
13933
  "parameters": [
13934
13934
  {
@@ -13965,7 +13965,7 @@
13965
13965
  },
13966
13966
  "locationInModule": {
13967
13967
  "filename": "src/github/workflows.ts",
13968
- "line": 89
13968
+ "line": 88
13969
13969
  },
13970
13970
  "name": "addJobs",
13971
13971
  "parameters": [
@@ -13985,29 +13985,6 @@
13985
13985
  }
13986
13986
  ]
13987
13987
  },
13988
- {
13989
- "docs": {
13990
- "remarks": "Useful if a component creates jobs that\nmay not be all available until project synthesis time.",
13991
- "stability": "experimental",
13992
- "summary": "Add jobs from a dynamic source."
13993
- },
13994
- "locationInModule": {
13995
- "filename": "src/github/workflows.ts",
13996
- "line": 117
13997
- },
13998
- "name": "addJobsLater",
13999
- "parameters": [
14000
- {
14001
- "docs": {
14002
- "summary": "Source of jobs."
14003
- },
14004
- "name": "provider",
14005
- "type": {
14006
- "fqn": "projen.github.IJobProvider"
14007
- }
14008
- }
14009
- ]
14010
- },
14011
13988
  {
14012
13989
  "docs": {
14013
13990
  "stability": "experimental",
@@ -14015,7 +13992,7 @@
14015
13992
  },
14016
13993
  "locationInModule": {
14017
13994
  "filename": "src/github/workflows.ts",
14018
- "line": 77
13995
+ "line": 76
14019
13996
  },
14020
13997
  "name": "on",
14021
13998
  "parameters": [
@@ -14152,7 +14129,7 @@
14152
14129
  "kind": "interface",
14153
14130
  "locationInModule": {
14154
14131
  "filename": "src/github/workflows.ts",
14155
- "line": 241
14132
+ "line": 219
14156
14133
  },
14157
14134
  "methods": [
14158
14135
  {
@@ -14163,7 +14140,7 @@
14163
14140
  },
14164
14141
  "locationInModule": {
14165
14142
  "filename": "src/github/workflows.ts",
14166
- "line": 245
14143
+ "line": 223
14167
14144
  },
14168
14145
  "name": "renderJobs",
14169
14146
  "returns": {
@@ -20602,7 +20579,7 @@
20602
20579
  "kind": "interface",
20603
20580
  "locationInModule": {
20604
20581
  "filename": "src/javascript/node-package.ts",
20605
- "line": 294
20582
+ "line": 275
20606
20583
  },
20607
20584
  "name": "CodeArtifactOptions",
20608
20585
  "namespace": "javascript",
@@ -20618,7 +20595,7 @@
20618
20595
  "immutable": true,
20619
20596
  "locationInModule": {
20620
20597
  "filename": "src/javascript/node-package.ts",
20621
- "line": 301
20598
+ "line": 282
20622
20599
  },
20623
20600
  "name": "accessKeyIdSecret",
20624
20601
  "optional": true,
@@ -20636,7 +20613,7 @@
20636
20613
  "immutable": true,
20637
20614
  "locationInModule": {
20638
20615
  "filename": "src/javascript/node-package.ts",
20639
- "line": 317
20616
+ "line": 298
20640
20617
  },
20641
20618
  "name": "roleToAssume",
20642
20619
  "optional": true,
@@ -20655,7 +20632,7 @@
20655
20632
  "immutable": true,
20656
20633
  "locationInModule": {
20657
20634
  "filename": "src/javascript/node-package.ts",
20658
- "line": 309
20635
+ "line": 290
20659
20636
  },
20660
20637
  "name": "secretAccessKeySecret",
20661
20638
  "optional": true,
@@ -23142,7 +23119,7 @@
23142
23119
  },
23143
23120
  "locationInModule": {
23144
23121
  "filename": "src/javascript/node-package.ts",
23145
- "line": 411
23122
+ "line": 387
23146
23123
  },
23147
23124
  "parameters": [
23148
23125
  {
@@ -23163,7 +23140,7 @@
23163
23140
  "kind": "class",
23164
23141
  "locationInModule": {
23165
23142
  "filename": "src/javascript/node-package.ts",
23166
- "line": 323
23143
+ "line": 304
23167
23144
  },
23168
23145
  "methods": [
23169
23146
  {
@@ -23172,7 +23149,7 @@
23172
23149
  },
23173
23150
  "locationInModule": {
23174
23151
  "filename": "src/javascript/node-package.ts",
23175
- "line": 589
23152
+ "line": 564
23176
23153
  },
23177
23154
  "name": "addBin",
23178
23155
  "parameters": [
@@ -23197,7 +23174,7 @@
23197
23174
  },
23198
23175
  "locationInModule": {
23199
23176
  "filename": "src/javascript/node-package.ts",
23200
- "line": 560
23177
+ "line": 535
23201
23178
  },
23202
23179
  "name": "addBundledDeps",
23203
23180
  "parameters": [
@@ -23222,7 +23199,7 @@
23222
23199
  },
23223
23200
  "locationInModule": {
23224
23201
  "filename": "src/javascript/node-package.ts",
23225
- "line": 503
23202
+ "line": 478
23226
23203
  },
23227
23204
  "name": "addDeps",
23228
23205
  "parameters": [
@@ -23247,7 +23224,7 @@
23247
23224
  },
23248
23225
  "locationInModule": {
23249
23226
  "filename": "src/javascript/node-package.ts",
23250
- "line": 518
23227
+ "line": 493
23251
23228
  },
23252
23229
  "name": "addDevDeps",
23253
23230
  "parameters": [
@@ -23272,7 +23249,7 @@
23272
23249
  },
23273
23250
  "locationInModule": {
23274
23251
  "filename": "src/javascript/node-package.ts",
23275
- "line": 575
23252
+ "line": 550
23276
23253
  },
23277
23254
  "name": "addEngine",
23278
23255
  "parameters": [
@@ -23306,7 +23283,7 @@
23306
23283
  },
23307
23284
  "locationInModule": {
23308
23285
  "filename": "src/javascript/node-package.ts",
23309
- "line": 629
23286
+ "line": 604
23310
23287
  },
23311
23288
  "name": "addField",
23312
23289
  "parameters": [
@@ -23337,7 +23314,7 @@
23337
23314
  },
23338
23315
  "locationInModule": {
23339
23316
  "filename": "src/javascript/node-package.ts",
23340
- "line": 583
23317
+ "line": 558
23341
23318
  },
23342
23319
  "name": "addKeywords",
23343
23320
  "parameters": [
@@ -23362,7 +23339,7 @@
23362
23339
  },
23363
23340
  "locationInModule": {
23364
23341
  "filename": "src/javascript/node-package.ts",
23365
- "line": 538
23342
+ "line": 513
23366
23343
  },
23367
23344
  "name": "addPeerDeps",
23368
23345
  "parameters": [
@@ -23387,7 +23364,7 @@
23387
23364
  },
23388
23365
  "locationInModule": {
23389
23366
  "filename": "src/javascript/node-package.ts",
23390
- "line": 637
23367
+ "line": 612
23391
23368
  },
23392
23369
  "name": "addVersion",
23393
23370
  "parameters": [
@@ -23410,7 +23387,7 @@
23410
23387
  },
23411
23388
  "locationInModule": {
23412
23389
  "filename": "src/javascript/node-package.ts",
23413
- "line": 619
23390
+ "line": 594
23414
23391
  },
23415
23392
  "name": "hasScript",
23416
23393
  "parameters": [
@@ -23438,7 +23415,7 @@
23438
23415
  },
23439
23416
  "locationInModule": {
23440
23417
  "filename": "src/javascript/node-package.ts",
23441
- "line": 706
23418
+ "line": 681
23442
23419
  },
23443
23420
  "name": "postSynthesize",
23444
23421
  "overrides": "projen.Component"
@@ -23450,7 +23427,7 @@
23450
23427
  },
23451
23428
  "locationInModule": {
23452
23429
  "filename": "src/javascript/node-package.ts",
23453
- "line": 701
23430
+ "line": 676
23454
23431
  },
23455
23432
  "name": "preSynthesize",
23456
23433
  "overrides": "projen.Component"
@@ -23462,7 +23439,7 @@
23462
23439
  },
23463
23440
  "locationInModule": {
23464
23441
  "filename": "src/javascript/node-package.ts",
23465
- "line": 609
23442
+ "line": 584
23466
23443
  },
23467
23444
  "name": "removeScript",
23468
23445
  "parameters": [
@@ -23484,7 +23461,7 @@
23484
23461
  },
23485
23462
  "locationInModule": {
23486
23463
  "filename": "src/javascript/node-package.ts",
23487
- "line": 658
23464
+ "line": 633
23488
23465
  },
23489
23466
  "name": "renderUpgradePackagesCommand",
23490
23467
  "parameters": [
@@ -23525,7 +23502,7 @@
23525
23502
  },
23526
23503
  "locationInModule": {
23527
23504
  "filename": "src/javascript/node-package.ts",
23528
- "line": 601
23505
+ "line": 576
23529
23506
  },
23530
23507
  "name": "setScript",
23531
23508
  "parameters": [
@@ -23561,7 +23538,7 @@
23561
23538
  "immutable": true,
23562
23539
  "locationInModule": {
23563
23540
  "filename": "src/javascript/node-package.ts",
23564
- "line": 338
23541
+ "line": 319
23565
23542
  },
23566
23543
  "name": "allowLibraryDependencies",
23567
23544
  "type": {
@@ -23576,7 +23553,7 @@
23576
23553
  "immutable": true,
23577
23554
  "locationInModule": {
23578
23555
  "filename": "src/javascript/node-package.ts",
23579
- "line": 333
23556
+ "line": 314
23580
23557
  },
23581
23558
  "name": "entrypoint",
23582
23559
  "type": {
@@ -23591,7 +23568,7 @@
23591
23568
  "immutable": true,
23592
23569
  "locationInModule": {
23593
23570
  "filename": "src/javascript/node-package.ts",
23594
- "line": 651
23571
+ "line": 626
23595
23572
  },
23596
23573
  "name": "installAndUpdateLockfileCommand",
23597
23574
  "type": {
@@ -23606,7 +23583,7 @@
23606
23583
  "immutable": true,
23607
23584
  "locationInModule": {
23608
23585
  "filename": "src/javascript/node-package.ts",
23609
- "line": 644
23586
+ "line": 619
23610
23587
  },
23611
23588
  "name": "installCommand",
23612
23589
  "type": {
@@ -23621,7 +23598,7 @@
23621
23598
  "immutable": true,
23622
23599
  "locationInModule": {
23623
23600
  "filename": "src/javascript/node-package.ts",
23624
- "line": 402
23601
+ "line": 378
23625
23602
  },
23626
23603
  "name": "lockFile",
23627
23604
  "type": {
@@ -23636,7 +23613,7 @@
23636
23613
  "immutable": true,
23637
23614
  "locationInModule": {
23638
23615
  "filename": "src/javascript/node-package.ts",
23639
- "line": 348
23616
+ "line": 329
23640
23617
  },
23641
23618
  "name": "manifest",
23642
23619
  "type": {
@@ -23651,28 +23628,13 @@
23651
23628
  "immutable": true,
23652
23629
  "locationInModule": {
23653
23630
  "filename": "src/javascript/node-package.ts",
23654
- "line": 397
23631
+ "line": 373
23655
23632
  },
23656
23633
  "name": "npmAccess",
23657
23634
  "type": {
23658
23635
  "fqn": "projen.javascript.NpmAccess"
23659
23636
  }
23660
23637
  },
23661
- {
23662
- "docs": {
23663
- "stability": "experimental",
23664
- "summary": "npm distribution tag."
23665
- },
23666
- "immutable": true,
23667
- "locationInModule": {
23668
- "filename": "src/javascript/node-package.ts",
23669
- "line": 370
23670
- },
23671
- "name": "npmDistTag",
23672
- "type": {
23673
- "primitive": "string"
23674
- }
23675
- },
23676
23638
  {
23677
23639
  "docs": {
23678
23640
  "stability": "experimental",
@@ -23681,7 +23643,7 @@
23681
23643
  "immutable": true,
23682
23644
  "locationInModule": {
23683
23645
  "filename": "src/javascript/node-package.ts",
23684
- "line": 380
23646
+ "line": 356
23685
23647
  },
23686
23648
  "name": "npmRegistry",
23687
23649
  "type": {
@@ -23696,7 +23658,7 @@
23696
23658
  "immutable": true,
23697
23659
  "locationInModule": {
23698
23660
  "filename": "src/javascript/node-package.ts",
23699
- "line": 375
23661
+ "line": 351
23700
23662
  },
23701
23663
  "name": "npmRegistryUrl",
23702
23664
  "type": {
@@ -23711,7 +23673,7 @@
23711
23673
  "immutable": true,
23712
23674
  "locationInModule": {
23713
23675
  "filename": "src/javascript/node-package.ts",
23714
- "line": 343
23676
+ "line": 324
23715
23677
  },
23716
23678
  "name": "packageManager",
23717
23679
  "type": {
@@ -23726,7 +23688,7 @@
23726
23688
  "immutable": true,
23727
23689
  "locationInModule": {
23728
23690
  "filename": "src/javascript/node-package.ts",
23729
- "line": 328
23691
+ "line": 309
23730
23692
  },
23731
23693
  "name": "packageName",
23732
23694
  "type": {
@@ -23741,7 +23703,7 @@
23741
23703
  "immutable": true,
23742
23704
  "locationInModule": {
23743
23705
  "filename": "src/javascript/node-package.ts",
23744
- "line": 719
23706
+ "line": 694
23745
23707
  },
23746
23708
  "name": "projenCommand",
23747
23709
  "type": {
@@ -23757,7 +23719,7 @@
23757
23719
  "immutable": true,
23758
23720
  "locationInModule": {
23759
23721
  "filename": "src/javascript/node-package.ts",
23760
- "line": 392
23722
+ "line": 368
23761
23723
  },
23762
23724
  "name": "codeArtifactOptions",
23763
23725
  "optional": true,
@@ -23774,7 +23736,7 @@
23774
23736
  "immutable": true,
23775
23737
  "locationInModule": {
23776
23738
  "filename": "src/javascript/node-package.ts",
23777
- "line": 365
23739
+ "line": 346
23778
23740
  },
23779
23741
  "name": "license",
23780
23742
  "optional": true,
@@ -23791,7 +23753,7 @@
23791
23753
  "immutable": true,
23792
23754
  "locationInModule": {
23793
23755
  "filename": "src/javascript/node-package.ts",
23794
- "line": 360
23756
+ "line": 341
23795
23757
  },
23796
23758
  "name": "maxNodeVersion",
23797
23759
  "optional": true,
@@ -23808,7 +23770,7 @@
23808
23770
  "immutable": true,
23809
23771
  "locationInModule": {
23810
23772
  "filename": "src/javascript/node-package.ts",
23811
- "line": 354
23773
+ "line": 335
23812
23774
  },
23813
23775
  "name": "minNodeVersion",
23814
23776
  "optional": true,
@@ -23824,7 +23786,7 @@
23824
23786
  "immutable": true,
23825
23787
  "locationInModule": {
23826
23788
  "filename": "src/javascript/node-package.ts",
23827
- "line": 385
23789
+ "line": 361
23828
23790
  },
23829
23791
  "name": "npmTokenSecret",
23830
23792
  "optional": true,
@@ -23845,7 +23807,7 @@
23845
23807
  "kind": "enum",
23846
23808
  "locationInModule": {
23847
23809
  "filename": "src/javascript/node-package.ts",
23848
- "line": 1093
23810
+ "line": 1066
23849
23811
  },
23850
23812
  "members": [
23851
23813
  {
@@ -23884,7 +23846,7 @@
23884
23846
  "kind": "interface",
23885
23847
  "locationInModule": {
23886
23848
  "filename": "src/javascript/node-package.ts",
23887
- "line": 21
23849
+ "line": 20
23888
23850
  },
23889
23851
  "name": "NodePackageOptions",
23890
23852
  "namespace": "javascript",
@@ -23900,7 +23862,7 @@
23900
23862
  "immutable": true,
23901
23863
  "locationInModule": {
23902
23864
  "filename": "src/javascript/node-package.ts",
23903
- "line": 115
23865
+ "line": 114
23904
23866
  },
23905
23867
  "name": "allowLibraryDependencies",
23906
23868
  "optional": true,
@@ -23917,7 +23879,7 @@
23917
23879
  "immutable": true,
23918
23880
  "locationInModule": {
23919
23881
  "filename": "src/javascript/node-package.ts",
23920
- "line": 184
23882
+ "line": 183
23921
23883
  },
23922
23884
  "name": "authorEmail",
23923
23885
  "optional": true,
@@ -23934,7 +23896,7 @@
23934
23896
  "immutable": true,
23935
23897
  "locationInModule": {
23936
23898
  "filename": "src/javascript/node-package.ts",
23937
- "line": 179
23899
+ "line": 178
23938
23900
  },
23939
23901
  "name": "authorName",
23940
23902
  "optional": true,
@@ -23951,7 +23913,7 @@
23951
23913
  "immutable": true,
23952
23914
  "locationInModule": {
23953
23915
  "filename": "src/javascript/node-package.ts",
23954
- "line": 194
23916
+ "line": 193
23955
23917
  },
23956
23918
  "name": "authorOrganization",
23957
23919
  "optional": true,
@@ -23968,7 +23930,7 @@
23968
23930
  "immutable": true,
23969
23931
  "locationInModule": {
23970
23932
  "filename": "src/javascript/node-package.ts",
23971
- "line": 189
23933
+ "line": 188
23972
23934
  },
23973
23935
  "name": "authorUrl",
23974
23936
  "optional": true,
@@ -23986,7 +23948,7 @@
23986
23948
  "immutable": true,
23987
23949
  "locationInModule": {
23988
23950
  "filename": "src/javascript/node-package.ts",
23989
- "line": 147
23951
+ "line": 146
23990
23952
  },
23991
23953
  "name": "autoDetectBin",
23992
23954
  "optional": true,
@@ -24004,7 +23966,7 @@
24004
23966
  "immutable": true,
24005
23967
  "locationInModule": {
24006
23968
  "filename": "src/javascript/node-package.ts",
24007
- "line": 139
23969
+ "line": 138
24008
23970
  },
24009
23971
  "name": "bin",
24010
23972
  "optional": true,
@@ -24027,7 +23989,7 @@
24027
23989
  "immutable": true,
24028
23990
  "locationInModule": {
24029
23991
  "filename": "src/javascript/node-package.ts",
24030
- "line": 101
23992
+ "line": 100
24031
23993
  },
24032
23994
  "name": "bundledDeps",
24033
23995
  "optional": true,
@@ -24050,7 +24012,7 @@
24050
24012
  "immutable": true,
24051
24013
  "locationInModule": {
24052
24014
  "filename": "src/javascript/node-package.ts",
24053
- "line": 291
24015
+ "line": 272
24054
24016
  },
24055
24017
  "name": "codeArtifactOptions",
24056
24018
  "optional": true,
@@ -24073,7 +24035,7 @@
24073
24035
  "immutable": true,
24074
24036
  "locationInModule": {
24075
24037
  "filename": "src/javascript/node-package.ts",
24076
- "line": 50
24038
+ "line": 49
24077
24039
  },
24078
24040
  "name": "deps",
24079
24041
  "optional": true,
@@ -24099,7 +24061,7 @@
24099
24061
  "immutable": true,
24100
24062
  "locationInModule": {
24101
24063
  "filename": "src/javascript/node-package.ts",
24102
- "line": 34
24064
+ "line": 33
24103
24065
  },
24104
24066
  "name": "description",
24105
24067
  "optional": true,
@@ -24122,7 +24084,7 @@
24122
24084
  "immutable": true,
24123
24085
  "locationInModule": {
24124
24086
  "filename": "src/javascript/node-package.ts",
24125
- "line": 68
24087
+ "line": 67
24126
24088
  },
24127
24089
  "name": "devDeps",
24128
24090
  "optional": true,
@@ -24146,7 +24108,7 @@
24146
24108
  "immutable": true,
24147
24109
  "locationInModule": {
24148
24110
  "filename": "src/javascript/node-package.ts",
24149
- "line": 129
24111
+ "line": 128
24150
24112
  },
24151
24113
  "name": "entrypoint",
24152
24114
  "optional": true,
@@ -24163,7 +24125,7 @@
24163
24125
  "immutable": true,
24164
24126
  "locationInModule": {
24165
24127
  "filename": "src/javascript/node-package.ts",
24166
- "line": 199
24128
+ "line": 198
24167
24129
  },
24168
24130
  "name": "homepage",
24169
24131
  "optional": true,
@@ -24180,7 +24142,7 @@
24180
24142
  "immutable": true,
24181
24143
  "locationInModule": {
24182
24144
  "filename": "src/javascript/node-package.ts",
24183
- "line": 120
24145
+ "line": 119
24184
24146
  },
24185
24147
  "name": "keywords",
24186
24148
  "optional": true,
@@ -24204,7 +24166,7 @@
24204
24166
  "immutable": true,
24205
24167
  "locationInModule": {
24206
24168
  "filename": "src/javascript/node-package.ts",
24207
- "line": 227
24169
+ "line": 226
24208
24170
  },
24209
24171
  "name": "license",
24210
24172
  "optional": true,
@@ -24222,7 +24184,7 @@
24222
24184
  "immutable": true,
24223
24185
  "locationInModule": {
24224
24186
  "filename": "src/javascript/node-package.ts",
24225
- "line": 234
24187
+ "line": 233
24226
24188
  },
24227
24189
  "name": "licensed",
24228
24190
  "optional": true,
@@ -24240,7 +24202,7 @@
24240
24202
  "immutable": true,
24241
24203
  "locationInModule": {
24242
24204
  "filename": "src/javascript/node-package.ts",
24243
- "line": 218
24205
+ "line": 217
24244
24206
  },
24245
24207
  "name": "maxNodeVersion",
24246
24208
  "optional": true,
@@ -24258,7 +24220,7 @@
24258
24220
  "immutable": true,
24259
24221
  "locationInModule": {
24260
24222
  "filename": "src/javascript/node-package.ts",
24261
- "line": 211
24223
+ "line": 210
24262
24224
  },
24263
24225
  "name": "minNodeVersion",
24264
24226
  "optional": true,
@@ -24276,7 +24238,7 @@
24276
24238
  "immutable": true,
24277
24239
  "locationInModule": {
24278
24240
  "filename": "src/javascript/node-package.ts",
24279
- "line": 277
24241
+ "line": 258
24280
24242
  },
24281
24243
  "name": "npmAccess",
24282
24244
  "optional": true,
@@ -24284,25 +24246,6 @@
24284
24246
  "fqn": "projen.javascript.NpmAccess"
24285
24247
  }
24286
24248
  },
24287
- {
24288
- "abstract": true,
24289
- "docs": {
24290
- "default": "\"latest\"",
24291
- "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.",
24292
- "stability": "experimental",
24293
- "summary": "Tags can be used to provide an alias instead of version numbers."
24294
- },
24295
- "immutable": true,
24296
- "locationInModule": {
24297
- "filename": "src/javascript/node-package.ts",
24298
- "line": 252
24299
- },
24300
- "name": "npmDistTag",
24301
- "optional": true,
24302
- "type": {
24303
- "primitive": "string"
24304
- }
24305
- },
24306
24249
  {
24307
24250
  "abstract": true,
24308
24251
  "docs": {
@@ -24314,7 +24257,7 @@
24314
24257
  "immutable": true,
24315
24258
  "locationInModule": {
24316
24259
  "filename": "src/javascript/node-package.ts",
24317
- "line": 268
24260
+ "line": 249
24318
24261
  },
24319
24262
  "name": "npmRegistry",
24320
24263
  "optional": true,
@@ -24333,7 +24276,7 @@
24333
24276
  "immutable": true,
24334
24277
  "locationInModule": {
24335
24278
  "filename": "src/javascript/node-package.ts",
24336
- "line": 261
24279
+ "line": 242
24337
24280
  },
24338
24281
  "name": "npmRegistryUrl",
24339
24282
  "optional": true,
@@ -24351,7 +24294,7 @@
24351
24294
  "immutable": true,
24352
24295
  "locationInModule": {
24353
24296
  "filename": "src/javascript/node-package.ts",
24354
- "line": 284
24297
+ "line": 265
24355
24298
  },
24356
24299
  "name": "npmTokenSecret",
24357
24300
  "optional": true,
@@ -24369,7 +24312,7 @@
24369
24312
  "immutable": true,
24370
24313
  "locationInModule": {
24371
24314
  "filename": "src/javascript/node-package.ts",
24372
- "line": 162
24315
+ "line": 161
24373
24316
  },
24374
24317
  "name": "packageManager",
24375
24318
  "optional": true,
@@ -24390,7 +24333,7 @@
24390
24333
  "immutable": true,
24391
24334
  "locationInModule": {
24392
24335
  "filename": "src/javascript/node-package.ts",
24393
- "line": 27
24336
+ "line": 26
24394
24337
  },
24395
24338
  "name": "packageName",
24396
24339
  "optional": true,
@@ -24407,7 +24350,7 @@
24407
24350
  "immutable": true,
24408
24351
  "locationInModule": {
24409
24352
  "filename": "src/javascript/node-package.ts",
24410
- "line": 106
24353
+ "line": 105
24411
24354
  },
24412
24355
  "name": "peerDependencyOptions",
24413
24356
  "optional": true,
@@ -24426,7 +24369,7 @@
24426
24369
  "immutable": true,
24427
24370
  "locationInModule": {
24428
24371
  "filename": "src/javascript/node-package.ts",
24429
- "line": 87
24372
+ "line": 86
24430
24373
  },
24431
24374
  "name": "peerDeps",
24432
24375
  "optional": true,
@@ -24449,7 +24392,7 @@
24449
24392
  "immutable": true,
24450
24393
  "locationInModule": {
24451
24394
  "filename": "src/javascript/node-package.ts",
24452
- "line": 168
24395
+ "line": 167
24453
24396
  },
24454
24397
  "name": "repository",
24455
24398
  "optional": true,
@@ -24466,7 +24409,7 @@
24466
24409
  "immutable": true,
24467
24410
  "locationInModule": {
24468
24411
  "filename": "src/javascript/node-package.ts",
24469
- "line": 174
24412
+ "line": 173
24470
24413
  },
24471
24414
  "name": "repositoryDirectory",
24472
24415
  "optional": true,
@@ -24485,7 +24428,7 @@
24485
24428
  "immutable": true,
24486
24429
  "locationInModule": {
24487
24430
  "filename": "src/javascript/node-package.ts",
24488
- "line": 155
24431
+ "line": 154
24489
24432
  },
24490
24433
  "name": "scripts",
24491
24434
  "optional": true,
@@ -24507,7 +24450,7 @@
24507
24450
  "immutable": true,
24508
24451
  "locationInModule": {
24509
24452
  "filename": "src/javascript/node-package.ts",
24510
- "line": 204
24453
+ "line": 203
24511
24454
  },
24512
24455
  "name": "stability",
24513
24456
  "optional": true,
@@ -24535,7 +24478,7 @@
24535
24478
  },
24536
24479
  "locationInModule": {
24537
24480
  "filename": "src/javascript/node-project.ts",
24538
- "line": 402
24481
+ "line": 392
24539
24482
  },
24540
24483
  "parameters": [
24541
24484
  {
@@ -24558,7 +24501,7 @@
24558
24501
  },
24559
24502
  "locationInModule": {
24560
24503
  "filename": "src/javascript/node-project.ts",
24561
- "line": 742
24504
+ "line": 728
24562
24505
  },
24563
24506
  "name": "addBins",
24564
24507
  "parameters": [
@@ -24583,7 +24526,7 @@
24583
24526
  },
24584
24527
  "locationInModule": {
24585
24528
  "filename": "src/javascript/node-project.ts",
24586
- "line": 895
24529
+ "line": 881
24587
24530
  },
24588
24531
  "name": "addBundledDeps",
24589
24532
  "parameters": [
@@ -24609,7 +24552,7 @@
24609
24552
  },
24610
24553
  "locationInModule": {
24611
24554
  "filename": "src/javascript/node-project.ts",
24612
- "line": 776
24555
+ "line": 762
24613
24556
  },
24614
24557
  "name": "addCompileCommand",
24615
24558
  "parameters": [
@@ -24630,7 +24573,7 @@
24630
24573
  },
24631
24574
  "locationInModule": {
24632
24575
  "filename": "src/javascript/node-project.ts",
24633
- "line": 849
24576
+ "line": 835
24634
24577
  },
24635
24578
  "name": "addDeps",
24636
24579
  "parameters": [
@@ -24655,7 +24598,7 @@
24655
24598
  },
24656
24599
  "locationInModule": {
24657
24600
  "filename": "src/javascript/node-project.ts",
24658
- "line": 862
24601
+ "line": 848
24659
24602
  },
24660
24603
  "name": "addDevDeps",
24661
24604
  "parameters": [
@@ -24680,7 +24623,7 @@
24680
24623
  },
24681
24624
  "locationInModule": {
24682
24625
  "filename": "src/javascript/node-project.ts",
24683
- "line": 796
24626
+ "line": 782
24684
24627
  },
24685
24628
  "name": "addFields",
24686
24629
  "parameters": [
@@ -24707,7 +24650,7 @@
24707
24650
  },
24708
24651
  "locationInModule": {
24709
24652
  "filename": "src/javascript/node-project.ts",
24710
- "line": 806
24653
+ "line": 792
24711
24654
  },
24712
24655
  "name": "addKeywords",
24713
24656
  "parameters": [
@@ -24732,7 +24675,7 @@
24732
24675
  },
24733
24676
  "locationInModule": {
24734
24677
  "filename": "src/javascript/node-project.ts",
24735
- "line": 899
24678
+ "line": 885
24736
24679
  },
24737
24680
  "name": "addPackageIgnore",
24738
24681
  "overrides": "projen.Project",
@@ -24753,7 +24696,7 @@
24753
24696
  },
24754
24697
  "locationInModule": {
24755
24698
  "filename": "src/javascript/node-project.ts",
24756
- "line": 879
24699
+ "line": 865
24757
24700
  },
24758
24701
  "name": "addPeerDeps",
24759
24702
  "parameters": [
@@ -24779,7 +24722,7 @@
24779
24722
  },
24780
24723
  "locationInModule": {
24781
24724
  "filename": "src/javascript/node-project.ts",
24782
- "line": 786
24725
+ "line": 772
24783
24726
  },
24784
24727
  "name": "addTestCommand",
24785
24728
  "parameters": [
@@ -24800,7 +24743,7 @@
24800
24743
  },
24801
24744
  "locationInModule": {
24802
24745
  "filename": "src/javascript/node-project.ts",
24803
- "line": 768
24746
+ "line": 754
24804
24747
  },
24805
24748
  "name": "hasScript",
24806
24749
  "parameters": [
@@ -24827,7 +24770,7 @@
24827
24770
  },
24828
24771
  "locationInModule": {
24829
24772
  "filename": "src/javascript/node-project.ts",
24830
- "line": 760
24773
+ "line": 746
24831
24774
  },
24832
24775
  "name": "removeScript",
24833
24776
  "parameters": [
@@ -24850,7 +24793,7 @@
24850
24793
  },
24851
24794
  "locationInModule": {
24852
24795
  "filename": "src/javascript/node-project.ts",
24853
- "line": 973
24796
+ "line": 959
24854
24797
  },
24855
24798
  "name": "runTaskCommand",
24856
24799
  "overrides": "projen.Project",
@@ -24878,7 +24821,7 @@
24878
24821
  },
24879
24822
  "locationInModule": {
24880
24823
  "filename": "src/javascript/node-project.ts",
24881
- "line": 752
24824
+ "line": 738
24882
24825
  },
24883
24826
  "name": "setScript",
24884
24827
  "parameters": [
@@ -24943,7 +24886,7 @@
24943
24886
  "immutable": true,
24944
24887
  "locationInModule": {
24945
24888
  "filename": "src/javascript/node-project.ts",
24946
- "line": 397
24889
+ "line": 387
24947
24890
  },
24948
24891
  "name": "bundler",
24949
24892
  "type": {
@@ -24972,7 +24915,7 @@
24972
24915
  "immutable": true,
24973
24916
  "locationInModule": {
24974
24917
  "filename": "src/javascript/node-project.ts",
24975
- "line": 810
24918
+ "line": 796
24976
24919
  },
24977
24920
  "name": "installWorkflowSteps",
24978
24921
  "type": {
@@ -24992,45 +24935,13 @@
24992
24935
  "immutable": true,
24993
24936
  "locationInModule": {
24994
24937
  "filename": "src/javascript/node-project.ts",
24995
- "line": 393
24938
+ "line": 383
24996
24939
  },
24997
24940
  "name": "manifest",
24998
24941
  "type": {
24999
24942
  "primitive": "any"
25000
24943
  }
25001
24944
  },
25002
- {
25003
- "docs": {
25004
- "deprecated": "use `package.npmDistTag`",
25005
- "stability": "deprecated"
25006
- },
25007
- "immutable": true,
25008
- "locationInModule": {
25009
- "filename": "src/javascript/node-project.ts",
25010
- "line": 366
25011
- },
25012
- "name": "npmDistTag",
25013
- "protected": true,
25014
- "type": {
25015
- "primitive": "string"
25016
- }
25017
- },
25018
- {
25019
- "docs": {
25020
- "deprecated": "use `package.npmRegistry`",
25021
- "stability": "deprecated"
25022
- },
25023
- "immutable": true,
25024
- "locationInModule": {
25025
- "filename": "src/javascript/node-project.ts",
25026
- "line": 371
25027
- },
25028
- "name": "npmRegistry",
25029
- "protected": true,
25030
- "type": {
25031
- "primitive": "string"
25032
- }
25033
- },
25034
24945
  {
25035
24946
  "docs": {
25036
24947
  "stability": "experimental",
@@ -25055,7 +24966,7 @@
25055
24966
  "immutable": true,
25056
24967
  "locationInModule": {
25057
24968
  "filename": "src/javascript/node-project.ts",
25058
- "line": 378
24969
+ "line": 368
25059
24970
  },
25060
24971
  "name": "packageManager",
25061
24972
  "type": {
@@ -25070,7 +24981,7 @@
25070
24981
  "immutable": true,
25071
24982
  "locationInModule": {
25072
24983
  "filename": "src/javascript/node-project.ts",
25073
- "line": 383
24984
+ "line": 373
25074
24985
  },
25075
24986
  "name": "runScriptCommand",
25076
24987
  "type": {
@@ -25133,7 +25044,7 @@
25133
25044
  "immutable": true,
25134
25045
  "locationInModule": {
25135
25046
  "filename": "src/javascript/node-project.ts",
25136
- "line": 388
25047
+ "line": 378
25137
25048
  },
25138
25049
  "name": "jest",
25139
25050
  "optional": true,
@@ -25905,7 +25816,7 @@
25905
25816
  "kind": "interface",
25906
25817
  "locationInModule": {
25907
25818
  "filename": "src/javascript/node-project.ts",
25908
- "line": 978
25819
+ "line": 964
25909
25820
  },
25910
25821
  "name": "NodeWorkflowSteps",
25911
25822
  "namespace": "javascript",
@@ -25918,7 +25829,7 @@
25918
25829
  "immutable": true,
25919
25830
  "locationInModule": {
25920
25831
  "filename": "src/javascript/node-project.ts",
25921
- "line": 979
25832
+ "line": 965
25922
25833
  },
25923
25834
  "name": "antitamper",
25924
25835
  "type": {
@@ -25938,7 +25849,7 @@
25938
25849
  "immutable": true,
25939
25850
  "locationInModule": {
25940
25851
  "filename": "src/javascript/node-project.ts",
25941
- "line": 980
25852
+ "line": 966
25942
25853
  },
25943
25854
  "name": "install",
25944
25855
  "type": {
@@ -25963,7 +25874,7 @@
25963
25874
  "kind": "enum",
25964
25875
  "locationInModule": {
25965
25876
  "filename": "src/javascript/node-package.ts",
25966
- "line": 1113
25877
+ "line": 1086
25967
25878
  },
25968
25879
  "members": [
25969
25880
  {
@@ -26140,7 +26051,7 @@
26140
26051
  "kind": "interface",
26141
26052
  "locationInModule": {
26142
26053
  "filename": "src/javascript/node-package.ts",
26143
- "line": 1082
26054
+ "line": 1055
26144
26055
  },
26145
26056
  "name": "PeerDependencyOptions",
26146
26057
  "namespace": "javascript",
@@ -26155,7 +26066,7 @@
26155
26066
  "immutable": true,
26156
26067
  "locationInModule": {
26157
26068
  "filename": "src/javascript/node-package.ts",
26158
- "line": 1087
26069
+ "line": 1060
26159
26070
  },
26160
26071
  "name": "pinnedDevDependency",
26161
26072
  "optional": true,
@@ -30460,7 +30371,7 @@
30460
30371
  "kind": "interface",
30461
30372
  "locationInModule": {
30462
30373
  "filename": "src/release/release.ts",
30463
- "line": 482
30374
+ "line": 517
30464
30375
  },
30465
30376
  "name": "BranchOptions",
30466
30377
  "namespace": "release",
@@ -30474,13 +30385,31 @@
30474
30385
  "immutable": true,
30475
30386
  "locationInModule": {
30476
30387
  "filename": "src/release/release.ts",
30477
- "line": 492
30388
+ "line": 527
30478
30389
  },
30479
30390
  "name": "majorVersion",
30480
30391
  "type": {
30481
30392
  "primitive": "number"
30482
30393
  }
30483
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
+ },
30484
30413
  {
30485
30414
  "abstract": true,
30486
30415
  "docs": {
@@ -30491,7 +30420,7 @@
30491
30420
  "immutable": true,
30492
30421
  "locationInModule": {
30493
30422
  "filename": "src/release/release.ts",
30494
- "line": 499
30423
+ "line": 534
30495
30424
  },
30496
30425
  "name": "prerelease",
30497
30426
  "optional": true,
@@ -30510,7 +30439,7 @@
30510
30439
  "immutable": true,
30511
30440
  "locationInModule": {
30512
30441
  "filename": "src/release/release.ts",
30513
- "line": 513
30442
+ "line": 548
30514
30443
  },
30515
30444
  "name": "tagPrefix",
30516
30445
  "optional": true,
@@ -30528,7 +30457,7 @@
30528
30457
  "immutable": true,
30529
30458
  "locationInModule": {
30530
30459
  "filename": "src/release/release.ts",
30531
- "line": 487
30460
+ "line": 522
30532
30461
  },
30533
30462
  "name": "workflowName",
30534
30463
  "optional": true,
@@ -30549,7 +30478,7 @@
30549
30478
  "kind": "interface",
30550
30479
  "locationInModule": {
30551
30480
  "filename": "src/release/publisher.ts",
30552
- "line": 507
30481
+ "line": 558
30553
30482
  },
30554
30483
  "name": "CodeArtifactOptions",
30555
30484
  "namespace": "release",
@@ -30565,7 +30494,7 @@
30565
30494
  "immutable": true,
30566
30495
  "locationInModule": {
30567
30496
  "filename": "src/release/publisher.ts",
30568
- "line": 514
30497
+ "line": 565
30569
30498
  },
30570
30499
  "name": "accessKeyIdSecret",
30571
30500
  "optional": true,
@@ -30583,7 +30512,7 @@
30583
30512
  "immutable": true,
30584
30513
  "locationInModule": {
30585
30514
  "filename": "src/release/publisher.ts",
30586
- "line": 530
30515
+ "line": 581
30587
30516
  },
30588
30517
  "name": "roleToAssume",
30589
30518
  "optional": true,
@@ -30602,7 +30531,7 @@
30602
30531
  "immutable": true,
30603
30532
  "locationInModule": {
30604
30533
  "filename": "src/release/publisher.ts",
30605
- "line": 522
30534
+ "line": 573
30606
30535
  },
30607
30536
  "name": "secretAccessKeySecret",
30608
30537
  "optional": true,
@@ -30624,7 +30553,7 @@
30624
30553
  "kind": "interface",
30625
30554
  "locationInModule": {
30626
30555
  "filename": "src/release/publisher.ts",
30627
- "line": 751
30556
+ "line": 802
30628
30557
  },
30629
30558
  "name": "GitHubReleasesPublishOptions",
30630
30559
  "namespace": "release",
@@ -30639,7 +30568,7 @@
30639
30568
  "immutable": true,
30640
30569
  "locationInModule": {
30641
30570
  "filename": "src/release/publisher.ts",
30642
- "line": 736
30571
+ "line": 787
30643
30572
  },
30644
30573
  "name": "changelogFile",
30645
30574
  "type": {
@@ -30656,7 +30585,7 @@
30656
30585
  "immutable": true,
30657
30586
  "locationInModule": {
30658
30587
  "filename": "src/release/publisher.ts",
30659
- "line": 729
30588
+ "line": 780
30660
30589
  },
30661
30590
  "name": "releaseTagFile",
30662
30591
  "type": {
@@ -30673,7 +30602,7 @@
30673
30602
  "immutable": true,
30674
30603
  "locationInModule": {
30675
30604
  "filename": "src/release/publisher.ts",
30676
- "line": 722
30605
+ "line": 773
30677
30606
  },
30678
30607
  "name": "versionFile",
30679
30608
  "type": {
@@ -30694,7 +30623,7 @@
30694
30623
  "kind": "interface",
30695
30624
  "locationInModule": {
30696
30625
  "filename": "src/release/publisher.ts",
30697
- "line": 756
30626
+ "line": 807
30698
30627
  },
30699
30628
  "name": "GitPublishOptions",
30700
30629
  "namespace": "release",
@@ -30709,7 +30638,7 @@
30709
30638
  "immutable": true,
30710
30639
  "locationInModule": {
30711
30640
  "filename": "src/release/publisher.ts",
30712
- "line": 736
30641
+ "line": 787
30713
30642
  },
30714
30643
  "name": "changelogFile",
30715
30644
  "type": {
@@ -30726,7 +30655,7 @@
30726
30655
  "immutable": true,
30727
30656
  "locationInModule": {
30728
30657
  "filename": "src/release/publisher.ts",
30729
- "line": 729
30658
+ "line": 780
30730
30659
  },
30731
30660
  "name": "releaseTagFile",
30732
30661
  "type": {
@@ -30743,7 +30672,7 @@
30743
30672
  "immutable": true,
30744
30673
  "locationInModule": {
30745
30674
  "filename": "src/release/publisher.ts",
30746
- "line": 722
30675
+ "line": 773
30747
30676
  },
30748
30677
  "name": "versionFile",
30749
30678
  "type": {
@@ -30760,7 +30689,7 @@
30760
30689
  "immutable": true,
30761
30690
  "locationInModule": {
30762
30691
  "filename": "src/release/publisher.ts",
30763
- "line": 767
30692
+ "line": 818
30764
30693
  },
30765
30694
  "name": "gitBranch",
30766
30695
  "optional": true,
@@ -30778,7 +30707,7 @@
30778
30707
  "immutable": true,
30779
30708
  "locationInModule": {
30780
30709
  "filename": "src/release/publisher.ts",
30781
- "line": 774
30710
+ "line": 825
30782
30711
  },
30783
30712
  "name": "gitPushCommand",
30784
30713
  "optional": true,
@@ -30795,7 +30724,7 @@
30795
30724
  "immutable": true,
30796
30725
  "locationInModule": {
30797
30726
  "filename": "src/release/publisher.ts",
30798
- "line": 760
30727
+ "line": 811
30799
30728
  },
30800
30729
  "name": "projectChangelogFile",
30801
30730
  "optional": true,
@@ -30817,7 +30746,7 @@
30817
30746
  "kind": "interface",
30818
30747
  "locationInModule": {
30819
30748
  "filename": "src/release/publisher.ts",
30820
- "line": 673
30749
+ "line": 724
30821
30750
  },
30822
30751
  "name": "GoPublishOptions",
30823
30752
  "namespace": "release",
@@ -30832,7 +30761,7 @@
30832
30761
  "immutable": true,
30833
30762
  "locationInModule": {
30834
30763
  "filename": "src/release/publisher.ts",
30835
- "line": 694
30764
+ "line": 745
30836
30765
  },
30837
30766
  "name": "gitBranch",
30838
30767
  "optional": true,
@@ -30850,7 +30779,7 @@
30850
30779
  "immutable": true,
30851
30780
  "locationInModule": {
30852
30781
  "filename": "src/release/publisher.ts",
30853
- "line": 713
30782
+ "line": 764
30854
30783
  },
30855
30784
  "name": "gitCommitMessage",
30856
30785
  "optional": true,
@@ -30868,7 +30797,7 @@
30868
30797
  "immutable": true,
30869
30798
  "locationInModule": {
30870
30799
  "filename": "src/release/publisher.ts",
30871
- "line": 687
30800
+ "line": 738
30872
30801
  },
30873
30802
  "name": "githubRepo",
30874
30803
  "optional": true,
@@ -30886,7 +30815,7 @@
30886
30815
  "immutable": true,
30887
30816
  "locationInModule": {
30888
30817
  "filename": "src/release/publisher.ts",
30889
- "line": 680
30818
+ "line": 731
30890
30819
  },
30891
30820
  "name": "githubTokenSecret",
30892
30821
  "optional": true,
@@ -30907,7 +30836,7 @@
30907
30836
  "immutable": true,
30908
30837
  "locationInModule": {
30909
30838
  "filename": "src/release/publisher.ts",
30910
- "line": 706
30839
+ "line": 757
30911
30840
  },
30912
30841
  "name": "gitUserEmail",
30913
30842
  "optional": true,
@@ -30925,7 +30854,7 @@
30925
30854
  "immutable": true,
30926
30855
  "locationInModule": {
30927
30856
  "filename": "src/release/publisher.ts",
30928
- "line": 700
30857
+ "line": 751
30929
30858
  },
30930
30859
  "name": "gitUserName",
30931
30860
  "optional": true,
@@ -30950,7 +30879,7 @@
30950
30879
  "kind": "interface",
30951
30880
  "locationInModule": {
30952
30881
  "filename": "src/release/publisher.ts",
30953
- "line": 582
30882
+ "line": 633
30954
30883
  },
30955
30884
  "name": "JsiiReleaseMaven",
30956
30885
  "namespace": "release",
@@ -30970,7 +30899,7 @@
30970
30899
  "kind": "interface",
30971
30900
  "locationInModule": {
30972
30901
  "filename": "src/release/publisher.ts",
30973
- "line": 455
30902
+ "line": 505
30974
30903
  },
30975
30904
  "name": "JsiiReleaseNpm",
30976
30905
  "namespace": "release",
@@ -30990,7 +30919,7 @@
30990
30919
  "kind": "interface",
30991
30920
  "locationInModule": {
30992
30921
  "filename": "src/release/publisher.ts",
30993
- "line": 565
30922
+ "line": 616
30994
30923
  },
30995
30924
  "name": "JsiiReleaseNuget",
30996
30925
  "namespace": "release",
@@ -31010,7 +30939,7 @@
31010
30939
  "kind": "interface",
31011
30940
  "locationInModule": {
31012
30941
  "filename": "src/release/publisher.ts",
31013
- "line": 536
30942
+ "line": 587
31014
30943
  },
31015
30944
  "name": "JsiiReleasePyPi",
31016
30945
  "namespace": "release",
@@ -31100,7 +31029,7 @@
31100
31029
  "kind": "interface",
31101
31030
  "locationInModule": {
31102
31031
  "filename": "src/release/publisher.ts",
31103
- "line": 587
31032
+ "line": 638
31104
31033
  },
31105
31034
  "name": "MavenPublishOptions",
31106
31035
  "namespace": "release",
@@ -31116,7 +31045,7 @@
31116
31045
  "immutable": true,
31117
31046
  "locationInModule": {
31118
31047
  "filename": "src/release/publisher.ts",
31119
- "line": 593
31048
+ "line": 644
31120
31049
  },
31121
31050
  "name": "mavenEndpoint",
31122
31051
  "optional": true,
@@ -31136,7 +31065,7 @@
31136
31065
  "immutable": true,
31137
31066
  "locationInModule": {
31138
31067
  "filename": "src/release/publisher.ts",
31139
- "line": 626
31068
+ "line": 677
31140
31069
  },
31141
31070
  "name": "mavenGpgPrivateKeyPassphrase",
31142
31071
  "optional": true,
@@ -31156,7 +31085,7 @@
31156
31085
  "immutable": true,
31157
31086
  "locationInModule": {
31158
31087
  "filename": "src/release/publisher.ts",
31159
- "line": 617
31088
+ "line": 668
31160
31089
  },
31161
31090
  "name": "mavenGpgPrivateKeySecret",
31162
31091
  "optional": true,
@@ -31176,7 +31105,7 @@
31176
31105
  "immutable": true,
31177
31106
  "locationInModule": {
31178
31107
  "filename": "src/release/publisher.ts",
31179
- "line": 652
31108
+ "line": 703
31180
31109
  },
31181
31110
  "name": "mavenPassword",
31182
31111
  "optional": true,
@@ -31194,7 +31123,7 @@
31194
31123
  "immutable": true,
31195
31124
  "locationInModule": {
31196
31125
  "filename": "src/release/publisher.ts",
31197
- "line": 607
31126
+ "line": 658
31198
31127
  },
31199
31128
  "name": "mavenRepositoryUrl",
31200
31129
  "optional": true,
@@ -31212,7 +31141,7 @@
31212
31141
  "immutable": true,
31213
31142
  "locationInModule": {
31214
31143
  "filename": "src/release/publisher.ts",
31215
- "line": 600
31144
+ "line": 651
31216
31145
  },
31217
31146
  "name": "mavenServerId",
31218
31147
  "optional": true,
@@ -31230,7 +31159,7 @@
31230
31159
  "immutable": true,
31231
31160
  "locationInModule": {
31232
31161
  "filename": "src/release/publisher.ts",
31233
- "line": 663
31162
+ "line": 714
31234
31163
  },
31235
31164
  "name": "mavenStagingProfileId",
31236
31165
  "optional": true,
@@ -31250,7 +31179,7 @@
31250
31179
  "immutable": true,
31251
31180
  "locationInModule": {
31252
31181
  "filename": "src/release/publisher.ts",
31253
- "line": 639
31182
+ "line": 690
31254
31183
  },
31255
31184
  "name": "mavenUsername",
31256
31185
  "optional": true,
@@ -31272,7 +31201,7 @@
31272
31201
  "kind": "interface",
31273
31202
  "locationInModule": {
31274
31203
  "filename": "src/release/publisher.ts",
31275
- "line": 460
31204
+ "line": 510
31276
31205
  },
31277
31206
  "name": "NpmPublishOptions",
31278
31207
  "namespace": "release",
@@ -31287,7 +31216,7 @@
31287
31216
  "immutable": true,
31288
31217
  "locationInModule": {
31289
31218
  "filename": "src/release/publisher.ts",
31290
- "line": 504
31219
+ "line": 555
31291
31220
  },
31292
31221
  "name": "codeArtifactOptions",
31293
31222
  "optional": true,
@@ -31299,14 +31228,15 @@
31299
31228
  "abstract": true,
31300
31229
  "docs": {
31301
31230
  "default": "\"latest\"",
31231
+ "deprecated": "Use `npmDistTag` for each release branch instead.",
31302
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.",
31303
- "stability": "experimental",
31233
+ "stability": "deprecated",
31304
31234
  "summary": "Tags can be used to provide an alias instead of version numbers."
31305
31235
  },
31306
31236
  "immutable": true,
31307
31237
  "locationInModule": {
31308
31238
  "filename": "src/release/publisher.ts",
31309
- "line": 477
31239
+ "line": 528
31310
31240
  },
31311
31241
  "name": "distTag",
31312
31242
  "optional": true,
@@ -31324,7 +31254,7 @@
31324
31254
  "immutable": true,
31325
31255
  "locationInModule": {
31326
31256
  "filename": "src/release/publisher.ts",
31327
- "line": 497
31257
+ "line": 548
31328
31258
  },
31329
31259
  "name": "npmTokenSecret",
31330
31260
  "optional": true,
@@ -31344,7 +31274,7 @@
31344
31274
  "immutable": true,
31345
31275
  "locationInModule": {
31346
31276
  "filename": "src/release/publisher.ts",
31347
- "line": 491
31277
+ "line": 542
31348
31278
  },
31349
31279
  "name": "registry",
31350
31280
  "optional": true,
@@ -31366,7 +31296,7 @@
31366
31296
  "kind": "interface",
31367
31297
  "locationInModule": {
31368
31298
  "filename": "src/release/publisher.ts",
31369
- "line": 570
31299
+ "line": 621
31370
31300
  },
31371
31301
  "name": "NugetPublishOptions",
31372
31302
  "namespace": "release",
@@ -31381,7 +31311,7 @@
31381
31311
  "immutable": true,
31382
31312
  "locationInModule": {
31383
31313
  "filename": "src/release/publisher.ts",
31384
- "line": 576
31314
+ "line": 627
31385
31315
  },
31386
31316
  "name": "nugetApiKeySecret",
31387
31317
  "optional": true,
@@ -31407,7 +31337,7 @@
31407
31337
  },
31408
31338
  "locationInModule": {
31409
31339
  "filename": "src/release/publisher.ts",
31410
- "line": 89
31340
+ "line": 100
31411
31341
  },
31412
31342
  "parameters": [
31413
31343
  {
@@ -31424,13 +31354,10 @@
31424
31354
  }
31425
31355
  ]
31426
31356
  },
31427
- "interfaces": [
31428
- "projen.github.IJobProvider"
31429
- ],
31430
31357
  "kind": "class",
31431
31358
  "locationInModule": {
31432
31359
  "filename": "src/release/publisher.ts",
31433
- "line": 76
31360
+ "line": 86
31434
31361
  },
31435
31362
  "methods": [
31436
31363
  {
@@ -31441,7 +31368,7 @@
31441
31368
  },
31442
31369
  "locationInModule": {
31443
31370
  "filename": "src/release/publisher.ts",
31444
- "line": 117
31371
+ "line": 142
31445
31372
  },
31446
31373
  "name": "publishToGit",
31447
31374
  "parameters": [
@@ -31468,7 +31395,7 @@
31468
31395
  },
31469
31396
  "locationInModule": {
31470
31397
  "filename": "src/release/publisher.ts",
31471
- "line": 152
31398
+ "line": 177
31472
31399
  },
31473
31400
  "name": "publishToGitHubReleases",
31474
31401
  "parameters": [
@@ -31490,7 +31417,7 @@
31490
31417
  },
31491
31418
  "locationInModule": {
31492
31419
  "filename": "src/release/publisher.ts",
31493
- "line": 302
31420
+ "line": 339
31494
31421
  },
31495
31422
  "name": "publishToGo",
31496
31423
  "parameters": [
@@ -31513,7 +31440,7 @@
31513
31440
  },
31514
31441
  "locationInModule": {
31515
31442
  "filename": "src/release/publisher.ts",
31516
- "line": 245
31443
+ "line": 282
31517
31444
  },
31518
31445
  "name": "publishToMaven",
31519
31446
  "parameters": [
@@ -31536,7 +31463,7 @@
31536
31463
  },
31537
31464
  "locationInModule": {
31538
31465
  "filename": "src/release/publisher.ts",
31539
- "line": 197
31466
+ "line": 224
31540
31467
  },
31541
31468
  "name": "publishToNpm",
31542
31469
  "parameters": [
@@ -31559,7 +31486,7 @@
31559
31486
  },
31560
31487
  "locationInModule": {
31561
31488
  "filename": "src/release/publisher.ts",
31562
- "line": 229
31489
+ "line": 266
31563
31490
  },
31564
31491
  "name": "publishToNuget",
31565
31492
  "parameters": [
@@ -31582,7 +31509,7 @@
31582
31509
  },
31583
31510
  "locationInModule": {
31584
31511
  "filename": "src/release/publisher.ts",
31585
- "line": 282
31512
+ "line": 319
31586
31513
  },
31587
31514
  "name": "publishToPyPi",
31588
31515
  "parameters": [
@@ -31597,29 +31524,6 @@
31597
31524
  }
31598
31525
  }
31599
31526
  ]
31600
- },
31601
- {
31602
- "docs": {
31603
- "returns": "GitHub workflow jobs",
31604
- "stability": "experimental",
31605
- "summary": "Renders a set of workflow jobs for all the publishers."
31606
- },
31607
- "locationInModule": {
31608
- "filename": "src/release/publisher.ts",
31609
- "line": 106
31610
- },
31611
- "name": "renderJobs",
31612
- "overrides": "projen.github.IJobProvider",
31613
- "returns": {
31614
- "type": {
31615
- "collection": {
31616
- "elementtype": {
31617
- "fqn": "projen.github.workflows.Job"
31618
- },
31619
- "kind": "map"
31620
- }
31621
- }
31622
- }
31623
31527
  }
31624
31528
  ],
31625
31529
  "name": "Publisher",
@@ -31632,7 +31536,7 @@
31632
31536
  "immutable": true,
31633
31537
  "locationInModule": {
31634
31538
  "filename": "src/release/publisher.ts",
31635
- "line": 78
31539
+ "line": 88
31636
31540
  },
31637
31541
  "name": "artifactName",
31638
31542
  "type": {
@@ -31646,7 +31550,7 @@
31646
31550
  "immutable": true,
31647
31551
  "locationInModule": {
31648
31552
  "filename": "src/release/publisher.ts",
31649
- "line": 77
31553
+ "line": 87
31650
31554
  },
31651
31555
  "name": "buildJobId",
31652
31556
  "type": {
@@ -31660,7 +31564,7 @@
31660
31564
  "immutable": true,
31661
31565
  "locationInModule": {
31662
31566
  "filename": "src/release/publisher.ts",
31663
- "line": 79
31567
+ "line": 89
31664
31568
  },
31665
31569
  "name": "jsiiReleaseVersion",
31666
31570
  "type": {
@@ -31674,7 +31578,7 @@
31674
31578
  "immutable": true,
31675
31579
  "locationInModule": {
31676
31580
  "filename": "src/release/publisher.ts",
31677
- "line": 80
31581
+ "line": 90
31678
31582
  },
31679
31583
  "name": "condition",
31680
31584
  "optional": true,
@@ -31809,6 +31713,25 @@
31809
31713
  "primitive": "string"
31810
31714
  }
31811
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
+ },
31812
31735
  {
31813
31736
  "abstract": true,
31814
31737
  "docs": {
@@ -31846,7 +31769,7 @@
31846
31769
  "kind": "interface",
31847
31770
  "locationInModule": {
31848
31771
  "filename": "src/release/publisher.ts",
31849
- "line": 541
31772
+ "line": 592
31850
31773
  },
31851
31774
  "name": "PyPiPublishOptions",
31852
31775
  "namespace": "release",
@@ -31861,7 +31784,7 @@
31861
31784
  "immutable": true,
31862
31785
  "locationInModule": {
31863
31786
  "filename": "src/release/publisher.ts",
31864
- "line": 559
31787
+ "line": 610
31865
31788
  },
31866
31789
  "name": "twinePasswordSecret",
31867
31790
  "optional": true,
@@ -31879,7 +31802,7 @@
31879
31802
  "immutable": true,
31880
31803
  "locationInModule": {
31881
31804
  "filename": "src/release/publisher.ts",
31882
- "line": 547
31805
+ "line": 598
31883
31806
  },
31884
31807
  "name": "twineRegistryUrl",
31885
31808
  "optional": true,
@@ -31897,7 +31820,7 @@
31897
31820
  "immutable": true,
31898
31821
  "locationInModule": {
31899
31822
  "filename": "src/release/publisher.ts",
31900
- "line": 553
31823
+ "line": 604
31901
31824
  },
31902
31825
  "name": "twineUsernameSecret",
31903
31826
  "optional": true,
@@ -31923,7 +31846,7 @@
31923
31846
  },
31924
31847
  "locationInModule": {
31925
31848
  "filename": "src/release/release.ts",
31926
- "line": 225
31849
+ "line": 245
31927
31850
  },
31928
31851
  "parameters": [
31929
31852
  {
@@ -31943,7 +31866,7 @@
31943
31866
  "kind": "class",
31944
31867
  "locationInModule": {
31945
31868
  "filename": "src/release/release.ts",
31946
- "line": 204
31869
+ "line": 224
31947
31870
  },
31948
31871
  "methods": [
31949
31872
  {
@@ -31954,7 +31877,7 @@
31954
31877
  },
31955
31878
  "locationInModule": {
31956
31879
  "filename": "src/release/release.ts",
31957
- "line": 314
31880
+ "line": 327
31958
31881
  },
31959
31882
  "name": "addBranch",
31960
31883
  "parameters": [
@@ -31985,7 +31908,7 @@
31985
31908
  },
31986
31909
  "locationInModule": {
31987
31910
  "filename": "src/release/release.ts",
31988
- "line": 343
31911
+ "line": 378
31989
31912
  },
31990
31913
  "name": "addJobs",
31991
31914
  "parameters": [
@@ -32004,6 +31927,18 @@
32004
31927
  }
32005
31928
  }
32006
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"
32007
31942
  }
32008
31943
  ],
32009
31944
  "name": "Release",
@@ -32017,7 +31952,7 @@
32017
31952
  "immutable": true,
32018
31953
  "locationInModule": {
32019
31954
  "filename": "src/release/release.ts",
32020
- "line": 352
31955
+ "line": 387
32021
31956
  },
32022
31957
  "name": "branches",
32023
31958
  "type": {
@@ -32037,7 +31972,7 @@
32037
31972
  "immutable": true,
32038
31973
  "locationInModule": {
32039
31974
  "filename": "src/release/release.ts",
32040
- "line": 208
31975
+ "line": 228
32041
31976
  },
32042
31977
  "name": "publisher",
32043
31978
  "type": {
@@ -32061,7 +31996,7 @@
32061
31996
  "kind": "interface",
32062
31997
  "locationInModule": {
32063
31998
  "filename": "src/release/release.ts",
32064
- "line": 166
31999
+ "line": 186
32065
32000
  },
32066
32001
  "name": "ReleaseOptions",
32067
32002
  "namespace": "release",
@@ -32076,7 +32011,7 @@
32076
32011
  "immutable": true,
32077
32012
  "locationInModule": {
32078
32013
  "filename": "src/release/release.ts",
32079
- "line": 189
32014
+ "line": 209
32080
32015
  },
32081
32016
  "name": "branch",
32082
32017
  "type": {
@@ -32093,7 +32028,7 @@
32093
32028
  "immutable": true,
32094
32029
  "locationInModule": {
32095
32030
  "filename": "src/release/release.ts",
32096
- "line": 172
32031
+ "line": 192
32097
32032
  },
32098
32033
  "name": "task",
32099
32034
  "type": {
@@ -32110,7 +32045,7 @@
32110
32045
  "immutable": true,
32111
32046
  "locationInModule": {
32112
32047
  "filename": "src/release/release.ts",
32113
- "line": 179
32048
+ "line": 199
32114
32049
  },
32115
32050
  "name": "versionFile",
32116
32051
  "type": {
@@ -32127,7 +32062,7 @@
32127
32062
  "immutable": true,
32128
32063
  "locationInModule": {
32129
32064
  "filename": "src/release/release.ts",
32130
- "line": 196
32065
+ "line": 216
32131
32066
  },
32132
32067
  "name": "githubRelease",
32133
32068
  "optional": true,
@@ -32227,6 +32162,25 @@
32227
32162
  "primitive": "number"
32228
32163
  }
32229
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
+ },
32230
32184
  {
32231
32185
  "abstract": true,
32232
32186
  "docs": {
@@ -32268,6 +32222,25 @@
32268
32222
  "primitive": "string"
32269
32223
  }
32270
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
+ },
32271
32244
  {
32272
32245
  "abstract": true,
32273
32246
  "docs": {
@@ -32279,7 +32252,7 @@
32279
32252
  "immutable": true,
32280
32253
  "locationInModule": {
32281
32254
  "filename": "src/release/release.ts",
32282
- "line": 117
32255
+ "line": 127
32283
32256
  },
32284
32257
  "name": "releaseBranches",
32285
32258
  "optional": true,
@@ -32321,7 +32294,7 @@
32321
32294
  "immutable": true,
32322
32295
  "locationInModule": {
32323
32296
  "filename": "src/release/release.ts",
32324
- "line": 124
32297
+ "line": 134
32325
32298
  },
32326
32299
  "name": "releaseFailureIssue",
32327
32300
  "optional": true,
@@ -32340,7 +32313,7 @@
32340
32313
  "immutable": true,
32341
32314
  "locationInModule": {
32342
32315
  "filename": "src/release/release.ts",
32343
- "line": 132
32316
+ "line": 142
32344
32317
  },
32345
32318
  "name": "releaseFailureIssueLabel",
32346
32319
  "optional": true,
@@ -32378,7 +32351,7 @@
32378
32351
  "immutable": true,
32379
32352
  "locationInModule": {
32380
32353
  "filename": "src/release/release.ts",
32381
- "line": 146
32354
+ "line": 156
32382
32355
  },
32383
32356
  "name": "releaseTagPrefix",
32384
32357
  "optional": true,
@@ -32414,7 +32387,7 @@
32414
32387
  "immutable": true,
32415
32388
  "locationInModule": {
32416
32389
  "filename": "src/release/release.ts",
32417
- "line": 104
32390
+ "line": 114
32418
32391
  },
32419
32392
  "name": "releaseWorkflowName",
32420
32393
  "optional": true,
@@ -32455,7 +32428,7 @@
32455
32428
  "immutable": true,
32456
32429
  "locationInModule": {
32457
32430
  "filename": "src/release/release.ts",
32458
- "line": 154
32431
+ "line": 164
32459
32432
  },
32460
32433
  "name": "versionrcOptions",
32461
32434
  "optional": true,
@@ -32496,7 +32469,7 @@
32496
32469
  "immutable": true,
32497
32470
  "locationInModule": {
32498
32471
  "filename": "src/release/release.ts",
32499
- "line": 160
32472
+ "line": 170
32500
32473
  },
32501
32474
  "name": "workflowRunsOn",
32502
32475
  "optional": true,
@@ -35291,6 +35264,6 @@
35291
35264
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
35292
35265
  }
35293
35266
  },
35294
- "version": "0.39.4",
35295
- "fingerprint": "M/lP0oj+K50gs00PrjzXbedpalgPweIQWKb9ZrqM4JY="
35267
+ "version": "0.40.0",
35268
+ "fingerprint": "ta79HsB+9ufM/5HYL5+pjgVVUtNBoszbPCGMkyp4C00="
35296
35269
  }