projen 0.99.28 → 0.99.30

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 (144) hide show
  1. package/.jsii +482 -177
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +4 -4
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +3 -3
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/cli/macros.js +43 -1
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.d.ts +1 -1
  41. package/lib/github/actions-provider.js +3 -3
  42. package/lib/github/auto-approve.js +5 -5
  43. package/lib/github/auto-merge.js +1 -1
  44. package/lib/github/auto-queue.js +1 -1
  45. package/lib/github/dependabot.js +1 -1
  46. package/lib/github/github-credentials.js +3 -3
  47. package/lib/github/github-project.js +1 -1
  48. package/lib/github/github.js +1 -1
  49. package/lib/github/merge-queue.js +1 -1
  50. package/lib/github/mergify.js +1 -1
  51. package/lib/github/pr-template.js +1 -1
  52. package/lib/github/pull-request-backport.js +3 -3
  53. package/lib/github/pull-request-lint.js +1 -1
  54. package/lib/github/stale.js +1 -1
  55. package/lib/github/task-workflow-job.js +1 -1
  56. package/lib/github/task-workflow.js +1 -1
  57. package/lib/github/workflow-actions.js +3 -3
  58. package/lib/github/workflow-jobs.js +1 -1
  59. package/lib/github/workflow-steps.js +3 -3
  60. package/lib/github/workflows.js +7 -4
  61. package/lib/gitlab/configuration.js +1 -1
  62. package/lib/gitlab/gitlab-configuration.js +1 -1
  63. package/lib/gitlab/nested-configuration.js +1 -1
  64. package/lib/gitpod.js +1 -1
  65. package/lib/ignore-file.js +1 -1
  66. package/lib/ini.js +1 -1
  67. package/lib/inventory.js +4 -4
  68. package/lib/java/java-project.js +1 -1
  69. package/lib/java/junit.js +1 -1
  70. package/lib/java/maven-compile.js +1 -1
  71. package/lib/java/maven-packaging.js +1 -1
  72. package/lib/java/maven-sample.js +1 -1
  73. package/lib/java/pom.js +2 -2
  74. package/lib/java/projenrc.js +1 -1
  75. package/lib/javascript/biome/biome.js +1 -1
  76. package/lib/javascript/bundler.js +1 -1
  77. package/lib/javascript/eslint.js +1 -1
  78. package/lib/javascript/jest.js +4 -4
  79. package/lib/javascript/license-checker.js +1 -1
  80. package/lib/javascript/node-package.d.ts +80 -1
  81. package/lib/javascript/node-package.js +166 -5
  82. package/lib/javascript/node-project.js +8 -7
  83. package/lib/javascript/npm-config.js +1 -1
  84. package/lib/javascript/prettier.js +1 -1
  85. package/lib/javascript/projenrc.js +1 -1
  86. package/lib/javascript/typescript-config.js +2 -2
  87. package/lib/javascript/upgrade-dependencies.js +2 -2
  88. package/lib/javascript/yarnrc.js +1 -1
  89. package/lib/json-patch.js +1 -1
  90. package/lib/json.js +1 -1
  91. package/lib/license.js +1 -1
  92. package/lib/logger.js +1 -1
  93. package/lib/makefile.js +1 -1
  94. package/lib/object-file.js +1 -1
  95. package/lib/project-build.js +1 -1
  96. package/lib/project-tree.js +1 -1
  97. package/lib/project.js +1 -1
  98. package/lib/projects.js +1 -1
  99. package/lib/projenrc-json.js +2 -2
  100. package/lib/projenrc.js +1 -1
  101. package/lib/python/pip.js +1 -1
  102. package/lib/python/poetry.js +2 -2
  103. package/lib/python/projenrc.js +1 -1
  104. package/lib/python/pyproject-toml-file.js +1 -1
  105. package/lib/python/pytest-sample.js +1 -1
  106. package/lib/python/pytest.js +1 -1
  107. package/lib/python/python-project.js +1 -1
  108. package/lib/python/python-sample.js +1 -1
  109. package/lib/python/requirements-file.js +1 -1
  110. package/lib/python/setuppy.js +1 -1
  111. package/lib/python/setuptools.js +1 -1
  112. package/lib/python/uv.js +1 -1
  113. package/lib/python/venv.js +1 -1
  114. package/lib/readme.js +1 -1
  115. package/lib/release/publisher.js +8 -11
  116. package/lib/release/release-trigger.js +1 -1
  117. package/lib/release/release.js +1 -1
  118. package/lib/renovatebot.js +1 -1
  119. package/lib/sample-file.js +2 -2
  120. package/lib/semver.js +1 -1
  121. package/lib/source-code.js +1 -1
  122. package/lib/task-runtime.js +1 -1
  123. package/lib/task.js +1 -1
  124. package/lib/tasks.js +1 -1
  125. package/lib/testing.js +1 -1
  126. package/lib/textfile.js +1 -1
  127. package/lib/toml.js +1 -1
  128. package/lib/typescript/projenrc-ts.js +1 -1
  129. package/lib/typescript/projenrc.js +1 -1
  130. package/lib/typescript/typescript-typedoc.js +1 -1
  131. package/lib/typescript/typescript.js +6 -6
  132. package/lib/version.js +2 -2
  133. package/lib/vscode/devcontainer.js +1 -1
  134. package/lib/vscode/extensions.js +1 -1
  135. package/lib/vscode/launch-config.js +1 -1
  136. package/lib/vscode/settings.js +1 -1
  137. package/lib/vscode/vscode.js +1 -1
  138. package/lib/web/next.js +3 -3
  139. package/lib/web/postcss.js +1 -1
  140. package/lib/web/react.js +4 -4
  141. package/lib/web/tailwind.js +1 -1
  142. package/lib/xmlfile.js +1 -1
  143. package/lib/yaml.js +1 -1
  144. package/package.json +6 -1
package/.jsii CHANGED
@@ -24896,7 +24896,7 @@
24896
24896
  },
24897
24897
  {
24898
24898
  "docs": {
24899
- "example": "// Force any use of `actions/checkout` to use a pin a specific commit\nproject.github.actions.set(\"actions/checkout\", \"actions/checkout@aaaaaa\");\n\n// But pin usage of `v4` to a different commit\nproject.github.actions.set(\"actions/checkout@v4\", \"actions/checkout@ffffff\");",
24899
+ "example": "// Force any use of `actions/checkout` to use a pin a specific commit\nproject.github.actions.set(\"actions/checkout\", \"actions/checkout@aaaaaa\");\n\n// But pin usage of `v4` to a different commit\nproject.github.actions.set(\"actions/checkout@v6\", \"actions/checkout@ffffff\");",
24900
24900
  "remarks": "Specify the action name without a version to override all usages of the action.\nYou can also override a specific action version, by providing the version string.\nSpecific overrides take precedence over overrides without a version.\n\nIf an override for the same action name is set multiple times, the last override is used.",
24901
24901
  "stability": "experimental",
24902
24902
  "summary": "Define an override for a given action."
@@ -43548,7 +43548,7 @@
43548
43548
  "kind": "enum",
43549
43549
  "locationInModule": {
43550
43550
  "filename": "src/javascript/node-package.ts",
43551
- "line": 373
43551
+ "line": 461
43552
43552
  },
43553
43553
  "members": [
43554
43554
  {
@@ -43582,7 +43582,7 @@
43582
43582
  "kind": "interface",
43583
43583
  "locationInModule": {
43584
43584
  "filename": "src/javascript/node-package.ts",
43585
- "line": 391
43585
+ "line": 479
43586
43586
  },
43587
43587
  "name": "CodeArtifactOptions",
43588
43588
  "namespace": "javascript",
@@ -43598,7 +43598,7 @@
43598
43598
  "immutable": true,
43599
43599
  "locationInModule": {
43600
43600
  "filename": "src/javascript/node-package.ts",
43601
- "line": 408
43601
+ "line": 496
43602
43602
  },
43603
43603
  "name": "accessKeyIdSecret",
43604
43604
  "optional": true,
@@ -43616,7 +43616,7 @@
43616
43616
  "immutable": true,
43617
43617
  "locationInModule": {
43618
43618
  "filename": "src/javascript/node-package.ts",
43619
- "line": 397
43619
+ "line": 485
43620
43620
  },
43621
43621
  "name": "authProvider",
43622
43622
  "optional": true,
@@ -43635,7 +43635,7 @@
43635
43635
  "immutable": true,
43636
43636
  "locationInModule": {
43637
43637
  "filename": "src/javascript/node-package.ts",
43638
- "line": 428
43638
+ "line": 516
43639
43639
  },
43640
43640
  "name": "roleToAssume",
43641
43641
  "optional": true,
@@ -43654,7 +43654,7 @@
43654
43654
  "immutable": true,
43655
43655
  "locationInModule": {
43656
43656
  "filename": "src/javascript/node-package.ts",
43657
- "line": 419
43657
+ "line": 507
43658
43658
  },
43659
43659
  "name": "secretAccessKeySecret",
43660
43660
  "optional": true,
@@ -43747,6 +43747,252 @@
43747
43747
  ],
43748
43748
  "symbolId": "src/javascript/jest:CoverageThreshold"
43749
43749
  },
43750
+ "projen.javascript.DevEngineDependency": {
43751
+ "assembly": "projen",
43752
+ "datatype": true,
43753
+ "docs": {
43754
+ "stability": "experimental",
43755
+ "summary": "A dependency entry for the `devEngines` field in `package.json`."
43756
+ },
43757
+ "fqn": "projen.javascript.DevEngineDependency",
43758
+ "kind": "interface",
43759
+ "locationInModule": {
43760
+ "filename": "src/javascript/node-package.ts",
43761
+ "line": 405
43762
+ },
43763
+ "name": "DevEngineDependency",
43764
+ "namespace": "javascript",
43765
+ "properties": [
43766
+ {
43767
+ "abstract": true,
43768
+ "docs": {
43769
+ "stability": "experimental",
43770
+ "summary": "The name of the dependency."
43771
+ },
43772
+ "immutable": true,
43773
+ "locationInModule": {
43774
+ "filename": "src/javascript/node-package.ts",
43775
+ "line": 409
43776
+ },
43777
+ "name": "name",
43778
+ "type": {
43779
+ "primitive": "string"
43780
+ }
43781
+ },
43782
+ {
43783
+ "abstract": true,
43784
+ "docs": {
43785
+ "default": "\"error\"",
43786
+ "stability": "experimental",
43787
+ "summary": "What action to take if validation fails."
43788
+ },
43789
+ "immutable": true,
43790
+ "locationInModule": {
43791
+ "filename": "src/javascript/node-package.ts",
43792
+ "line": 423
43793
+ },
43794
+ "name": "onFail",
43795
+ "optional": true,
43796
+ "type": {
43797
+ "primitive": "string"
43798
+ }
43799
+ },
43800
+ {
43801
+ "abstract": true,
43802
+ "docs": {
43803
+ "default": "\"*\"",
43804
+ "stability": "experimental",
43805
+ "summary": "The version range for the dependency."
43806
+ },
43807
+ "immutable": true,
43808
+ "locationInModule": {
43809
+ "filename": "src/javascript/node-package.ts",
43810
+ "line": 416
43811
+ },
43812
+ "name": "version",
43813
+ "optional": true,
43814
+ "type": {
43815
+ "primitive": "string"
43816
+ }
43817
+ }
43818
+ ],
43819
+ "symbolId": "src/javascript/node-package:DevEngineDependency"
43820
+ },
43821
+ "projen.javascript.DevEngines": {
43822
+ "assembly": "projen",
43823
+ "datatype": true,
43824
+ "docs": {
43825
+ "see": "https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines",
43826
+ "stability": "experimental",
43827
+ "summary": "The `devEngines` field in `package.json`."
43828
+ },
43829
+ "fqn": "projen.javascript.DevEngines",
43830
+ "kind": "interface",
43831
+ "locationInModule": {
43832
+ "filename": "src/javascript/node-package.ts",
43833
+ "line": 431
43834
+ },
43835
+ "name": "DevEngines",
43836
+ "namespace": "javascript",
43837
+ "properties": [
43838
+ {
43839
+ "abstract": true,
43840
+ "docs": {
43841
+ "stability": "experimental",
43842
+ "summary": "Supported CPU architectures."
43843
+ },
43844
+ "immutable": true,
43845
+ "locationInModule": {
43846
+ "filename": "src/javascript/node-package.ts",
43847
+ "line": 440
43848
+ },
43849
+ "name": "cpu",
43850
+ "optional": true,
43851
+ "type": {
43852
+ "union": {
43853
+ "types": [
43854
+ {
43855
+ "fqn": "projen.javascript.DevEngineDependency"
43856
+ },
43857
+ {
43858
+ "collection": {
43859
+ "elementtype": {
43860
+ "fqn": "projen.javascript.DevEngineDependency"
43861
+ },
43862
+ "kind": "array"
43863
+ }
43864
+ }
43865
+ ]
43866
+ }
43867
+ }
43868
+ },
43869
+ {
43870
+ "abstract": true,
43871
+ "docs": {
43872
+ "stability": "experimental",
43873
+ "summary": "Supported C standard libraries."
43874
+ },
43875
+ "immutable": true,
43876
+ "locationInModule": {
43877
+ "filename": "src/javascript/node-package.ts",
43878
+ "line": 445
43879
+ },
43880
+ "name": "libc",
43881
+ "optional": true,
43882
+ "type": {
43883
+ "union": {
43884
+ "types": [
43885
+ {
43886
+ "fqn": "projen.javascript.DevEngineDependency"
43887
+ },
43888
+ {
43889
+ "collection": {
43890
+ "elementtype": {
43891
+ "fqn": "projen.javascript.DevEngineDependency"
43892
+ },
43893
+ "kind": "array"
43894
+ }
43895
+ }
43896
+ ]
43897
+ }
43898
+ }
43899
+ },
43900
+ {
43901
+ "abstract": true,
43902
+ "docs": {
43903
+ "stability": "experimental",
43904
+ "summary": "Supported operating systems."
43905
+ },
43906
+ "immutable": true,
43907
+ "locationInModule": {
43908
+ "filename": "src/javascript/node-package.ts",
43909
+ "line": 435
43910
+ },
43911
+ "name": "os",
43912
+ "optional": true,
43913
+ "type": {
43914
+ "union": {
43915
+ "types": [
43916
+ {
43917
+ "fqn": "projen.javascript.DevEngineDependency"
43918
+ },
43919
+ {
43920
+ "collection": {
43921
+ "elementtype": {
43922
+ "fqn": "projen.javascript.DevEngineDependency"
43923
+ },
43924
+ "kind": "array"
43925
+ }
43926
+ }
43927
+ ]
43928
+ }
43929
+ }
43930
+ },
43931
+ {
43932
+ "abstract": true,
43933
+ "docs": {
43934
+ "stability": "experimental",
43935
+ "summary": "Supported package managers."
43936
+ },
43937
+ "immutable": true,
43938
+ "locationInModule": {
43939
+ "filename": "src/javascript/node-package.ts",
43940
+ "line": 455
43941
+ },
43942
+ "name": "packageManager",
43943
+ "optional": true,
43944
+ "type": {
43945
+ "union": {
43946
+ "types": [
43947
+ {
43948
+ "fqn": "projen.javascript.DevEngineDependency"
43949
+ },
43950
+ {
43951
+ "collection": {
43952
+ "elementtype": {
43953
+ "fqn": "projen.javascript.DevEngineDependency"
43954
+ },
43955
+ "kind": "array"
43956
+ }
43957
+ }
43958
+ ]
43959
+ }
43960
+ }
43961
+ },
43962
+ {
43963
+ "abstract": true,
43964
+ "docs": {
43965
+ "stability": "experimental",
43966
+ "summary": "Supported JavaScript runtimes."
43967
+ },
43968
+ "immutable": true,
43969
+ "locationInModule": {
43970
+ "filename": "src/javascript/node-package.ts",
43971
+ "line": 450
43972
+ },
43973
+ "name": "runtime",
43974
+ "optional": true,
43975
+ "type": {
43976
+ "union": {
43977
+ "types": [
43978
+ {
43979
+ "fqn": "projen.javascript.DevEngineDependency"
43980
+ },
43981
+ {
43982
+ "collection": {
43983
+ "elementtype": {
43984
+ "fqn": "projen.javascript.DevEngineDependency"
43985
+ },
43986
+ "kind": "array"
43987
+ }
43988
+ }
43989
+ ]
43990
+ }
43991
+ }
43992
+ }
43993
+ ],
43994
+ "symbolId": "src/javascript/node-package:DevEngines"
43995
+ },
43750
43996
  "projen.javascript.EmbeddedLanguageFormatting": {
43751
43997
  "assembly": "projen",
43752
43998
  "docs": {
@@ -47155,7 +47401,7 @@
47155
47401
  },
47156
47402
  "locationInModule": {
47157
47403
  "filename": "src/javascript/node-package.ts",
47158
- "line": 586
47404
+ "line": 675
47159
47405
  },
47160
47406
  "parameters": [
47161
47407
  {
@@ -47176,7 +47422,7 @@
47176
47422
  "kind": "class",
47177
47423
  "locationInModule": {
47178
47424
  "filename": "src/javascript/node-package.ts",
47179
- "line": 451
47425
+ "line": 539
47180
47426
  },
47181
47427
  "methods": [
47182
47428
  {
@@ -47187,7 +47433,7 @@
47187
47433
  },
47188
47434
  "locationInModule": {
47189
47435
  "filename": "src/javascript/node-package.ts",
47190
- "line": 458
47436
+ "line": 546
47191
47437
  },
47192
47438
  "name": "of",
47193
47439
  "parameters": [
@@ -47215,7 +47461,7 @@
47215
47461
  },
47216
47462
  "locationInModule": {
47217
47463
  "filename": "src/javascript/node-package.ts",
47218
- "line": 817
47464
+ "line": 933
47219
47465
  },
47220
47466
  "name": "addBin",
47221
47467
  "parameters": [
@@ -47240,7 +47486,7 @@
47240
47486
  },
47241
47487
  "locationInModule": {
47242
47488
  "filename": "src/javascript/node-package.ts",
47243
- "line": 786
47489
+ "line": 902
47244
47490
  },
47245
47491
  "name": "addBundledDeps",
47246
47492
  "parameters": [
@@ -47265,7 +47511,7 @@
47265
47511
  },
47266
47512
  "locationInModule": {
47267
47513
  "filename": "src/javascript/node-package.ts",
47268
- "line": 726
47514
+ "line": 842
47269
47515
  },
47270
47516
  "name": "addDeps",
47271
47517
  "parameters": [
@@ -47290,7 +47536,7 @@
47290
47536
  },
47291
47537
  "locationInModule": {
47292
47538
  "filename": "src/javascript/node-package.ts",
47293
- "line": 741
47539
+ "line": 857
47294
47540
  },
47295
47541
  "name": "addDevDeps",
47296
47542
  "parameters": [
@@ -47315,7 +47561,7 @@
47315
47561
  },
47316
47562
  "locationInModule": {
47317
47563
  "filename": "src/javascript/node-package.ts",
47318
- "line": 803
47564
+ "line": 919
47319
47565
  },
47320
47566
  "name": "addEngine",
47321
47567
  "parameters": [
@@ -47349,7 +47595,7 @@
47349
47595
  },
47350
47596
  "locationInModule": {
47351
47597
  "filename": "src/javascript/node-package.ts",
47352
- "line": 859
47598
+ "line": 975
47353
47599
  },
47354
47600
  "name": "addField",
47355
47601
  "parameters": [
@@ -47380,7 +47626,7 @@
47380
47626
  },
47381
47627
  "locationInModule": {
47382
47628
  "filename": "src/javascript/node-package.ts",
47383
- "line": 811
47629
+ "line": 927
47384
47630
  },
47385
47631
  "name": "addKeywords",
47386
47632
  "parameters": [
@@ -47404,7 +47650,7 @@
47404
47650
  },
47405
47651
  "locationInModule": {
47406
47652
  "filename": "src/javascript/node-package.ts",
47407
- "line": 879
47653
+ "line": 995
47408
47654
  },
47409
47655
  "name": "addPackageResolutions",
47410
47656
  "parameters": [
@@ -47430,7 +47676,7 @@
47430
47676
  },
47431
47677
  "locationInModule": {
47432
47678
  "filename": "src/javascript/node-package.ts",
47433
- "line": 760
47679
+ "line": 876
47434
47680
  },
47435
47681
  "name": "addPeerDeps",
47436
47682
  "parameters": [
@@ -47455,7 +47701,7 @@
47455
47701
  },
47456
47702
  "locationInModule": {
47457
47703
  "filename": "src/javascript/node-package.ts",
47458
- "line": 867
47704
+ "line": 983
47459
47705
  },
47460
47706
  "name": "addVersion",
47461
47707
  "parameters": [
@@ -47478,7 +47724,7 @@
47478
47724
  },
47479
47725
  "locationInModule": {
47480
47726
  "filename": "src/javascript/node-package.ts",
47481
- "line": 849
47727
+ "line": 965
47482
47728
  },
47483
47729
  "name": "hasScript",
47484
47730
  "parameters": [
@@ -47506,7 +47752,7 @@
47506
47752
  },
47507
47753
  "locationInModule": {
47508
47754
  "filename": "src/javascript/node-package.ts",
47509
- "line": 931
47755
+ "line": 1047
47510
47756
  },
47511
47757
  "name": "postSynthesize",
47512
47758
  "overrides": "projen.Component"
@@ -47518,7 +47764,7 @@
47518
47764
  },
47519
47765
  "locationInModule": {
47520
47766
  "filename": "src/javascript/node-package.ts",
47521
- "line": 838
47767
+ "line": 954
47522
47768
  },
47523
47769
  "name": "removeScript",
47524
47770
  "parameters": [
@@ -47540,7 +47786,7 @@
47540
47786
  },
47541
47787
  "locationInModule": {
47542
47788
  "filename": "src/javascript/node-package.ts",
47543
- "line": 829
47789
+ "line": 945
47544
47790
  },
47545
47791
  "name": "setScript",
47546
47792
  "parameters": [
@@ -47571,7 +47817,7 @@
47571
47817
  },
47572
47818
  "locationInModule": {
47573
47819
  "filename": "src/javascript/node-package.ts",
47574
- "line": 926
47820
+ "line": 1042
47575
47821
  },
47576
47822
  "name": "synthesize",
47577
47823
  "overrides": "projen.Component"
@@ -47586,7 +47832,7 @@
47586
47832
  },
47587
47833
  "locationInModule": {
47588
47834
  "filename": "src/javascript/node-package.ts",
47589
- "line": 910
47835
+ "line": 1026
47590
47836
  },
47591
47837
  "name": "tryResolveDependencyVersion",
47592
47838
  "parameters": [
@@ -47619,7 +47865,7 @@
47619
47865
  "immutable": true,
47620
47866
  "locationInModule": {
47621
47867
  "filename": "src/javascript/node-package.ts",
47622
- "line": 476
47868
+ "line": 564
47623
47869
  },
47624
47870
  "name": "allowLibraryDependencies",
47625
47871
  "type": {
@@ -47634,7 +47880,7 @@
47634
47880
  "immutable": true,
47635
47881
  "locationInModule": {
47636
47882
  "filename": "src/javascript/node-package.ts",
47637
- "line": 471
47883
+ "line": 559
47638
47884
  },
47639
47885
  "name": "entrypoint",
47640
47886
  "type": {
@@ -47649,7 +47895,7 @@
47649
47895
  "immutable": true,
47650
47896
  "locationInModule": {
47651
47897
  "filename": "src/javascript/node-package.ts",
47652
- "line": 575
47898
+ "line": 663
47653
47899
  },
47654
47900
  "name": "file",
47655
47901
  "type": {
@@ -47664,7 +47910,7 @@
47664
47910
  "immutable": true,
47665
47911
  "locationInModule": {
47666
47912
  "filename": "src/javascript/node-package.ts",
47667
- "line": 895
47913
+ "line": 1011
47668
47914
  },
47669
47915
  "name": "installAndUpdateLockfileCommand",
47670
47916
  "type": {
@@ -47679,7 +47925,7 @@
47679
47925
  "immutable": true,
47680
47926
  "locationInModule": {
47681
47927
  "filename": "src/javascript/node-package.ts",
47682
- "line": 570
47928
+ "line": 658
47683
47929
  },
47684
47930
  "name": "installCiTask",
47685
47931
  "type": {
@@ -47694,7 +47940,7 @@
47694
47940
  "immutable": true,
47695
47941
  "locationInModule": {
47696
47942
  "filename": "src/javascript/node-package.ts",
47697
- "line": 888
47943
+ "line": 1004
47698
47944
  },
47699
47945
  "name": "installCommand",
47700
47946
  "type": {
@@ -47709,7 +47955,7 @@
47709
47955
  "immutable": true,
47710
47956
  "locationInModule": {
47711
47957
  "filename": "src/javascript/node-package.ts",
47712
- "line": 565
47958
+ "line": 653
47713
47959
  },
47714
47960
  "name": "installTask",
47715
47961
  "type": {
@@ -47724,7 +47970,7 @@
47724
47970
  "immutable": true,
47725
47971
  "locationInModule": {
47726
47972
  "filename": "src/javascript/node-package.ts",
47727
- "line": 560
47973
+ "line": 648
47728
47974
  },
47729
47975
  "name": "lockFile",
47730
47976
  "type": {
@@ -47739,7 +47985,7 @@
47739
47985
  "immutable": true,
47740
47986
  "locationInModule": {
47741
47987
  "filename": "src/javascript/node-package.ts",
47742
- "line": 486
47988
+ "line": 574
47743
47989
  },
47744
47990
  "name": "manifest",
47745
47991
  "type": {
@@ -47754,7 +48000,7 @@
47754
48000
  "immutable": true,
47755
48001
  "locationInModule": {
47756
48002
  "filename": "src/javascript/node-package.ts",
47757
- "line": 550
48003
+ "line": 638
47758
48004
  },
47759
48005
  "name": "npmAccess",
47760
48006
  "type": {
@@ -47769,7 +48015,7 @@
47769
48015
  "immutable": true,
47770
48016
  "locationInModule": {
47771
48017
  "filename": "src/javascript/node-package.ts",
47772
- "line": 555
48018
+ "line": 643
47773
48019
  },
47774
48020
  "name": "npmProvenance",
47775
48021
  "type": {
@@ -47784,7 +48030,7 @@
47784
48030
  "immutable": true,
47785
48031
  "locationInModule": {
47786
48032
  "filename": "src/javascript/node-package.ts",
47787
- "line": 525
48033
+ "line": 613
47788
48034
  },
47789
48035
  "name": "npmRegistry",
47790
48036
  "type": {
@@ -47799,7 +48045,7 @@
47799
48045
  "immutable": true,
47800
48046
  "locationInModule": {
47801
48047
  "filename": "src/javascript/node-package.ts",
47802
- "line": 520
48048
+ "line": 608
47803
48049
  },
47804
48050
  "name": "npmRegistryUrl",
47805
48051
  "type": {
@@ -47814,7 +48060,7 @@
47814
48060
  "immutable": true,
47815
48061
  "locationInModule": {
47816
48062
  "filename": "src/javascript/node-package.ts",
47817
- "line": 481
48063
+ "line": 569
47818
48064
  },
47819
48065
  "name": "packageManager",
47820
48066
  "type": {
@@ -47829,7 +48075,7 @@
47829
48075
  "immutable": true,
47830
48076
  "locationInModule": {
47831
48077
  "filename": "src/javascript/node-package.ts",
47832
- "line": 466
48078
+ "line": 554
47833
48079
  },
47834
48080
  "name": "packageName",
47835
48081
  "type": {
@@ -47845,7 +48091,7 @@
47845
48091
  "immutable": true,
47846
48092
  "locationInModule": {
47847
48093
  "filename": "src/javascript/node-package.ts",
47848
- "line": 954
48094
+ "line": 1070
47849
48095
  },
47850
48096
  "name": "projenCommand",
47851
48097
  "type": {
@@ -47860,7 +48106,7 @@
47860
48106
  "immutable": true,
47861
48107
  "locationInModule": {
47862
48108
  "filename": "src/javascript/node-package.ts",
47863
- "line": 510
48109
+ "line": 598
47864
48110
  },
47865
48111
  "name": "bunVersion",
47866
48112
  "optional": true,
@@ -47878,7 +48124,7 @@
47878
48124
  "immutable": true,
47879
48125
  "locationInModule": {
47880
48126
  "filename": "src/javascript/node-package.ts",
47881
- "line": 538
48127
+ "line": 626
47882
48128
  },
47883
48129
  "name": "codeArtifactOptions",
47884
48130
  "optional": true,
@@ -47895,7 +48141,7 @@
47895
48141
  "immutable": true,
47896
48142
  "locationInModule": {
47897
48143
  "filename": "src/javascript/node-package.ts",
47898
- "line": 515
48144
+ "line": 603
47899
48145
  },
47900
48146
  "name": "license",
47901
48147
  "optional": true,
@@ -47912,7 +48158,7 @@
47912
48158
  "immutable": true,
47913
48159
  "locationInModule": {
47914
48160
  "filename": "src/javascript/node-package.ts",
47915
- "line": 500
48161
+ "line": 588
47916
48162
  },
47917
48163
  "name": "maxNodeVersion",
47918
48164
  "optional": true,
@@ -47929,7 +48175,7 @@
47929
48175
  "immutable": true,
47930
48176
  "locationInModule": {
47931
48177
  "filename": "src/javascript/node-package.ts",
47932
- "line": 493
48178
+ "line": 581
47933
48179
  },
47934
48180
  "name": "minNodeVersion",
47935
48181
  "optional": true,
@@ -47945,7 +48191,7 @@
47945
48191
  "immutable": true,
47946
48192
  "locationInModule": {
47947
48193
  "filename": "src/javascript/node-package.ts",
47948
- "line": 530
48194
+ "line": 618
47949
48195
  },
47950
48196
  "name": "npmTokenSecret",
47951
48197
  "optional": true,
@@ -47961,7 +48207,7 @@
47961
48207
  "immutable": true,
47962
48208
  "locationInModule": {
47963
48209
  "filename": "src/javascript/node-package.ts",
47964
- "line": 505
48210
+ "line": 593
47965
48211
  },
47966
48212
  "name": "pnpmVersion",
47967
48213
  "optional": true,
@@ -47978,7 +48224,7 @@
47978
48224
  "immutable": true,
47979
48225
  "locationInModule": {
47980
48226
  "filename": "src/javascript/node-package.ts",
47981
- "line": 545
48227
+ "line": 633
47982
48228
  },
47983
48229
  "name": "scopedPackagesOptions",
47984
48230
  "optional": true,
@@ -48004,7 +48250,7 @@
48004
48250
  "kind": "enum",
48005
48251
  "locationInModule": {
48006
48252
  "filename": "src/javascript/node-package.ts",
48007
- "line": 1687
48253
+ "line": 1847
48008
48254
  },
48009
48255
  "members": [
48010
48256
  {
@@ -48073,11 +48319,29 @@
48073
48319
  "kind": "interface",
48074
48320
  "locationInModule": {
48075
48321
  "filename": "src/javascript/node-package.ts",
48076
- "line": 32
48322
+ "line": 33
48077
48323
  },
48078
48324
  "name": "NodePackageOptions",
48079
48325
  "namespace": "javascript",
48080
48326
  "properties": [
48327
+ {
48328
+ "abstract": true,
48329
+ "docs": {
48330
+ "default": "true",
48331
+ "stability": "experimental",
48332
+ "summary": "Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`."
48333
+ },
48334
+ "immutable": true,
48335
+ "locationInModule": {
48336
+ "filename": "src/javascript/node-package.ts",
48337
+ "line": 388
48338
+ },
48339
+ "name": "addPackageManagerToDevEngines",
48340
+ "optional": true,
48341
+ "type": {
48342
+ "primitive": "boolean"
48343
+ }
48344
+ },
48081
48345
  {
48082
48346
  "abstract": true,
48083
48347
  "docs": {
@@ -48089,7 +48353,7 @@
48089
48353
  "immutable": true,
48090
48354
  "locationInModule": {
48091
48355
  "filename": "src/javascript/node-package.ts",
48092
- "line": 126
48356
+ "line": 127
48093
48357
  },
48094
48358
  "name": "allowLibraryDependencies",
48095
48359
  "optional": true,
@@ -48106,7 +48370,7 @@
48106
48370
  "immutable": true,
48107
48371
  "locationInModule": {
48108
48372
  "filename": "src/javascript/node-package.ts",
48109
- "line": 196
48373
+ "line": 198
48110
48374
  },
48111
48375
  "name": "authorEmail",
48112
48376
  "optional": true,
@@ -48123,7 +48387,7 @@
48123
48387
  "immutable": true,
48124
48388
  "locationInModule": {
48125
48389
  "filename": "src/javascript/node-package.ts",
48126
- "line": 191
48390
+ "line": 193
48127
48391
  },
48128
48392
  "name": "authorName",
48129
48393
  "optional": true,
@@ -48140,7 +48404,7 @@
48140
48404
  "immutable": true,
48141
48405
  "locationInModule": {
48142
48406
  "filename": "src/javascript/node-package.ts",
48143
- "line": 206
48407
+ "line": 208
48144
48408
  },
48145
48409
  "name": "authorOrganization",
48146
48410
  "optional": true,
@@ -48157,7 +48421,7 @@
48157
48421
  "immutable": true,
48158
48422
  "locationInModule": {
48159
48423
  "filename": "src/javascript/node-package.ts",
48160
- "line": 201
48424
+ "line": 203
48161
48425
  },
48162
48426
  "name": "authorUrl",
48163
48427
  "optional": true,
@@ -48175,7 +48439,7 @@
48175
48439
  "immutable": true,
48176
48440
  "locationInModule": {
48177
48441
  "filename": "src/javascript/node-package.ts",
48178
- "line": 157
48442
+ "line": 158
48179
48443
  },
48180
48444
  "name": "autoDetectBin",
48181
48445
  "optional": true,
@@ -48193,7 +48457,7 @@
48193
48457
  "immutable": true,
48194
48458
  "locationInModule": {
48195
48459
  "filename": "src/javascript/node-package.ts",
48196
- "line": 149
48460
+ "line": 150
48197
48461
  },
48198
48462
  "name": "bin",
48199
48463
  "optional": true,
@@ -48215,7 +48479,7 @@
48215
48479
  "immutable": true,
48216
48480
  "locationInModule": {
48217
48481
  "filename": "src/javascript/node-package.ts",
48218
- "line": 305
48482
+ "line": 307
48219
48483
  },
48220
48484
  "name": "bugsEmail",
48221
48485
  "optional": true,
@@ -48232,7 +48496,7 @@
48232
48496
  "immutable": true,
48233
48497
  "locationInModule": {
48234
48498
  "filename": "src/javascript/node-package.ts",
48235
- "line": 300
48499
+ "line": 302
48236
48500
  },
48237
48501
  "name": "bugsUrl",
48238
48502
  "optional": true,
@@ -48250,7 +48514,7 @@
48250
48514
  "immutable": true,
48251
48515
  "locationInModule": {
48252
48516
  "filename": "src/javascript/node-package.ts",
48253
- "line": 112
48517
+ "line": 113
48254
48518
  },
48255
48519
  "name": "bundledDeps",
48256
48520
  "optional": true,
@@ -48273,7 +48537,7 @@
48273
48537
  "immutable": true,
48274
48538
  "locationInModule": {
48275
48539
  "filename": "src/javascript/node-package.ts",
48276
- "line": 263
48540
+ "line": 265
48277
48541
  },
48278
48542
  "name": "bunVersion",
48279
48543
  "optional": true,
@@ -48292,7 +48556,7 @@
48292
48556
  "immutable": true,
48293
48557
  "locationInModule": {
48294
48558
  "filename": "src/javascript/node-package.ts",
48295
- "line": 353
48559
+ "line": 355
48296
48560
  },
48297
48561
  "name": "codeArtifactOptions",
48298
48562
  "optional": true,
@@ -48300,6 +48564,25 @@
48300
48564
  "fqn": "projen.javascript.CodeArtifactOptions"
48301
48565
  }
48302
48566
  },
48567
+ {
48568
+ "abstract": true,
48569
+ "docs": {
48570
+ "default": "true",
48571
+ "remarks": "Only triggered when the lockfile for the configured package\nmanager already exists.\n\nThis is useful when migrating between package managers to avoid conflicts.",
48572
+ "stability": "experimental",
48573
+ "summary": "Automatically delete lockfiles from package managers that are not the active one."
48574
+ },
48575
+ "immutable": true,
48576
+ "locationInModule": {
48577
+ "filename": "src/javascript/node-package.ts",
48578
+ "line": 399
48579
+ },
48580
+ "name": "deleteOrphanedLockFiles",
48581
+ "optional": true,
48582
+ "type": {
48583
+ "primitive": "boolean"
48584
+ }
48585
+ },
48303
48586
  {
48304
48587
  "abstract": true,
48305
48588
  "docs": {
@@ -48315,7 +48598,7 @@
48315
48598
  "immutable": true,
48316
48599
  "locationInModule": {
48317
48600
  "filename": "src/javascript/node-package.ts",
48318
- "line": 61
48601
+ "line": 62
48319
48602
  },
48320
48603
  "name": "deps",
48321
48604
  "optional": true,
@@ -48341,7 +48624,7 @@
48341
48624
  "immutable": true,
48342
48625
  "locationInModule": {
48343
48626
  "filename": "src/javascript/node-package.ts",
48344
- "line": 45
48627
+ "line": 46
48345
48628
  },
48346
48629
  "name": "description",
48347
48630
  "optional": true,
@@ -48364,7 +48647,7 @@
48364
48647
  "immutable": true,
48365
48648
  "locationInModule": {
48366
48649
  "filename": "src/javascript/node-package.ts",
48367
- "line": 79
48650
+ "line": 80
48368
48651
  },
48369
48652
  "name": "devDeps",
48370
48653
  "optional": true,
@@ -48377,6 +48660,25 @@
48377
48660
  }
48378
48661
  }
48379
48662
  },
48663
+ {
48664
+ "abstract": true,
48665
+ "docs": {
48666
+ "remarks": "The `devEngines.packageManager` field is automatically populated based on\nthe resolved `packageManager` value. Any fields provided here are merged\nwith the auto-populated `packageManager` entry.",
48667
+ "see": "https://docs.npmjs.com/cli/v10/configuring-npm/package-json#devengines",
48668
+ "stability": "experimental",
48669
+ "summary": "Configure the `devEngines` field in `package.json`."
48670
+ },
48671
+ "immutable": true,
48672
+ "locationInModule": {
48673
+ "filename": "src/javascript/node-package.ts",
48674
+ "line": 380
48675
+ },
48676
+ "name": "devEngines",
48677
+ "optional": true,
48678
+ "type": {
48679
+ "fqn": "projen.javascript.DevEngines"
48680
+ }
48681
+ },
48380
48682
  {
48381
48683
  "abstract": true,
48382
48684
  "docs": {
@@ -48388,7 +48690,7 @@
48388
48690
  "immutable": true,
48389
48691
  "locationInModule": {
48390
48692
  "filename": "src/javascript/node-package.ts",
48391
- "line": 140
48693
+ "line": 141
48392
48694
  },
48393
48695
  "name": "entrypoint",
48394
48696
  "optional": true,
@@ -48405,7 +48707,7 @@
48405
48707
  "immutable": true,
48406
48708
  "locationInModule": {
48407
48709
  "filename": "src/javascript/node-package.ts",
48408
- "line": 211
48710
+ "line": 213
48409
48711
  },
48410
48712
  "name": "homepage",
48411
48713
  "optional": true,
@@ -48422,7 +48724,7 @@
48422
48724
  "immutable": true,
48423
48725
  "locationInModule": {
48424
48726
  "filename": "src/javascript/node-package.ts",
48425
- "line": 131
48727
+ "line": 132
48426
48728
  },
48427
48729
  "name": "keywords",
48428
48730
  "optional": true,
@@ -48446,7 +48748,7 @@
48446
48748
  "immutable": true,
48447
48749
  "locationInModule": {
48448
48750
  "filename": "src/javascript/node-package.ts",
48449
- "line": 272
48751
+ "line": 274
48450
48752
  },
48451
48753
  "name": "license",
48452
48754
  "optional": true,
@@ -48464,7 +48766,7 @@
48464
48766
  "immutable": true,
48465
48767
  "locationInModule": {
48466
48768
  "filename": "src/javascript/node-package.ts",
48467
- "line": 279
48769
+ "line": 281
48468
48770
  },
48469
48771
  "name": "licensed",
48470
48772
  "optional": true,
@@ -48483,7 +48785,7 @@
48483
48785
  "immutable": true,
48484
48786
  "locationInModule": {
48485
48787
  "filename": "src/javascript/node-package.ts",
48486
- "line": 249
48788
+ "line": 251
48487
48789
  },
48488
48790
  "name": "maxNodeVersion",
48489
48791
  "optional": true,
@@ -48502,7 +48804,7 @@
48502
48804
  "immutable": true,
48503
48805
  "locationInModule": {
48504
48806
  "filename": "src/javascript/node-package.ts",
48505
- "line": 235
48807
+ "line": 237
48506
48808
  },
48507
48809
  "name": "minNodeVersion",
48508
48810
  "optional": true,
@@ -48520,7 +48822,7 @@
48520
48822
  "immutable": true,
48521
48823
  "locationInModule": {
48522
48824
  "filename": "src/javascript/node-package.ts",
48523
- "line": 314
48825
+ "line": 316
48524
48826
  },
48525
48827
  "name": "npmAccess",
48526
48828
  "optional": true,
@@ -48540,7 +48842,7 @@
48540
48842
  "immutable": true,
48541
48843
  "locationInModule": {
48542
48844
  "filename": "src/javascript/node-package.ts",
48543
- "line": 328
48845
+ "line": 330
48544
48846
  },
48545
48847
  "name": "npmProvenance",
48546
48848
  "optional": true,
@@ -48559,7 +48861,7 @@
48559
48861
  "immutable": true,
48560
48862
  "locationInModule": {
48561
48863
  "filename": "src/javascript/node-package.ts",
48562
- "line": 295
48864
+ "line": 297
48563
48865
  },
48564
48866
  "name": "npmRegistry",
48565
48867
  "optional": true,
@@ -48578,7 +48880,7 @@
48578
48880
  "immutable": true,
48579
48881
  "locationInModule": {
48580
48882
  "filename": "src/javascript/node-package.ts",
48581
- "line": 288
48883
+ "line": 290
48582
48884
  },
48583
48885
  "name": "npmRegistryUrl",
48584
48886
  "optional": true,
@@ -48596,7 +48898,7 @@
48596
48898
  "immutable": true,
48597
48899
  "locationInModule": {
48598
48900
  "filename": "src/javascript/node-package.ts",
48599
- "line": 335
48901
+ "line": 337
48600
48902
  },
48601
48903
  "name": "npmTokenSecret",
48602
48904
  "optional": true,
@@ -48615,7 +48917,7 @@
48615
48917
  "immutable": true,
48616
48918
  "locationInModule": {
48617
48919
  "filename": "src/javascript/node-package.ts",
48618
- "line": 345
48920
+ "line": 347
48619
48921
  },
48620
48922
  "name": "npmTrustedPublishing",
48621
48923
  "optional": true,
@@ -48626,14 +48928,17 @@
48626
48928
  {
48627
48929
  "abstract": true,
48628
48930
  "docs": {
48629
- "default": "NodePackageManager.YARN_CLASSIC",
48931
+ "custom": {
48932
+ "pjnew": "$PACKAGE_MANAGER"
48933
+ },
48934
+ "default": "- Detected from the calling process or `YARN_CLASSIC` if detection fails.",
48630
48935
  "stability": "experimental",
48631
48936
  "summary": "The Node Package Manager used to execute scripts."
48632
48937
  },
48633
48938
  "immutable": true,
48634
48939
  "locationInModule": {
48635
48940
  "filename": "src/javascript/node-package.ts",
48636
- "line": 174
48941
+ "line": 176
48637
48942
  },
48638
48943
  "name": "packageManager",
48639
48944
  "optional": true,
@@ -48654,7 +48959,7 @@
48654
48959
  "immutable": true,
48655
48960
  "locationInModule": {
48656
48961
  "filename": "src/javascript/node-package.ts",
48657
- "line": 38
48962
+ "line": 39
48658
48963
  },
48659
48964
  "name": "packageName",
48660
48965
  "optional": true,
@@ -48671,7 +48976,7 @@
48671
48976
  "immutable": true,
48672
48977
  "locationInModule": {
48673
48978
  "filename": "src/javascript/node-package.ts",
48674
- "line": 117
48979
+ "line": 118
48675
48980
  },
48676
48981
  "name": "peerDependencyOptions",
48677
48982
  "optional": true,
@@ -48690,7 +48995,7 @@
48690
48995
  "immutable": true,
48691
48996
  "locationInModule": {
48692
48997
  "filename": "src/javascript/node-package.ts",
48693
- "line": 98
48998
+ "line": 99
48694
48999
  },
48695
49000
  "name": "peerDeps",
48696
49001
  "optional": true,
@@ -48713,7 +49018,7 @@
48713
49018
  "immutable": true,
48714
49019
  "locationInModule": {
48715
49020
  "filename": "src/javascript/node-package.ts",
48716
- "line": 256
49021
+ "line": 258
48717
49022
  },
48718
49023
  "name": "pnpmVersion",
48719
49024
  "optional": true,
@@ -48731,7 +49036,7 @@
48731
49036
  "immutable": true,
48732
49037
  "locationInModule": {
48733
49038
  "filename": "src/javascript/node-package.ts",
48734
- "line": 180
49039
+ "line": 182
48735
49040
  },
48736
49041
  "name": "repository",
48737
49042
  "optional": true,
@@ -48748,7 +49053,7 @@
48748
49053
  "immutable": true,
48749
49054
  "locationInModule": {
48750
49055
  "filename": "src/javascript/node-package.ts",
48751
- "line": 186
49056
+ "line": 188
48752
49057
  },
48753
49058
  "name": "repositoryDirectory",
48754
49059
  "optional": true,
@@ -48766,7 +49071,7 @@
48766
49071
  "immutable": true,
48767
49072
  "locationInModule": {
48768
49073
  "filename": "src/javascript/node-package.ts",
48769
- "line": 360
49074
+ "line": 362
48770
49075
  },
48771
49076
  "name": "scopedPackagesOptions",
48772
49077
  "optional": true,
@@ -48791,7 +49096,7 @@
48791
49096
  "immutable": true,
48792
49097
  "locationInModule": {
48793
49098
  "filename": "src/javascript/node-package.ts",
48794
- "line": 167
49099
+ "line": 168
48795
49100
  },
48796
49101
  "name": "scripts",
48797
49102
  "optional": true,
@@ -48813,7 +49118,7 @@
48813
49118
  "immutable": true,
48814
49119
  "locationInModule": {
48815
49120
  "filename": "src/javascript/node-package.ts",
48816
- "line": 216
49121
+ "line": 218
48817
49122
  },
48818
49123
  "name": "stability",
48819
49124
  "optional": true,
@@ -48831,7 +49136,7 @@
48831
49136
  "immutable": true,
48832
49137
  "locationInModule": {
48833
49138
  "filename": "src/javascript/node-package.ts",
48834
- "line": 367
49139
+ "line": 369
48835
49140
  },
48836
49141
  "name": "yarnBerryOptions",
48837
49142
  "optional": true,
@@ -48907,7 +49212,7 @@
48907
49212
  },
48908
49213
  "locationInModule": {
48909
49214
  "filename": "src/javascript/node-project.ts",
48910
- "line": 1314
49215
+ "line": 1315
48911
49216
  },
48912
49217
  "name": "addBundledDeps",
48913
49218
  "parameters": [
@@ -48954,7 +49259,7 @@
48954
49259
  },
48955
49260
  "locationInModule": {
48956
49261
  "filename": "src/javascript/node-project.ts",
48957
- "line": 1268
49262
+ "line": 1269
48958
49263
  },
48959
49264
  "name": "addDeps",
48960
49265
  "parameters": [
@@ -48979,7 +49284,7 @@
48979
49284
  },
48980
49285
  "locationInModule": {
48981
49286
  "filename": "src/javascript/node-project.ts",
48982
- "line": 1281
49287
+ "line": 1282
48983
49288
  },
48984
49289
  "name": "addDevDeps",
48985
49290
  "parameters": [
@@ -49058,7 +49363,7 @@
49058
49363
  },
49059
49364
  "locationInModule": {
49060
49365
  "filename": "src/javascript/node-project.ts",
49061
- "line": 1326
49366
+ "line": 1327
49062
49367
  },
49063
49368
  "name": "addPackageIgnore",
49064
49369
  "overrides": "projen.Project",
@@ -49082,7 +49387,7 @@
49082
49387
  },
49083
49388
  "locationInModule": {
49084
49389
  "filename": "src/javascript/node-project.ts",
49085
- "line": 1298
49390
+ "line": 1299
49086
49391
  },
49087
49392
  "name": "addPeerDeps",
49088
49393
  "parameters": [
@@ -49241,7 +49546,7 @@
49241
49546
  },
49242
49547
  "locationInModule": {
49243
49548
  "filename": "src/javascript/node-project.ts",
49244
- "line": 1399
49549
+ "line": 1400
49245
49550
  },
49246
49551
  "name": "runTaskCommand",
49247
49552
  "overrides": "projen.Project",
@@ -49539,7 +49844,7 @@
49539
49844
  "immutable": true,
49540
49845
  "locationInModule": {
49541
49846
  "filename": "src/javascript/node-project.ts",
49542
- "line": 1406
49847
+ "line": 1407
49543
49848
  },
49544
49849
  "name": "buildWorkflowJobId",
49545
49850
  "optional": true,
@@ -50529,7 +50834,7 @@
50529
50834
  "kind": "enum",
50530
50835
  "locationInModule": {
50531
50836
  "filename": "src/javascript/node-package.ts",
50532
- "line": 1731
50837
+ "line": 1891
50533
50838
  },
50534
50839
  "members": [
50535
50840
  {
@@ -50724,7 +51029,7 @@
50724
51029
  "kind": "interface",
50725
51030
  "locationInModule": {
50726
51031
  "filename": "src/javascript/node-package.ts",
50727
- "line": 1676
51032
+ "line": 1836
50728
51033
  },
50729
51034
  "name": "PeerDependencyOptions",
50730
51035
  "namespace": "javascript",
@@ -50739,7 +51044,7 @@
50739
51044
  "immutable": true,
50740
51045
  "locationInModule": {
50741
51046
  "filename": "src/javascript/node-package.ts",
50742
- "line": 1681
51047
+ "line": 1841
50743
51048
  },
50744
51049
  "name": "pinnedDevDependency",
50745
51050
  "optional": true,
@@ -51819,7 +52124,7 @@
51819
52124
  "kind": "interface",
51820
52125
  "locationInModule": {
51821
52126
  "filename": "src/javascript/node-project.ts",
51822
- "line": 1522
52127
+ "line": 1523
51823
52128
  },
51824
52129
  "name": "RenderWorkflowSetupOptions",
51825
52130
  "namespace": "javascript",
@@ -51835,7 +52140,7 @@
51835
52140
  "immutable": true,
51836
52141
  "locationInModule": {
51837
52142
  "filename": "src/javascript/node-project.ts",
51838
- "line": 1531
52143
+ "line": 1532
51839
52144
  },
51840
52145
  "name": "installStepConfiguration",
51841
52146
  "optional": true,
@@ -51853,7 +52158,7 @@
51853
52158
  "immutable": true,
51854
52159
  "locationInModule": {
51855
52160
  "filename": "src/javascript/node-project.ts",
51856
- "line": 1536
52161
+ "line": 1537
51857
52162
  },
51858
52163
  "name": "mutable",
51859
52164
  "optional": true,
@@ -51915,7 +52220,7 @@
51915
52220
  "kind": "interface",
51916
52221
  "locationInModule": {
51917
52222
  "filename": "src/javascript/node-package.ts",
51918
- "line": 434
52223
+ "line": 522
51919
52224
  },
51920
52225
  "name": "ScopedPackagesOptions",
51921
52226
  "namespace": "javascript",
@@ -51929,7 +52234,7 @@
51929
52234
  "immutable": true,
51930
52235
  "locationInModule": {
51931
52236
  "filename": "src/javascript/node-package.ts",
51932
- "line": 445
52237
+ "line": 533
51933
52238
  },
51934
52239
  "name": "registryUrl",
51935
52240
  "type": {
@@ -51946,7 +52251,7 @@
51946
52251
  "immutable": true,
51947
52252
  "locationInModule": {
51948
52253
  "filename": "src/javascript/node-package.ts",
51949
- "line": 440
52254
+ "line": 528
51950
52255
  },
51951
52256
  "name": "scope",
51952
52257
  "type": {
@@ -54906,7 +55211,7 @@
54906
55211
  "kind": "interface",
54907
55212
  "locationInModule": {
54908
55213
  "filename": "src/javascript/node-package.ts",
54909
- "line": 1746
55214
+ "line": 1906
54910
55215
  },
54911
55216
  "name": "YarnBerryOptions",
54912
55217
  "namespace": "javascript",
@@ -54921,7 +55226,7 @@
54921
55226
  "immutable": true,
54922
55227
  "locationInModule": {
54923
55228
  "filename": "src/javascript/node-package.ts",
54924
- "line": 1752
55229
+ "line": 1912
54925
55230
  },
54926
55231
  "name": "version",
54927
55232
  "optional": true,
@@ -54939,7 +55244,7 @@
54939
55244
  "immutable": true,
54940
55245
  "locationInModule": {
54941
55246
  "filename": "src/javascript/node-package.ts",
54942
- "line": 1759
55247
+ "line": 1919
54943
55248
  },
54944
55249
  "name": "yarnRcOptions",
54945
55250
  "optional": true,
@@ -54958,7 +55263,7 @@
54958
55263
  "immutable": true,
54959
55264
  "locationInModule": {
54960
55265
  "filename": "src/javascript/node-package.ts",
54961
- "line": 1767
55266
+ "line": 1927
54962
55267
  },
54963
55268
  "name": "zeroInstalls",
54964
55269
  "optional": true,
@@ -73545,7 +73850,7 @@
73545
73850
  "kind": "enum",
73546
73851
  "locationInModule": {
73547
73852
  "filename": "src/release/publisher.ts",
73548
- "line": 1081
73853
+ "line": 1079
73549
73854
  },
73550
73855
  "members": [
73551
73856
  {
@@ -73579,7 +73884,7 @@
73579
73884
  "kind": "interface",
73580
73885
  "locationInModule": {
73581
73886
  "filename": "src/release/publisher.ts",
73582
- "line": 1099
73887
+ "line": 1097
73583
73888
  },
73584
73889
  "name": "CodeArtifactOptions",
73585
73890
  "namespace": "release",
@@ -73595,7 +73900,7 @@
73595
73900
  "immutable": true,
73596
73901
  "locationInModule": {
73597
73902
  "filename": "src/release/publisher.ts",
73598
- "line": 1115
73903
+ "line": 1113
73599
73904
  },
73600
73905
  "name": "accessKeyIdSecret",
73601
73906
  "optional": true,
@@ -73613,7 +73918,7 @@
73613
73918
  "immutable": true,
73614
73919
  "locationInModule": {
73615
73920
  "filename": "src/release/publisher.ts",
73616
- "line": 1105
73921
+ "line": 1103
73617
73922
  },
73618
73923
  "name": "authProvider",
73619
73924
  "optional": true,
@@ -73632,7 +73937,7 @@
73632
73937
  "immutable": true,
73633
73938
  "locationInModule": {
73634
73939
  "filename": "src/release/publisher.ts",
73635
- "line": 1135
73940
+ "line": 1133
73636
73941
  },
73637
73942
  "name": "roleToAssume",
73638
73943
  "optional": true,
@@ -73651,7 +73956,7 @@
73651
73956
  "immutable": true,
73652
73957
  "locationInModule": {
73653
73958
  "filename": "src/release/publisher.ts",
73654
- "line": 1126
73959
+ "line": 1124
73655
73960
  },
73656
73961
  "name": "secretAccessKeySecret",
73657
73962
  "optional": true,
@@ -73673,7 +73978,7 @@
73673
73978
  "kind": "interface",
73674
73979
  "locationInModule": {
73675
73980
  "filename": "src/release/publisher.ts",
73676
- "line": 955
73981
+ "line": 953
73677
73982
  },
73678
73983
  "name": "CommonPublishOptions",
73679
73984
  "namespace": "release",
@@ -73689,7 +73994,7 @@
73689
73994
  "immutable": true,
73690
73995
  "locationInModule": {
73691
73996
  "filename": "src/release/publisher.ts",
73692
- "line": 992
73997
+ "line": 990
73693
73998
  },
73694
73999
  "name": "githubEnvironment",
73695
74000
  "optional": true,
@@ -73707,7 +74012,7 @@
73707
74012
  "immutable": true,
73708
74013
  "locationInModule": {
73709
74014
  "filename": "src/release/publisher.ts",
73710
- "line": 974
74015
+ "line": 972
73711
74016
  },
73712
74017
  "name": "postPublishSteps",
73713
74018
  "optional": true,
@@ -73730,7 +74035,7 @@
73730
74035
  "immutable": true,
73731
74036
  "locationInModule": {
73732
74037
  "filename": "src/release/publisher.ts",
73733
- "line": 965
74038
+ "line": 963
73734
74039
  },
73735
74040
  "name": "prePublishSteps",
73736
74041
  "optional": true,
@@ -73753,7 +74058,7 @@
73753
74058
  "immutable": true,
73754
74059
  "locationInModule": {
73755
74060
  "filename": "src/release/publisher.ts",
73756
- "line": 980
74061
+ "line": 978
73757
74062
  },
73758
74063
  "name": "publishTools",
73759
74064
  "optional": true,
@@ -73818,7 +74123,7 @@
73818
74123
  "kind": "interface",
73819
74124
  "locationInModule": {
73820
74125
  "filename": "src/release/publisher.ts",
73821
- "line": 1447
74126
+ "line": 1445
73822
74127
  },
73823
74128
  "name": "GitHubReleasesPublishOptions",
73824
74129
  "namespace": "release",
@@ -73833,7 +74138,7 @@
73833
74138
  "immutable": true,
73834
74139
  "locationInModule": {
73835
74140
  "filename": "src/release/publisher.ts",
73836
- "line": 1406
74141
+ "line": 1404
73837
74142
  },
73838
74143
  "name": "changelogFile",
73839
74144
  "type": {
@@ -73850,7 +74155,7 @@
73850
74155
  "immutable": true,
73851
74156
  "locationInModule": {
73852
74157
  "filename": "src/release/publisher.ts",
73853
- "line": 1399
74158
+ "line": 1397
73854
74159
  },
73855
74160
  "name": "releaseTagFile",
73856
74161
  "type": {
@@ -73867,7 +74172,7 @@
73867
74172
  "immutable": true,
73868
74173
  "locationInModule": {
73869
74174
  "filename": "src/release/publisher.ts",
73870
- "line": 1392
74175
+ "line": 1390
73871
74176
  },
73872
74177
  "name": "versionFile",
73873
74178
  "type": {
@@ -73888,7 +74193,7 @@
73888
74193
  "kind": "interface",
73889
74194
  "locationInModule": {
73890
74195
  "filename": "src/release/publisher.ts",
73891
- "line": 1453
74196
+ "line": 1451
73892
74197
  },
73893
74198
  "name": "GitPublishOptions",
73894
74199
  "namespace": "release",
@@ -73903,7 +74208,7 @@
73903
74208
  "immutable": true,
73904
74209
  "locationInModule": {
73905
74210
  "filename": "src/release/publisher.ts",
73906
- "line": 1406
74211
+ "line": 1404
73907
74212
  },
73908
74213
  "name": "changelogFile",
73909
74214
  "type": {
@@ -73920,7 +74225,7 @@
73920
74225
  "immutable": true,
73921
74226
  "locationInModule": {
73922
74227
  "filename": "src/release/publisher.ts",
73923
- "line": 1399
74228
+ "line": 1397
73924
74229
  },
73925
74230
  "name": "releaseTagFile",
73926
74231
  "type": {
@@ -73937,7 +74242,7 @@
73937
74242
  "immutable": true,
73938
74243
  "locationInModule": {
73939
74244
  "filename": "src/release/publisher.ts",
73940
- "line": 1392
74245
+ "line": 1390
73941
74246
  },
73942
74247
  "name": "versionFile",
73943
74248
  "type": {
@@ -73954,7 +74259,7 @@
73954
74259
  "immutable": true,
73955
74260
  "locationInModule": {
73956
74261
  "filename": "src/release/publisher.ts",
73957
- "line": 1464
74262
+ "line": 1462
73958
74263
  },
73959
74264
  "name": "gitBranch",
73960
74265
  "optional": true,
@@ -73972,7 +74277,7 @@
73972
74277
  "immutable": true,
73973
74278
  "locationInModule": {
73974
74279
  "filename": "src/release/publisher.ts",
73975
- "line": 1471
74280
+ "line": 1469
73976
74281
  },
73977
74282
  "name": "gitPushCommand",
73978
74283
  "optional": true,
@@ -73989,7 +74294,7 @@
73989
74294
  "immutable": true,
73990
74295
  "locationInModule": {
73991
74296
  "filename": "src/release/publisher.ts",
73992
- "line": 1457
74297
+ "line": 1455
73993
74298
  },
73994
74299
  "name": "projectChangelogFile",
73995
74300
  "optional": true,
@@ -74014,7 +74319,7 @@
74014
74319
  "kind": "interface",
74015
74320
  "locationInModule": {
74016
74321
  "filename": "src/release/publisher.ts",
74017
- "line": 1331
74322
+ "line": 1329
74018
74323
  },
74019
74324
  "name": "GoPublishOptions",
74020
74325
  "namespace": "release",
@@ -74029,7 +74334,7 @@
74029
74334
  "immutable": true,
74030
74335
  "locationInModule": {
74031
74336
  "filename": "src/release/publisher.ts",
74032
- "line": 1364
74337
+ "line": 1362
74033
74338
  },
74034
74339
  "name": "gitBranch",
74035
74340
  "optional": true,
@@ -74047,7 +74352,7 @@
74047
74352
  "immutable": true,
74048
74353
  "locationInModule": {
74049
74354
  "filename": "src/release/publisher.ts",
74050
- "line": 1383
74355
+ "line": 1381
74051
74356
  },
74052
74357
  "name": "gitCommitMessage",
74053
74358
  "optional": true,
@@ -74066,7 +74371,7 @@
74066
74371
  "immutable": true,
74067
74372
  "locationInModule": {
74068
74373
  "filename": "src/release/publisher.ts",
74069
- "line": 1350
74374
+ "line": 1348
74070
74375
  },
74071
74376
  "name": "githubDeployKeySecret",
74072
74377
  "optional": true,
@@ -74085,7 +74390,7 @@
74085
74390
  "immutable": true,
74086
74391
  "locationInModule": {
74087
74392
  "filename": "src/release/publisher.ts",
74088
- "line": 1340
74393
+ "line": 1338
74089
74394
  },
74090
74395
  "name": "githubTokenSecret",
74091
74396
  "optional": true,
@@ -74103,7 +74408,7 @@
74103
74408
  "immutable": true,
74104
74409
  "locationInModule": {
74105
74410
  "filename": "src/release/publisher.ts",
74106
- "line": 1357
74411
+ "line": 1355
74107
74412
  },
74108
74413
  "name": "githubUseSsh",
74109
74414
  "optional": true,
@@ -74121,7 +74426,7 @@
74121
74426
  "immutable": true,
74122
74427
  "locationInModule": {
74123
74428
  "filename": "src/release/publisher.ts",
74124
- "line": 1376
74429
+ "line": 1374
74125
74430
  },
74126
74431
  "name": "gitUserEmail",
74127
74432
  "optional": true,
@@ -74139,7 +74444,7 @@
74139
74444
  "immutable": true,
74140
74445
  "locationInModule": {
74141
74446
  "filename": "src/release/publisher.ts",
74142
- "line": 1370
74447
+ "line": 1368
74143
74448
  },
74144
74449
  "name": "gitUserName",
74145
74450
  "optional": true,
@@ -74164,7 +74469,7 @@
74164
74469
  "kind": "interface",
74165
74470
  "locationInModule": {
74166
74471
  "filename": "src/release/publisher.ts",
74167
- "line": 1326
74472
+ "line": 1324
74168
74473
  },
74169
74474
  "name": "JsiiReleaseGo",
74170
74475
  "namespace": "release",
@@ -74184,7 +74489,7 @@
74184
74489
  "kind": "interface",
74185
74490
  "locationInModule": {
74186
74491
  "filename": "src/release/publisher.ts",
74187
- "line": 1237
74492
+ "line": 1235
74188
74493
  },
74189
74494
  "name": "JsiiReleaseMaven",
74190
74495
  "namespace": "release",
@@ -74204,7 +74509,7 @@
74204
74509
  "kind": "interface",
74205
74510
  "locationInModule": {
74206
74511
  "filename": "src/release/publisher.ts",
74207
- "line": 998
74512
+ "line": 996
74208
74513
  },
74209
74514
  "name": "JsiiReleaseNpm",
74210
74515
  "namespace": "release",
@@ -74224,7 +74529,7 @@
74224
74529
  "kind": "interface",
74225
74530
  "locationInModule": {
74226
74531
  "filename": "src/release/publisher.ts",
74227
- "line": 1197
74532
+ "line": 1195
74228
74533
  },
74229
74534
  "name": "JsiiReleaseNuget",
74230
74535
  "namespace": "release",
@@ -74244,7 +74549,7 @@
74244
74549
  "kind": "interface",
74245
74550
  "locationInModule": {
74246
74551
  "filename": "src/release/publisher.ts",
74247
- "line": 1141
74552
+ "line": 1139
74248
74553
  },
74249
74554
  "name": "JsiiReleasePyPi",
74250
74555
  "namespace": "release",
@@ -74337,7 +74642,7 @@
74337
74642
  "kind": "interface",
74338
74643
  "locationInModule": {
74339
74644
  "filename": "src/release/publisher.ts",
74340
- "line": 1242
74645
+ "line": 1240
74341
74646
  },
74342
74647
  "name": "MavenPublishOptions",
74343
74648
  "namespace": "release",
@@ -74353,7 +74658,7 @@
74353
74658
  "immutable": true,
74354
74659
  "locationInModule": {
74355
74660
  "filename": "src/release/publisher.ts",
74356
- "line": 1248
74661
+ "line": 1246
74357
74662
  },
74358
74663
  "name": "mavenEndpoint",
74359
74664
  "optional": true,
@@ -74373,7 +74678,7 @@
74373
74678
  "immutable": true,
74374
74679
  "locationInModule": {
74375
74680
  "filename": "src/release/publisher.ts",
74376
- "line": 1283
74681
+ "line": 1281
74377
74682
  },
74378
74683
  "name": "mavenGpgPrivateKeyPassphrase",
74379
74684
  "optional": true,
@@ -74393,7 +74698,7 @@
74393
74698
  "immutable": true,
74394
74699
  "locationInModule": {
74395
74700
  "filename": "src/release/publisher.ts",
74396
- "line": 1274
74701
+ "line": 1272
74397
74702
  },
74398
74703
  "name": "mavenGpgPrivateKeySecret",
74399
74704
  "optional": true,
@@ -74413,7 +74718,7 @@
74413
74718
  "immutable": true,
74414
74719
  "locationInModule": {
74415
74720
  "filename": "src/release/publisher.ts",
74416
- "line": 1309
74721
+ "line": 1307
74417
74722
  },
74418
74723
  "name": "mavenPassword",
74419
74724
  "optional": true,
@@ -74431,7 +74736,7 @@
74431
74736
  "immutable": true,
74432
74737
  "locationInModule": {
74433
74738
  "filename": "src/release/publisher.ts",
74434
- "line": 1264
74739
+ "line": 1262
74435
74740
  },
74436
74741
  "name": "mavenRepositoryUrl",
74437
74742
  "optional": true,
@@ -74450,7 +74755,7 @@
74450
74755
  "immutable": true,
74451
74756
  "locationInModule": {
74452
74757
  "filename": "src/release/publisher.ts",
74453
- "line": 1257
74758
+ "line": 1255
74454
74759
  },
74455
74760
  "name": "mavenServerId",
74456
74761
  "optional": true,
@@ -74468,7 +74773,7 @@
74468
74773
  "immutable": true,
74469
74774
  "locationInModule": {
74470
74775
  "filename": "src/release/publisher.ts",
74471
- "line": 1320
74776
+ "line": 1318
74472
74777
  },
74473
74778
  "name": "mavenStagingProfileId",
74474
74779
  "optional": true,
@@ -74488,7 +74793,7 @@
74488
74793
  "immutable": true,
74489
74794
  "locationInModule": {
74490
74795
  "filename": "src/release/publisher.ts",
74491
- "line": 1296
74796
+ "line": 1294
74492
74797
  },
74493
74798
  "name": "mavenUsername",
74494
74799
  "optional": true,
@@ -74513,7 +74818,7 @@
74513
74818
  "kind": "interface",
74514
74819
  "locationInModule": {
74515
74820
  "filename": "src/release/publisher.ts",
74516
- "line": 1003
74821
+ "line": 1001
74517
74822
  },
74518
74823
  "name": "NpmPublishOptions",
74519
74824
  "namespace": "release",
@@ -74528,7 +74833,7 @@
74528
74833
  "immutable": true,
74529
74834
  "locationInModule": {
74530
74835
  "filename": "src/release/publisher.ts",
74531
- "line": 1075
74836
+ "line": 1073
74532
74837
  },
74533
74838
  "name": "codeArtifactOptions",
74534
74839
  "optional": true,
@@ -74548,7 +74853,7 @@
74548
74853
  "immutable": true,
74549
74854
  "locationInModule": {
74550
74855
  "filename": "src/release/publisher.ts",
74551
- "line": 1021
74856
+ "line": 1019
74552
74857
  },
74553
74858
  "name": "distTag",
74554
74859
  "optional": true,
@@ -74568,7 +74873,7 @@
74568
74873
  "immutable": true,
74569
74874
  "locationInModule": {
74570
74875
  "filename": "src/release/publisher.ts",
74571
- "line": 1068
74876
+ "line": 1066
74572
74877
  },
74573
74878
  "name": "npmProvenance",
74574
74879
  "optional": true,
@@ -74586,7 +74891,7 @@
74586
74891
  "immutable": true,
74587
74892
  "locationInModule": {
74588
74893
  "filename": "src/release/publisher.ts",
74589
- "line": 1042
74894
+ "line": 1040
74590
74895
  },
74591
74896
  "name": "npmTokenSecret",
74592
74897
  "optional": true,
@@ -74606,7 +74911,7 @@
74606
74911
  "immutable": true,
74607
74912
  "locationInModule": {
74608
74913
  "filename": "src/release/publisher.ts",
74609
- "line": 1035
74914
+ "line": 1033
74610
74915
  },
74611
74916
  "name": "registry",
74612
74917
  "optional": true,
@@ -74626,7 +74931,7 @@
74626
74931
  "immutable": true,
74627
74932
  "locationInModule": {
74628
74933
  "filename": "src/release/publisher.ts",
74629
- "line": 1055
74934
+ "line": 1053
74630
74935
  },
74631
74936
  "name": "trustedPublishing",
74632
74937
  "optional": true,
@@ -74651,7 +74956,7 @@
74651
74956
  "kind": "interface",
74652
74957
  "locationInModule": {
74653
74958
  "filename": "src/release/publisher.ts",
74654
- "line": 1202
74959
+ "line": 1200
74655
74960
  },
74656
74961
  "name": "NugetPublishOptions",
74657
74962
  "namespace": "release",
@@ -74666,7 +74971,7 @@
74666
74971
  "immutable": true,
74667
74972
  "locationInModule": {
74668
74973
  "filename": "src/release/publisher.ts",
74669
- "line": 1208
74974
+ "line": 1206
74670
74975
  },
74671
74976
  "name": "nugetApiKeySecret",
74672
74977
  "optional": true,
@@ -74683,7 +74988,7 @@
74683
74988
  "immutable": true,
74684
74989
  "locationInModule": {
74685
74990
  "filename": "src/release/publisher.ts",
74686
- "line": 1213
74991
+ "line": 1211
74687
74992
  },
74688
74993
  "name": "nugetServer",
74689
74994
  "optional": true,
@@ -74702,7 +75007,7 @@
74702
75007
  "immutable": true,
74703
75008
  "locationInModule": {
74704
75009
  "filename": "src/release/publisher.ts",
74705
- "line": 1231
75010
+ "line": 1229
74706
75011
  },
74707
75012
  "name": "nugetUsernameSecret",
74708
75013
  "optional": true,
@@ -74721,7 +75026,7 @@
74721
75026
  "immutable": true,
74722
75027
  "locationInModule": {
74723
75028
  "filename": "src/release/publisher.ts",
74724
- "line": 1222
75029
+ "line": 1220
74725
75030
  },
74726
75031
  "name": "trustedPublishing",
74727
75032
  "optional": true,
@@ -75358,7 +75663,7 @@
75358
75663
  "kind": "interface",
75359
75664
  "locationInModule": {
75360
75665
  "filename": "src/release/publisher.ts",
75361
- "line": 1146
75666
+ "line": 1144
75362
75667
  },
75363
75668
  "name": "PyPiPublishOptions",
75364
75669
  "namespace": "release",
@@ -75375,7 +75680,7 @@
75375
75680
  "immutable": true,
75376
75681
  "locationInModule": {
75377
75682
  "filename": "src/release/publisher.ts",
75378
- "line": 1184
75683
+ "line": 1182
75379
75684
  },
75380
75685
  "name": "attestations",
75381
75686
  "optional": true,
@@ -75393,7 +75698,7 @@
75393
75698
  "immutable": true,
75394
75699
  "locationInModule": {
75395
75700
  "filename": "src/release/publisher.ts",
75396
- "line": 1191
75701
+ "line": 1189
75397
75702
  },
75398
75703
  "name": "codeArtifactOptions",
75399
75704
  "optional": true,
@@ -75412,7 +75717,7 @@
75412
75717
  "immutable": true,
75413
75718
  "locationInModule": {
75414
75719
  "filename": "src/release/publisher.ts",
75415
- "line": 1173
75720
+ "line": 1171
75416
75721
  },
75417
75722
  "name": "trustedPublishing",
75418
75723
  "optional": true,
@@ -75430,7 +75735,7 @@
75430
75735
  "immutable": true,
75431
75736
  "locationInModule": {
75432
75737
  "filename": "src/release/publisher.ts",
75433
- "line": 1164
75738
+ "line": 1162
75434
75739
  },
75435
75740
  "name": "twinePasswordSecret",
75436
75741
  "optional": true,
@@ -75448,7 +75753,7 @@
75448
75753
  "immutable": true,
75449
75754
  "locationInModule": {
75450
75755
  "filename": "src/release/publisher.ts",
75451
- "line": 1152
75756
+ "line": 1150
75452
75757
  },
75453
75758
  "name": "twineRegistryUrl",
75454
75759
  "optional": true,
@@ -75466,7 +75771,7 @@
75466
75771
  "immutable": true,
75467
75772
  "locationInModule": {
75468
75773
  "filename": "src/release/publisher.ts",
75469
- "line": 1158
75774
+ "line": 1156
75470
75775
  },
75471
75776
  "name": "twineUsernameSecret",
75472
75777
  "optional": true,
@@ -80984,6 +81289,6 @@
80984
81289
  "usedFeatures": [
80985
81290
  "class-covariant-overrides"
80986
81291
  ],
80987
- "version": "0.99.28",
80988
- "fingerprint": "7gdcs0WskNopHRc4BGvq1Ge6Rfus0+0VlwlLQgTscDA="
81292
+ "version": "0.99.30",
81293
+ "fingerprint": "aL9zLYrFYO5wJroCue3kX2FPP56jzZG15IMQfu4ZGBc="
80989
81294
  }