projen 0.57.6 → 0.57.9

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 (124) hide show
  1. package/.jsii +196 -133
  2. package/docs/api/API.md +19 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  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.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.d.ts.map +1 -1
  22. package/lib/cdk/jsii-project.js +5 -8
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/integration-test.js +1 -1
  27. package/lib/cdktf/cdktf-construct.js +1 -1
  28. package/lib/component.js +1 -1
  29. package/lib/dependencies.js +1 -1
  30. package/lib/dev-env.js +1 -1
  31. package/lib/docker-compose.js +2 -2
  32. package/lib/file.js +1 -1
  33. package/lib/gitattributes.js +1 -1
  34. package/lib/github/auto-approve.js +1 -1
  35. package/lib/github/auto-merge.js +1 -1
  36. package/lib/github/dependabot.js +1 -1
  37. package/lib/github/github-credentials.js +1 -1
  38. package/lib/github/github-project.js +1 -1
  39. package/lib/github/github.js +1 -1
  40. package/lib/github/mergify.js +1 -1
  41. package/lib/github/pr-template.js +1 -1
  42. package/lib/github/pull-request-lint.js +1 -1
  43. package/lib/github/stale.js +1 -1
  44. package/lib/github/task-workflow.js +1 -1
  45. package/lib/github/workflows.js +1 -1
  46. package/lib/gitlab/configuration.js +1 -1
  47. package/lib/gitlab/gitlab-configuration.js +1 -1
  48. package/lib/gitlab/nested-configuration.js +1 -1
  49. package/lib/gitpod.js +1 -1
  50. package/lib/ignore-file.js +1 -1
  51. package/lib/ini.js +1 -1
  52. package/lib/java/java-project.js +1 -1
  53. package/lib/java/junit.js +1 -1
  54. package/lib/java/maven-compile.js +1 -1
  55. package/lib/java/maven-packaging.js +1 -1
  56. package/lib/java/maven-sample.js +1 -1
  57. package/lib/java/pom.js +1 -1
  58. package/lib/java/projenrc.js +1 -1
  59. package/lib/javascript/bundler.js +1 -1
  60. package/lib/javascript/eslint.js +1 -1
  61. package/lib/javascript/jest.js +1 -1
  62. package/lib/javascript/node-package.d.ts +9 -0
  63. package/lib/javascript/node-package.d.ts.map +1 -1
  64. package/lib/javascript/node-package.js +17 -2
  65. package/lib/javascript/node-project.js +1 -1
  66. package/lib/javascript/npm-config.js +1 -1
  67. package/lib/javascript/prettier.js +1 -1
  68. package/lib/javascript/projenrc.js +1 -1
  69. package/lib/javascript/typescript-config.js +1 -1
  70. package/lib/javascript/upgrade-dependencies.js +2 -2
  71. package/lib/javascript/util.d.ts +2 -0
  72. package/lib/javascript/util.d.ts.map +1 -1
  73. package/lib/javascript/util.js +13 -2
  74. package/lib/json.js +1 -1
  75. package/lib/license.js +1 -1
  76. package/lib/logger.js +1 -1
  77. package/lib/makefile.js +1 -1
  78. package/lib/object-file.js +1 -1
  79. package/lib/project-build.js +1 -1
  80. package/lib/project.js +1 -1
  81. package/lib/projects.js +1 -1
  82. package/lib/projenrc-json.js +1 -1
  83. package/lib/python/pip.js +1 -1
  84. package/lib/python/poetry.js +2 -2
  85. package/lib/python/projenrc.js +1 -1
  86. package/lib/python/pytest-sample.js +1 -1
  87. package/lib/python/pytest.js +1 -1
  88. package/lib/python/python-project.js +1 -1
  89. package/lib/python/python-sample.js +1 -1
  90. package/lib/python/requirements-file.js +1 -1
  91. package/lib/python/setuppy.js +1 -1
  92. package/lib/python/setuptools.js +1 -1
  93. package/lib/python/venv.js +1 -1
  94. package/lib/readme.js +1 -1
  95. package/lib/release/publisher.d.ts +17 -0
  96. package/lib/release/publisher.d.ts.map +1 -1
  97. package/lib/release/publisher.js +25 -9
  98. package/lib/release/release-trigger.js +1 -1
  99. package/lib/release/release.js +1 -1
  100. package/lib/renovatebot.js +1 -1
  101. package/lib/run-task.js +1813 -0
  102. package/lib/sample-file.js +2 -2
  103. package/lib/semver.js +1 -1
  104. package/lib/source-code.js +1 -1
  105. package/lib/task-runtime.js +1 -1
  106. package/lib/task.js +1 -1
  107. package/lib/tasks.js +1 -1
  108. package/lib/testing.js +1 -1
  109. package/lib/textfile.js +1 -1
  110. package/lib/toml.js +1 -1
  111. package/lib/typescript/projenrc.js +1 -1
  112. package/lib/typescript/typescript-typedoc.js +1 -1
  113. package/lib/typescript/typescript.js +3 -3
  114. package/lib/version.js +1 -1
  115. package/lib/vscode/devcontainer.js +1 -1
  116. package/lib/vscode/launch-config.js +1 -1
  117. package/lib/vscode/vscode.js +1 -1
  118. package/lib/web/next.js +3 -3
  119. package/lib/web/postcss.js +1 -1
  120. package/lib/web/react.js +4 -4
  121. package/lib/web/tailwind.js +1 -1
  122. package/lib/xmlfile.js +1 -1
  123. package/lib/yaml.js +1 -1
  124. package/package.json +1 -1
package/.jsii CHANGED
@@ -29615,7 +29615,7 @@
29615
29615
  "kind": "interface",
29616
29616
  "locationInModule": {
29617
29617
  "filename": "src/javascript/node-package.ts",
29618
- "line": 299
29618
+ "line": 303
29619
29619
  },
29620
29620
  "name": "CodeArtifactOptions",
29621
29621
  "namespace": "javascript",
@@ -29631,7 +29631,7 @@
29631
29631
  "immutable": true,
29632
29632
  "locationInModule": {
29633
29633
  "filename": "src/javascript/node-package.ts",
29634
- "line": 306
29634
+ "line": 310
29635
29635
  },
29636
29636
  "name": "accessKeyIdSecret",
29637
29637
  "optional": true,
@@ -29649,7 +29649,7 @@
29649
29649
  "immutable": true,
29650
29650
  "locationInModule": {
29651
29651
  "filename": "src/javascript/node-package.ts",
29652
- "line": 322
29652
+ "line": 326
29653
29653
  },
29654
29654
  "name": "roleToAssume",
29655
29655
  "optional": true,
@@ -29668,7 +29668,7 @@
29668
29668
  "immutable": true,
29669
29669
  "locationInModule": {
29670
29670
  "filename": "src/javascript/node-package.ts",
29671
- "line": 314
29671
+ "line": 318
29672
29672
  },
29673
29673
  "name": "secretAccessKeySecret",
29674
29674
  "optional": true,
@@ -32361,7 +32361,7 @@
32361
32361
  },
32362
32362
  "locationInModule": {
32363
32363
  "filename": "src/javascript/node-package.ts",
32364
- "line": 435
32364
+ "line": 439
32365
32365
  },
32366
32366
  "parameters": [
32367
32367
  {
@@ -32382,7 +32382,7 @@
32382
32382
  "kind": "class",
32383
32383
  "locationInModule": {
32384
32384
  "filename": "src/javascript/node-package.ts",
32385
- "line": 345
32385
+ "line": 349
32386
32386
  },
32387
32387
  "methods": [
32388
32388
  {
@@ -32391,7 +32391,7 @@
32391
32391
  },
32392
32392
  "locationInModule": {
32393
32393
  "filename": "src/javascript/node-package.ts",
32394
- "line": 638
32394
+ "line": 642
32395
32395
  },
32396
32396
  "name": "addBin",
32397
32397
  "parameters": [
@@ -32416,7 +32416,7 @@
32416
32416
  },
32417
32417
  "locationInModule": {
32418
32418
  "filename": "src/javascript/node-package.ts",
32419
- "line": 607
32419
+ "line": 611
32420
32420
  },
32421
32421
  "name": "addBundledDeps",
32422
32422
  "parameters": [
@@ -32441,7 +32441,7 @@
32441
32441
  },
32442
32442
  "locationInModule": {
32443
32443
  "filename": "src/javascript/node-package.ts",
32444
- "line": 547
32444
+ "line": 551
32445
32445
  },
32446
32446
  "name": "addDeps",
32447
32447
  "parameters": [
@@ -32466,7 +32466,7 @@
32466
32466
  },
32467
32467
  "locationInModule": {
32468
32468
  "filename": "src/javascript/node-package.ts",
32469
- "line": 562
32469
+ "line": 566
32470
32470
  },
32471
32471
  "name": "addDevDeps",
32472
32472
  "parameters": [
@@ -32491,7 +32491,7 @@
32491
32491
  },
32492
32492
  "locationInModule": {
32493
32493
  "filename": "src/javascript/node-package.ts",
32494
- "line": 624
32494
+ "line": 628
32495
32495
  },
32496
32496
  "name": "addEngine",
32497
32497
  "parameters": [
@@ -32525,7 +32525,7 @@
32525
32525
  },
32526
32526
  "locationInModule": {
32527
32527
  "filename": "src/javascript/node-package.ts",
32528
- "line": 677
32528
+ "line": 681
32529
32529
  },
32530
32530
  "name": "addField",
32531
32531
  "parameters": [
@@ -32556,7 +32556,7 @@
32556
32556
  },
32557
32557
  "locationInModule": {
32558
32558
  "filename": "src/javascript/node-package.ts",
32559
- "line": 632
32559
+ "line": 636
32560
32560
  },
32561
32561
  "name": "addKeywords",
32562
32562
  "parameters": [
@@ -32573,6 +32573,31 @@
32573
32573
  ],
32574
32574
  "variadic": true
32575
32575
  },
32576
+ {
32577
+ "docs": {
32578
+ "stability": "experimental",
32579
+ "summary": "Defines resolutions for dependencies to change the normally resolved version of a dependency to something else."
32580
+ },
32581
+ "locationInModule": {
32582
+ "filename": "src/javascript/node-package.ts",
32583
+ "line": 701
32584
+ },
32585
+ "name": "addPackageResolutions",
32586
+ "parameters": [
32587
+ {
32588
+ "docs": {
32589
+ "remarks": "Specify a version or\nrange with this syntax:\n`module@^7`.",
32590
+ "summary": "Names resolutions to be added."
32591
+ },
32592
+ "name": "resolutions",
32593
+ "type": {
32594
+ "primitive": "string"
32595
+ },
32596
+ "variadic": true
32597
+ }
32598
+ ],
32599
+ "variadic": true
32600
+ },
32576
32601
  {
32577
32602
  "docs": {
32578
32603
  "remarks": "When adding peer dependencies, a devDependency will also be added on the\npinned version of the declared peer. This will ensure that you are testing\nyour code against the minimum version required from your consumers.",
@@ -32581,7 +32606,7 @@
32581
32606
  },
32582
32607
  "locationInModule": {
32583
32608
  "filename": "src/javascript/node-package.ts",
32584
- "line": 581
32609
+ "line": 585
32585
32610
  },
32586
32611
  "name": "addPeerDeps",
32587
32612
  "parameters": [
@@ -32606,7 +32631,7 @@
32606
32631
  },
32607
32632
  "locationInModule": {
32608
32633
  "filename": "src/javascript/node-package.ts",
32609
- "line": 685
32634
+ "line": 689
32610
32635
  },
32611
32636
  "name": "addVersion",
32612
32637
  "parameters": [
@@ -32629,7 +32654,7 @@
32629
32654
  },
32630
32655
  "locationInModule": {
32631
32656
  "filename": "src/javascript/node-package.ts",
32632
- "line": 667
32657
+ "line": 671
32633
32658
  },
32634
32659
  "name": "hasScript",
32635
32660
  "parameters": [
@@ -32657,7 +32682,7 @@
32657
32682
  },
32658
32683
  "locationInModule": {
32659
32684
  "filename": "src/javascript/node-package.ts",
32660
- "line": 755
32685
+ "line": 776
32661
32686
  },
32662
32687
  "name": "postSynthesize",
32663
32688
  "overrides": "projen.Component"
@@ -32669,7 +32694,7 @@
32669
32694
  },
32670
32695
  "locationInModule": {
32671
32696
  "filename": "src/javascript/node-package.ts",
32672
- "line": 750
32697
+ "line": 771
32673
32698
  },
32674
32699
  "name": "preSynthesize",
32675
32700
  "overrides": "projen.Component"
@@ -32681,7 +32706,7 @@
32681
32706
  },
32682
32707
  "locationInModule": {
32683
32708
  "filename": "src/javascript/node-package.ts",
32684
- "line": 658
32709
+ "line": 662
32685
32710
  },
32686
32711
  "name": "removeScript",
32687
32712
  "parameters": [
@@ -32703,7 +32728,7 @@
32703
32728
  },
32704
32729
  "locationInModule": {
32705
32730
  "filename": "src/javascript/node-package.ts",
32706
- "line": 706
32731
+ "line": 727
32707
32732
  },
32708
32733
  "name": "renderUpgradePackagesCommand",
32709
32734
  "parameters": [
@@ -32744,7 +32769,7 @@
32744
32769
  },
32745
32770
  "locationInModule": {
32746
32771
  "filename": "src/javascript/node-package.ts",
32747
- "line": 650
32772
+ "line": 654
32748
32773
  },
32749
32774
  "name": "setScript",
32750
32775
  "parameters": [
@@ -32780,7 +32805,7 @@
32780
32805
  "immutable": true,
32781
32806
  "locationInModule": {
32782
32807
  "filename": "src/javascript/node-package.ts",
32783
- "line": 359
32808
+ "line": 363
32784
32809
  },
32785
32810
  "name": "allowLibraryDependencies",
32786
32811
  "type": {
@@ -32795,7 +32820,7 @@
32795
32820
  "immutable": true,
32796
32821
  "locationInModule": {
32797
32822
  "filename": "src/javascript/node-package.ts",
32798
- "line": 354
32823
+ "line": 358
32799
32824
  },
32800
32825
  "name": "entrypoint",
32801
32826
  "type": {
@@ -32810,7 +32835,7 @@
32810
32835
  "immutable": true,
32811
32836
  "locationInModule": {
32812
32837
  "filename": "src/javascript/node-package.ts",
32813
- "line": 699
32838
+ "line": 720
32814
32839
  },
32815
32840
  "name": "installAndUpdateLockfileCommand",
32816
32841
  "type": {
@@ -32825,7 +32850,7 @@
32825
32850
  "immutable": true,
32826
32851
  "locationInModule": {
32827
32852
  "filename": "src/javascript/node-package.ts",
32828
- "line": 692
32853
+ "line": 713
32829
32854
  },
32830
32855
  "name": "installCommand",
32831
32856
  "type": {
@@ -32840,7 +32865,7 @@
32840
32865
  "immutable": true,
32841
32866
  "locationInModule": {
32842
32867
  "filename": "src/javascript/node-package.ts",
32843
- "line": 426
32868
+ "line": 430
32844
32869
  },
32845
32870
  "name": "lockFile",
32846
32871
  "type": {
@@ -32855,7 +32880,7 @@
32855
32880
  "immutable": true,
32856
32881
  "locationInModule": {
32857
32882
  "filename": "src/javascript/node-package.ts",
32858
- "line": 369
32883
+ "line": 373
32859
32884
  },
32860
32885
  "name": "manifest",
32861
32886
  "type": {
@@ -32870,7 +32895,7 @@
32870
32895
  "immutable": true,
32871
32896
  "locationInModule": {
32872
32897
  "filename": "src/javascript/node-package.ts",
32873
- "line": 421
32898
+ "line": 425
32874
32899
  },
32875
32900
  "name": "npmAccess",
32876
32901
  "type": {
@@ -32885,7 +32910,7 @@
32885
32910
  "immutable": true,
32886
32911
  "locationInModule": {
32887
32912
  "filename": "src/javascript/node-package.ts",
32888
- "line": 396
32913
+ "line": 400
32889
32914
  },
32890
32915
  "name": "npmRegistry",
32891
32916
  "type": {
@@ -32900,7 +32925,7 @@
32900
32925
  "immutable": true,
32901
32926
  "locationInModule": {
32902
32927
  "filename": "src/javascript/node-package.ts",
32903
- "line": 391
32928
+ "line": 395
32904
32929
  },
32905
32930
  "name": "npmRegistryUrl",
32906
32931
  "type": {
@@ -32915,7 +32940,7 @@
32915
32940
  "immutable": true,
32916
32941
  "locationInModule": {
32917
32942
  "filename": "src/javascript/node-package.ts",
32918
- "line": 364
32943
+ "line": 368
32919
32944
  },
32920
32945
  "name": "packageManager",
32921
32946
  "type": {
@@ -32930,7 +32955,7 @@
32930
32955
  "immutable": true,
32931
32956
  "locationInModule": {
32932
32957
  "filename": "src/javascript/node-package.ts",
32933
- "line": 349
32958
+ "line": 353
32934
32959
  },
32935
32960
  "name": "packageName",
32936
32961
  "type": {
@@ -32945,7 +32970,7 @@
32945
32970
  "immutable": true,
32946
32971
  "locationInModule": {
32947
32972
  "filename": "src/javascript/node-package.ts",
32948
- "line": 777
32973
+ "line": 798
32949
32974
  },
32950
32975
  "name": "projenCommand",
32951
32976
  "type": {
@@ -32962,7 +32987,7 @@
32962
32987
  "immutable": true,
32963
32988
  "locationInModule": {
32964
32989
  "filename": "src/javascript/node-package.ts",
32965
- "line": 409
32990
+ "line": 413
32966
32991
  },
32967
32992
  "name": "codeArtifactOptions",
32968
32993
  "optional": true,
@@ -32979,7 +33004,7 @@
32979
33004
  "immutable": true,
32980
33005
  "locationInModule": {
32981
33006
  "filename": "src/javascript/node-package.ts",
32982
- "line": 386
33007
+ "line": 390
32983
33008
  },
32984
33009
  "name": "license",
32985
33010
  "optional": true,
@@ -32996,7 +33021,7 @@
32996
33021
  "immutable": true,
32997
33022
  "locationInModule": {
32998
33023
  "filename": "src/javascript/node-package.ts",
32999
- "line": 381
33024
+ "line": 385
33000
33025
  },
33001
33026
  "name": "maxNodeVersion",
33002
33027
  "optional": true,
@@ -33013,7 +33038,7 @@
33013
33038
  "immutable": true,
33014
33039
  "locationInModule": {
33015
33040
  "filename": "src/javascript/node-package.ts",
33016
- "line": 375
33041
+ "line": 379
33017
33042
  },
33018
33043
  "name": "minNodeVersion",
33019
33044
  "optional": true,
@@ -33029,7 +33054,7 @@
33029
33054
  "immutable": true,
33030
33055
  "locationInModule": {
33031
33056
  "filename": "src/javascript/node-package.ts",
33032
- "line": 401
33057
+ "line": 405
33033
33058
  },
33034
33059
  "name": "npmTokenSecret",
33035
33060
  "optional": true,
@@ -33046,7 +33071,7 @@
33046
33071
  "immutable": true,
33047
33072
  "locationInModule": {
33048
33073
  "filename": "src/javascript/node-package.ts",
33049
- "line": 416
33074
+ "line": 420
33050
33075
  },
33051
33076
  "name": "scopedPackagesOptions",
33052
33077
  "optional": true,
@@ -33072,7 +33097,7 @@
33072
33097
  "kind": "enum",
33073
33098
  "locationInModule": {
33074
33099
  "filename": "src/javascript/node-package.ts",
33075
- "line": 1347
33100
+ "line": 1368
33076
33101
  },
33077
33102
  "members": [
33078
33103
  {
@@ -33111,7 +33136,7 @@
33111
33136
  "kind": "interface",
33112
33137
  "locationInModule": {
33113
33138
  "filename": "src/javascript/node-package.ts",
33114
- "line": 27
33139
+ "line": 31
33115
33140
  },
33116
33141
  "name": "NodePackageOptions",
33117
33142
  "namespace": "javascript",
@@ -33127,7 +33152,7 @@
33127
33152
  "immutable": true,
33128
33153
  "locationInModule": {
33129
33154
  "filename": "src/javascript/node-package.ts",
33130
- "line": 121
33155
+ "line": 125
33131
33156
  },
33132
33157
  "name": "allowLibraryDependencies",
33133
33158
  "optional": true,
@@ -33144,7 +33169,7 @@
33144
33169
  "immutable": true,
33145
33170
  "locationInModule": {
33146
33171
  "filename": "src/javascript/node-package.ts",
33147
- "line": 189
33172
+ "line": 193
33148
33173
  },
33149
33174
  "name": "authorEmail",
33150
33175
  "optional": true,
@@ -33161,7 +33186,7 @@
33161
33186
  "immutable": true,
33162
33187
  "locationInModule": {
33163
33188
  "filename": "src/javascript/node-package.ts",
33164
- "line": 184
33189
+ "line": 188
33165
33190
  },
33166
33191
  "name": "authorName",
33167
33192
  "optional": true,
@@ -33178,7 +33203,7 @@
33178
33203
  "immutable": true,
33179
33204
  "locationInModule": {
33180
33205
  "filename": "src/javascript/node-package.ts",
33181
- "line": 199
33206
+ "line": 203
33182
33207
  },
33183
33208
  "name": "authorOrganization",
33184
33209
  "optional": true,
@@ -33195,7 +33220,7 @@
33195
33220
  "immutable": true,
33196
33221
  "locationInModule": {
33197
33222
  "filename": "src/javascript/node-package.ts",
33198
- "line": 194
33223
+ "line": 198
33199
33224
  },
33200
33225
  "name": "authorUrl",
33201
33226
  "optional": true,
@@ -33213,7 +33238,7 @@
33213
33238
  "immutable": true,
33214
33239
  "locationInModule": {
33215
33240
  "filename": "src/javascript/node-package.ts",
33216
- "line": 152
33241
+ "line": 156
33217
33242
  },
33218
33243
  "name": "autoDetectBin",
33219
33244
  "optional": true,
@@ -33231,7 +33256,7 @@
33231
33256
  "immutable": true,
33232
33257
  "locationInModule": {
33233
33258
  "filename": "src/javascript/node-package.ts",
33234
- "line": 144
33259
+ "line": 148
33235
33260
  },
33236
33261
  "name": "bin",
33237
33262
  "optional": true,
@@ -33253,7 +33278,7 @@
33253
33278
  "immutable": true,
33254
33279
  "locationInModule": {
33255
33280
  "filename": "src/javascript/node-package.ts",
33256
- "line": 265
33281
+ "line": 269
33257
33282
  },
33258
33283
  "name": "bugsEmail",
33259
33284
  "optional": true,
@@ -33270,7 +33295,7 @@
33270
33295
  "immutable": true,
33271
33296
  "locationInModule": {
33272
33297
  "filename": "src/javascript/node-package.ts",
33273
- "line": 260
33298
+ "line": 264
33274
33299
  },
33275
33300
  "name": "bugsUrl",
33276
33301
  "optional": true,
@@ -33288,7 +33313,7 @@
33288
33313
  "immutable": true,
33289
33314
  "locationInModule": {
33290
33315
  "filename": "src/javascript/node-package.ts",
33291
- "line": 107
33316
+ "line": 111
33292
33317
  },
33293
33318
  "name": "bundledDeps",
33294
33319
  "optional": true,
@@ -33312,7 +33337,7 @@
33312
33337
  "immutable": true,
33313
33338
  "locationInModule": {
33314
33339
  "filename": "src/javascript/node-package.ts",
33315
- "line": 289
33340
+ "line": 293
33316
33341
  },
33317
33342
  "name": "codeArtifactOptions",
33318
33343
  "optional": true,
@@ -33335,7 +33360,7 @@
33335
33360
  "immutable": true,
33336
33361
  "locationInModule": {
33337
33362
  "filename": "src/javascript/node-package.ts",
33338
- "line": 56
33363
+ "line": 60
33339
33364
  },
33340
33365
  "name": "deps",
33341
33366
  "optional": true,
@@ -33361,7 +33386,7 @@
33361
33386
  "immutable": true,
33362
33387
  "locationInModule": {
33363
33388
  "filename": "src/javascript/node-package.ts",
33364
- "line": 40
33389
+ "line": 44
33365
33390
  },
33366
33391
  "name": "description",
33367
33392
  "optional": true,
@@ -33384,7 +33409,7 @@
33384
33409
  "immutable": true,
33385
33410
  "locationInModule": {
33386
33411
  "filename": "src/javascript/node-package.ts",
33387
- "line": 74
33412
+ "line": 78
33388
33413
  },
33389
33414
  "name": "devDeps",
33390
33415
  "optional": true,
@@ -33408,7 +33433,7 @@
33408
33433
  "immutable": true,
33409
33434
  "locationInModule": {
33410
33435
  "filename": "src/javascript/node-package.ts",
33411
- "line": 135
33436
+ "line": 139
33412
33437
  },
33413
33438
  "name": "entrypoint",
33414
33439
  "optional": true,
@@ -33425,7 +33450,7 @@
33425
33450
  "immutable": true,
33426
33451
  "locationInModule": {
33427
33452
  "filename": "src/javascript/node-package.ts",
33428
- "line": 204
33453
+ "line": 208
33429
33454
  },
33430
33455
  "name": "homepage",
33431
33456
  "optional": true,
@@ -33442,7 +33467,7 @@
33442
33467
  "immutable": true,
33443
33468
  "locationInModule": {
33444
33469
  "filename": "src/javascript/node-package.ts",
33445
- "line": 126
33470
+ "line": 130
33446
33471
  },
33447
33472
  "name": "keywords",
33448
33473
  "optional": true,
@@ -33466,7 +33491,7 @@
33466
33491
  "immutable": true,
33467
33492
  "locationInModule": {
33468
33493
  "filename": "src/javascript/node-package.ts",
33469
- "line": 232
33494
+ "line": 236
33470
33495
  },
33471
33496
  "name": "license",
33472
33497
  "optional": true,
@@ -33484,7 +33509,7 @@
33484
33509
  "immutable": true,
33485
33510
  "locationInModule": {
33486
33511
  "filename": "src/javascript/node-package.ts",
33487
- "line": 239
33512
+ "line": 243
33488
33513
  },
33489
33514
  "name": "licensed",
33490
33515
  "optional": true,
@@ -33502,7 +33527,7 @@
33502
33527
  "immutable": true,
33503
33528
  "locationInModule": {
33504
33529
  "filename": "src/javascript/node-package.ts",
33505
- "line": 223
33530
+ "line": 227
33506
33531
  },
33507
33532
  "name": "maxNodeVersion",
33508
33533
  "optional": true,
@@ -33520,7 +33545,7 @@
33520
33545
  "immutable": true,
33521
33546
  "locationInModule": {
33522
33547
  "filename": "src/javascript/node-package.ts",
33523
- "line": 216
33548
+ "line": 220
33524
33549
  },
33525
33550
  "name": "minNodeVersion",
33526
33551
  "optional": true,
@@ -33538,7 +33563,7 @@
33538
33563
  "immutable": true,
33539
33564
  "locationInModule": {
33540
33565
  "filename": "src/javascript/node-package.ts",
33541
- "line": 274
33566
+ "line": 278
33542
33567
  },
33543
33568
  "name": "npmAccess",
33544
33569
  "optional": true,
@@ -33557,7 +33582,7 @@
33557
33582
  "immutable": true,
33558
33583
  "locationInModule": {
33559
33584
  "filename": "src/javascript/node-package.ts",
33560
- "line": 255
33585
+ "line": 259
33561
33586
  },
33562
33587
  "name": "npmRegistry",
33563
33588
  "optional": true,
@@ -33576,7 +33601,7 @@
33576
33601
  "immutable": true,
33577
33602
  "locationInModule": {
33578
33603
  "filename": "src/javascript/node-package.ts",
33579
- "line": 248
33604
+ "line": 252
33580
33605
  },
33581
33606
  "name": "npmRegistryUrl",
33582
33607
  "optional": true,
@@ -33594,7 +33619,7 @@
33594
33619
  "immutable": true,
33595
33620
  "locationInModule": {
33596
33621
  "filename": "src/javascript/node-package.ts",
33597
- "line": 281
33622
+ "line": 285
33598
33623
  },
33599
33624
  "name": "npmTokenSecret",
33600
33625
  "optional": true,
@@ -33612,7 +33637,7 @@
33612
33637
  "immutable": true,
33613
33638
  "locationInModule": {
33614
33639
  "filename": "src/javascript/node-package.ts",
33615
- "line": 167
33640
+ "line": 171
33616
33641
  },
33617
33642
  "name": "packageManager",
33618
33643
  "optional": true,
@@ -33633,7 +33658,7 @@
33633
33658
  "immutable": true,
33634
33659
  "locationInModule": {
33635
33660
  "filename": "src/javascript/node-package.ts",
33636
- "line": 33
33661
+ "line": 37
33637
33662
  },
33638
33663
  "name": "packageName",
33639
33664
  "optional": true,
@@ -33650,7 +33675,7 @@
33650
33675
  "immutable": true,
33651
33676
  "locationInModule": {
33652
33677
  "filename": "src/javascript/node-package.ts",
33653
- "line": 112
33678
+ "line": 116
33654
33679
  },
33655
33680
  "name": "peerDependencyOptions",
33656
33681
  "optional": true,
@@ -33669,7 +33694,7 @@
33669
33694
  "immutable": true,
33670
33695
  "locationInModule": {
33671
33696
  "filename": "src/javascript/node-package.ts",
33672
- "line": 93
33697
+ "line": 97
33673
33698
  },
33674
33699
  "name": "peerDeps",
33675
33700
  "optional": true,
@@ -33692,7 +33717,7 @@
33692
33717
  "immutable": true,
33693
33718
  "locationInModule": {
33694
33719
  "filename": "src/javascript/node-package.ts",
33695
- "line": 173
33720
+ "line": 177
33696
33721
  },
33697
33722
  "name": "repository",
33698
33723
  "optional": true,
@@ -33709,7 +33734,7 @@
33709
33734
  "immutable": true,
33710
33735
  "locationInModule": {
33711
33736
  "filename": "src/javascript/node-package.ts",
33712
- "line": 179
33737
+ "line": 183
33713
33738
  },
33714
33739
  "name": "repositoryDirectory",
33715
33740
  "optional": true,
@@ -33727,7 +33752,7 @@
33727
33752
  "immutable": true,
33728
33753
  "locationInModule": {
33729
33754
  "filename": "src/javascript/node-package.ts",
33730
- "line": 296
33755
+ "line": 300
33731
33756
  },
33732
33757
  "name": "scopedPackagesOptions",
33733
33758
  "optional": true,
@@ -33751,7 +33776,7 @@
33751
33776
  "immutable": true,
33752
33777
  "locationInModule": {
33753
33778
  "filename": "src/javascript/node-package.ts",
33754
- "line": 160
33779
+ "line": 164
33755
33780
  },
33756
33781
  "name": "scripts",
33757
33782
  "optional": true,
@@ -33773,7 +33798,7 @@
33773
33798
  "immutable": true,
33774
33799
  "locationInModule": {
33775
33800
  "filename": "src/javascript/node-package.ts",
33776
- "line": 209
33801
+ "line": 213
33777
33802
  },
33778
33803
  "name": "stability",
33779
33804
  "optional": true,
@@ -35208,7 +35233,7 @@
35208
35233
  "kind": "enum",
35209
35234
  "locationInModule": {
35210
35235
  "filename": "src/javascript/node-package.ts",
35211
- "line": 1367
35236
+ "line": 1388
35212
35237
  },
35213
35238
  "members": [
35214
35239
  {
@@ -35385,7 +35410,7 @@
35385
35410
  "kind": "interface",
35386
35411
  "locationInModule": {
35387
35412
  "filename": "src/javascript/node-package.ts",
35388
- "line": 1336
35413
+ "line": 1357
35389
35414
  },
35390
35415
  "name": "PeerDependencyOptions",
35391
35416
  "namespace": "javascript",
@@ -35400,7 +35425,7 @@
35400
35425
  "immutable": true,
35401
35426
  "locationInModule": {
35402
35427
  "filename": "src/javascript/node-package.ts",
35403
- "line": 1341
35428
+ "line": 1362
35404
35429
  },
35405
35430
  "name": "pinnedDevDependency",
35406
35431
  "optional": true,
@@ -36446,7 +36471,7 @@
36446
36471
  "kind": "interface",
36447
36472
  "locationInModule": {
36448
36473
  "filename": "src/javascript/node-package.ts",
36449
- "line": 328
36474
+ "line": 332
36450
36475
  },
36451
36476
  "name": "ScopedPackagesOptions",
36452
36477
  "namespace": "javascript",
@@ -36460,7 +36485,7 @@
36460
36485
  "immutable": true,
36461
36486
  "locationInModule": {
36462
36487
  "filename": "src/javascript/node-package.ts",
36463
- "line": 339
36488
+ "line": 343
36464
36489
  },
36465
36490
  "name": "registryUrl",
36466
36491
  "type": {
@@ -36477,7 +36502,7 @@
36477
36502
  "immutable": true,
36478
36503
  "locationInModule": {
36479
36504
  "filename": "src/javascript/node-package.ts",
36480
- "line": 334
36505
+ "line": 338
36481
36506
  },
36482
36507
  "name": "scope",
36483
36508
  "type": {
@@ -40967,7 +40992,7 @@
40967
40992
  "kind": "interface",
40968
40993
  "locationInModule": {
40969
40994
  "filename": "src/release/publisher.ts",
40970
- "line": 733
40995
+ "line": 752
40971
40996
  },
40972
40997
  "name": "CodeArtifactOptions",
40973
40998
  "namespace": "release",
@@ -40983,7 +41008,7 @@
40983
41008
  "immutable": true,
40984
41009
  "locationInModule": {
40985
41010
  "filename": "src/release/publisher.ts",
40986
- "line": 740
41011
+ "line": 759
40987
41012
  },
40988
41013
  "name": "accessKeyIdSecret",
40989
41014
  "optional": true,
@@ -41001,7 +41026,7 @@
41001
41026
  "immutable": true,
41002
41027
  "locationInModule": {
41003
41028
  "filename": "src/release/publisher.ts",
41004
- "line": 756
41029
+ "line": 775
41005
41030
  },
41006
41031
  "name": "roleToAssume",
41007
41032
  "optional": true,
@@ -41020,7 +41045,7 @@
41020
41045
  "immutable": true,
41021
41046
  "locationInModule": {
41022
41047
  "filename": "src/release/publisher.ts",
41023
- "line": 748
41048
+ "line": 767
41024
41049
  },
41025
41050
  "name": "secretAccessKeySecret",
41026
41051
  "optional": true,
@@ -41042,7 +41067,7 @@
41042
41067
  "kind": "interface",
41043
41068
  "locationInModule": {
41044
41069
  "filename": "src/release/publisher.ts",
41045
- "line": 658
41070
+ "line": 677
41046
41071
  },
41047
41072
  "name": "CommonPublishOptions",
41048
41073
  "namespace": "release",
@@ -41057,7 +41082,7 @@
41057
41082
  "immutable": true,
41058
41083
  "locationInModule": {
41059
41084
  "filename": "src/release/publisher.ts",
41060
- "line": 668
41085
+ "line": 687
41061
41086
  },
41062
41087
  "name": "prePublishSteps",
41063
41088
  "optional": true,
@@ -41080,7 +41105,7 @@
41080
41105
  "immutable": true,
41081
41106
  "locationInModule": {
41082
41107
  "filename": "src/release/publisher.ts",
41083
- "line": 674
41108
+ "line": 693
41084
41109
  },
41085
41110
  "name": "publishTools",
41086
41111
  "optional": true,
@@ -41105,7 +41130,7 @@
41105
41130
  "kind": "interface",
41106
41131
  "locationInModule": {
41107
41132
  "filename": "src/release/publisher.ts",
41108
- "line": 982
41133
+ "line": 1020
41109
41134
  },
41110
41135
  "name": "GitHubReleasesPublishOptions",
41111
41136
  "namespace": "release",
@@ -41120,7 +41145,7 @@
41120
41145
  "immutable": true,
41121
41146
  "locationInModule": {
41122
41147
  "filename": "src/release/publisher.ts",
41123
- "line": 967
41148
+ "line": 1005
41124
41149
  },
41125
41150
  "name": "changelogFile",
41126
41151
  "type": {
@@ -41137,7 +41162,7 @@
41137
41162
  "immutable": true,
41138
41163
  "locationInModule": {
41139
41164
  "filename": "src/release/publisher.ts",
41140
- "line": 960
41165
+ "line": 998
41141
41166
  },
41142
41167
  "name": "releaseTagFile",
41143
41168
  "type": {
@@ -41154,7 +41179,7 @@
41154
41179
  "immutable": true,
41155
41180
  "locationInModule": {
41156
41181
  "filename": "src/release/publisher.ts",
41157
- "line": 953
41182
+ "line": 991
41158
41183
  },
41159
41184
  "name": "versionFile",
41160
41185
  "type": {
@@ -41175,7 +41200,7 @@
41175
41200
  "kind": "interface",
41176
41201
  "locationInModule": {
41177
41202
  "filename": "src/release/publisher.ts",
41178
- "line": 989
41203
+ "line": 1027
41179
41204
  },
41180
41205
  "name": "GitPublishOptions",
41181
41206
  "namespace": "release",
@@ -41190,7 +41215,7 @@
41190
41215
  "immutable": true,
41191
41216
  "locationInModule": {
41192
41217
  "filename": "src/release/publisher.ts",
41193
- "line": 967
41218
+ "line": 1005
41194
41219
  },
41195
41220
  "name": "changelogFile",
41196
41221
  "type": {
@@ -41207,7 +41232,7 @@
41207
41232
  "immutable": true,
41208
41233
  "locationInModule": {
41209
41234
  "filename": "src/release/publisher.ts",
41210
- "line": 960
41235
+ "line": 998
41211
41236
  },
41212
41237
  "name": "releaseTagFile",
41213
41238
  "type": {
@@ -41224,7 +41249,7 @@
41224
41249
  "immutable": true,
41225
41250
  "locationInModule": {
41226
41251
  "filename": "src/release/publisher.ts",
41227
- "line": 953
41252
+ "line": 991
41228
41253
  },
41229
41254
  "name": "versionFile",
41230
41255
  "type": {
@@ -41241,7 +41266,7 @@
41241
41266
  "immutable": true,
41242
41267
  "locationInModule": {
41243
41268
  "filename": "src/release/publisher.ts",
41244
- "line": 1000
41269
+ "line": 1038
41245
41270
  },
41246
41271
  "name": "gitBranch",
41247
41272
  "optional": true,
@@ -41259,7 +41284,7 @@
41259
41284
  "immutable": true,
41260
41285
  "locationInModule": {
41261
41286
  "filename": "src/release/publisher.ts",
41262
- "line": 1007
41287
+ "line": 1045
41263
41288
  },
41264
41289
  "name": "gitPushCommand",
41265
41290
  "optional": true,
@@ -41276,7 +41301,7 @@
41276
41301
  "immutable": true,
41277
41302
  "locationInModule": {
41278
41303
  "filename": "src/release/publisher.ts",
41279
- "line": 993
41304
+ "line": 1031
41280
41305
  },
41281
41306
  "name": "projectChangelogFile",
41282
41307
  "optional": true,
@@ -41301,7 +41326,7 @@
41301
41326
  "kind": "interface",
41302
41327
  "locationInModule": {
41303
41328
  "filename": "src/release/publisher.ts",
41304
- "line": 904
41329
+ "line": 923
41305
41330
  },
41306
41331
  "name": "GoPublishOptions",
41307
41332
  "namespace": "release",
@@ -41316,7 +41341,7 @@
41316
41341
  "immutable": true,
41317
41342
  "locationInModule": {
41318
41343
  "filename": "src/release/publisher.ts",
41319
- "line": 925
41344
+ "line": 963
41320
41345
  },
41321
41346
  "name": "gitBranch",
41322
41347
  "optional": true,
@@ -41334,7 +41359,7 @@
41334
41359
  "immutable": true,
41335
41360
  "locationInModule": {
41336
41361
  "filename": "src/release/publisher.ts",
41337
- "line": 944
41362
+ "line": 982
41338
41363
  },
41339
41364
  "name": "gitCommitMessage",
41340
41365
  "optional": true,
@@ -41342,6 +41367,25 @@
41342
41367
  "primitive": "string"
41343
41368
  }
41344
41369
  },
41370
+ {
41371
+ "abstract": true,
41372
+ "docs": {
41373
+ "default": "\"GO_GITHUB_DEPLOY_KEY\"",
41374
+ "remarks": "Ignored if `githubUseSsh` is `false`.",
41375
+ "stability": "deprecated",
41376
+ "summary": "The name of the secret that includes a GitHub deploy key used to push to the GitHub repository."
41377
+ },
41378
+ "immutable": true,
41379
+ "locationInModule": {
41380
+ "filename": "src/release/publisher.ts",
41381
+ "line": 942
41382
+ },
41383
+ "name": "githubDeployKeySecret",
41384
+ "optional": true,
41385
+ "type": {
41386
+ "primitive": "string"
41387
+ }
41388
+ },
41345
41389
  {
41346
41390
  "abstract": true,
41347
41391
  "docs": {
@@ -41352,7 +41396,7 @@
41352
41396
  "immutable": true,
41353
41397
  "locationInModule": {
41354
41398
  "filename": "src/release/publisher.ts",
41355
- "line": 918
41399
+ "line": 956
41356
41400
  },
41357
41401
  "name": "githubRepo",
41358
41402
  "optional": true,
@@ -41364,13 +41408,14 @@
41364
41408
  "abstract": true,
41365
41409
  "docs": {
41366
41410
  "default": "\"GO_GITHUB_TOKEN\"",
41411
+ "remarks": "Ignored if `githubUseSsh` is `true`.",
41367
41412
  "stability": "deprecated",
41368
41413
  "summary": "The name of the secret that includes a personal GitHub access token used to push to the GitHub repository."
41369
41414
  },
41370
41415
  "immutable": true,
41371
41416
  "locationInModule": {
41372
41417
  "filename": "src/release/publisher.ts",
41373
- "line": 911
41418
+ "line": 932
41374
41419
  },
41375
41420
  "name": "githubTokenSecret",
41376
41421
  "optional": true,
@@ -41378,6 +41423,24 @@
41378
41423
  "primitive": "string"
41379
41424
  }
41380
41425
  },
41426
+ {
41427
+ "abstract": true,
41428
+ "docs": {
41429
+ "default": "false",
41430
+ "stability": "deprecated",
41431
+ "summary": "Use SSH to push to GitHub instead of a personal accses token."
41432
+ },
41433
+ "immutable": true,
41434
+ "locationInModule": {
41435
+ "filename": "src/release/publisher.ts",
41436
+ "line": 949
41437
+ },
41438
+ "name": "githubUseSsh",
41439
+ "optional": true,
41440
+ "type": {
41441
+ "primitive": "boolean"
41442
+ }
41443
+ },
41381
41444
  {
41382
41445
  "abstract": true,
41383
41446
  "docs": {
@@ -41391,7 +41454,7 @@
41391
41454
  "immutable": true,
41392
41455
  "locationInModule": {
41393
41456
  "filename": "src/release/publisher.ts",
41394
- "line": 937
41457
+ "line": 975
41395
41458
  },
41396
41459
  "name": "gitUserEmail",
41397
41460
  "optional": true,
@@ -41409,7 +41472,7 @@
41409
41472
  "immutable": true,
41410
41473
  "locationInModule": {
41411
41474
  "filename": "src/release/publisher.ts",
41412
- "line": 931
41475
+ "line": 969
41413
41476
  },
41414
41477
  "name": "gitUserName",
41415
41478
  "optional": true,
@@ -41434,7 +41497,7 @@
41434
41497
  "kind": "interface",
41435
41498
  "locationInModule": {
41436
41499
  "filename": "src/release/publisher.ts",
41437
- "line": 813
41500
+ "line": 832
41438
41501
  },
41439
41502
  "name": "JsiiReleaseMaven",
41440
41503
  "namespace": "release",
@@ -41454,7 +41517,7 @@
41454
41517
  "kind": "interface",
41455
41518
  "locationInModule": {
41456
41519
  "filename": "src/release/publisher.ts",
41457
- "line": 680
41520
+ "line": 699
41458
41521
  },
41459
41522
  "name": "JsiiReleaseNpm",
41460
41523
  "namespace": "release",
@@ -41474,7 +41537,7 @@
41474
41537
  "kind": "interface",
41475
41538
  "locationInModule": {
41476
41539
  "filename": "src/release/publisher.ts",
41477
- "line": 791
41540
+ "line": 810
41478
41541
  },
41479
41542
  "name": "JsiiReleaseNuget",
41480
41543
  "namespace": "release",
@@ -41494,7 +41557,7 @@
41494
41557
  "kind": "interface",
41495
41558
  "locationInModule": {
41496
41559
  "filename": "src/release/publisher.ts",
41497
- "line": 762
41560
+ "line": 781
41498
41561
  },
41499
41562
  "name": "JsiiReleasePyPi",
41500
41563
  "namespace": "release",
@@ -41587,7 +41650,7 @@
41587
41650
  "kind": "interface",
41588
41651
  "locationInModule": {
41589
41652
  "filename": "src/release/publisher.ts",
41590
- "line": 818
41653
+ "line": 837
41591
41654
  },
41592
41655
  "name": "MavenPublishOptions",
41593
41656
  "namespace": "release",
@@ -41603,7 +41666,7 @@
41603
41666
  "immutable": true,
41604
41667
  "locationInModule": {
41605
41668
  "filename": "src/release/publisher.ts",
41606
- "line": 824
41669
+ "line": 843
41607
41670
  },
41608
41671
  "name": "mavenEndpoint",
41609
41672
  "optional": true,
@@ -41623,7 +41686,7 @@
41623
41686
  "immutable": true,
41624
41687
  "locationInModule": {
41625
41688
  "filename": "src/release/publisher.ts",
41626
- "line": 857
41689
+ "line": 876
41627
41690
  },
41628
41691
  "name": "mavenGpgPrivateKeyPassphrase",
41629
41692
  "optional": true,
@@ -41643,7 +41706,7 @@
41643
41706
  "immutable": true,
41644
41707
  "locationInModule": {
41645
41708
  "filename": "src/release/publisher.ts",
41646
- "line": 848
41709
+ "line": 867
41647
41710
  },
41648
41711
  "name": "mavenGpgPrivateKeySecret",
41649
41712
  "optional": true,
@@ -41663,7 +41726,7 @@
41663
41726
  "immutable": true,
41664
41727
  "locationInModule": {
41665
41728
  "filename": "src/release/publisher.ts",
41666
- "line": 883
41729
+ "line": 902
41667
41730
  },
41668
41731
  "name": "mavenPassword",
41669
41732
  "optional": true,
@@ -41681,7 +41744,7 @@
41681
41744
  "immutable": true,
41682
41745
  "locationInModule": {
41683
41746
  "filename": "src/release/publisher.ts",
41684
- "line": 838
41747
+ "line": 857
41685
41748
  },
41686
41749
  "name": "mavenRepositoryUrl",
41687
41750
  "optional": true,
@@ -41699,7 +41762,7 @@
41699
41762
  "immutable": true,
41700
41763
  "locationInModule": {
41701
41764
  "filename": "src/release/publisher.ts",
41702
- "line": 831
41765
+ "line": 850
41703
41766
  },
41704
41767
  "name": "mavenServerId",
41705
41768
  "optional": true,
@@ -41717,7 +41780,7 @@
41717
41780
  "immutable": true,
41718
41781
  "locationInModule": {
41719
41782
  "filename": "src/release/publisher.ts",
41720
- "line": 894
41783
+ "line": 913
41721
41784
  },
41722
41785
  "name": "mavenStagingProfileId",
41723
41786
  "optional": true,
@@ -41737,7 +41800,7 @@
41737
41800
  "immutable": true,
41738
41801
  "locationInModule": {
41739
41802
  "filename": "src/release/publisher.ts",
41740
- "line": 870
41803
+ "line": 889
41741
41804
  },
41742
41805
  "name": "mavenUsername",
41743
41806
  "optional": true,
@@ -41762,7 +41825,7 @@
41762
41825
  "kind": "interface",
41763
41826
  "locationInModule": {
41764
41827
  "filename": "src/release/publisher.ts",
41765
- "line": 685
41828
+ "line": 704
41766
41829
  },
41767
41830
  "name": "NpmPublishOptions",
41768
41831
  "namespace": "release",
@@ -41777,7 +41840,7 @@
41777
41840
  "immutable": true,
41778
41841
  "locationInModule": {
41779
41842
  "filename": "src/release/publisher.ts",
41780
- "line": 730
41843
+ "line": 749
41781
41844
  },
41782
41845
  "name": "codeArtifactOptions",
41783
41846
  "optional": true,
@@ -41797,7 +41860,7 @@
41797
41860
  "immutable": true,
41798
41861
  "locationInModule": {
41799
41862
  "filename": "src/release/publisher.ts",
41800
- "line": 703
41863
+ "line": 722
41801
41864
  },
41802
41865
  "name": "distTag",
41803
41866
  "optional": true,
@@ -41815,7 +41878,7 @@
41815
41878
  "immutable": true,
41816
41879
  "locationInModule": {
41817
41880
  "filename": "src/release/publisher.ts",
41818
- "line": 723
41881
+ "line": 742
41819
41882
  },
41820
41883
  "name": "npmTokenSecret",
41821
41884
  "optional": true,
@@ -41835,7 +41898,7 @@
41835
41898
  "immutable": true,
41836
41899
  "locationInModule": {
41837
41900
  "filename": "src/release/publisher.ts",
41838
- "line": 717
41901
+ "line": 736
41839
41902
  },
41840
41903
  "name": "registry",
41841
41904
  "optional": true,
@@ -41860,7 +41923,7 @@
41860
41923
  "kind": "interface",
41861
41924
  "locationInModule": {
41862
41925
  "filename": "src/release/publisher.ts",
41863
- "line": 796
41926
+ "line": 815
41864
41927
  },
41865
41928
  "name": "NugetPublishOptions",
41866
41929
  "namespace": "release",
@@ -41875,7 +41938,7 @@
41875
41938
  "immutable": true,
41876
41939
  "locationInModule": {
41877
41940
  "filename": "src/release/publisher.ts",
41878
- "line": 802
41941
+ "line": 821
41879
41942
  },
41880
41943
  "name": "nugetApiKeySecret",
41881
41944
  "optional": true,
@@ -41892,7 +41955,7 @@
41892
41955
  "immutable": true,
41893
41956
  "locationInModule": {
41894
41957
  "filename": "src/release/publisher.ts",
41895
- "line": 807
41958
+ "line": 826
41896
41959
  },
41897
41960
  "name": "nugetServer",
41898
41961
  "optional": true,
@@ -42443,7 +42506,7 @@
42443
42506
  "kind": "interface",
42444
42507
  "locationInModule": {
42445
42508
  "filename": "src/release/publisher.ts",
42446
- "line": 767
42509
+ "line": 786
42447
42510
  },
42448
42511
  "name": "PyPiPublishOptions",
42449
42512
  "namespace": "release",
@@ -42458,7 +42521,7 @@
42458
42521
  "immutable": true,
42459
42522
  "locationInModule": {
42460
42523
  "filename": "src/release/publisher.ts",
42461
- "line": 785
42524
+ "line": 804
42462
42525
  },
42463
42526
  "name": "twinePasswordSecret",
42464
42527
  "optional": true,
@@ -42476,7 +42539,7 @@
42476
42539
  "immutable": true,
42477
42540
  "locationInModule": {
42478
42541
  "filename": "src/release/publisher.ts",
42479
- "line": 773
42542
+ "line": 792
42480
42543
  },
42481
42544
  "name": "twineRegistryUrl",
42482
42545
  "optional": true,
@@ -42494,7 +42557,7 @@
42494
42557
  "immutable": true,
42495
42558
  "locationInModule": {
42496
42559
  "filename": "src/release/publisher.ts",
42497
- "line": 779
42560
+ "line": 798
42498
42561
  },
42499
42562
  "name": "twineUsernameSecret",
42500
42563
  "optional": true,
@@ -45976,6 +46039,6 @@
45976
46039
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45977
46040
  }
45978
46041
  },
45979
- "version": "0.57.6",
45980
- "fingerprint": "1IBmMvvqhXnNmwNVbKg6SMmmpyfjjG+JZ/qo8KxAzTs="
46042
+ "version": "0.57.9",
46043
+ "fingerprint": "IhPaN4zBkIfZeZJwC+b+gmjw1sx2ZsVsKDgpmHCCYLc="
45981
46044
  }