projen 0.96.3 → 0.96.5

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 (138) hide show
  1. package/.jsii +106 -68
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.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.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/auto-queue.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/merge-queue.js +1 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-backport.js +1 -1
  50. package/lib/github/pull-request-lint.js +1 -1
  51. package/lib/github/stale.js +1 -1
  52. package/lib/github/task-workflow-job.js +1 -1
  53. package/lib/github/task-workflow.js +1 -1
  54. package/lib/github/workflow-actions.js +1 -1
  55. package/lib/github/workflow-jobs.js +1 -1
  56. package/lib/github/workflow-steps.js +1 -1
  57. package/lib/github/workflows.js +1 -1
  58. package/lib/gitlab/configuration.js +1 -1
  59. package/lib/gitlab/gitlab-configuration.js +1 -1
  60. package/lib/gitlab/nested-configuration.js +1 -1
  61. package/lib/gitpod.js +1 -1
  62. package/lib/ignore-file.js +1 -1
  63. package/lib/ini.js +1 -1
  64. package/lib/java/java-project.js +1 -1
  65. package/lib/java/junit.js +1 -1
  66. package/lib/java/maven-compile.js +1 -1
  67. package/lib/java/maven-packaging.js +1 -1
  68. package/lib/java/maven-sample.js +1 -1
  69. package/lib/java/pom.js +2 -2
  70. package/lib/java/projenrc.js +1 -1
  71. package/lib/javascript/biome/biome.js +1 -1
  72. package/lib/javascript/bundler.js +1 -1
  73. package/lib/javascript/eslint.js +1 -1
  74. package/lib/javascript/jest.js +4 -4
  75. package/lib/javascript/license-checker.js +1 -1
  76. package/lib/javascript/node-package.js +1 -1
  77. package/lib/javascript/node-project.js +1 -1
  78. package/lib/javascript/npm-config.js +1 -1
  79. package/lib/javascript/prettier.js +1 -1
  80. package/lib/javascript/projenrc.js +1 -1
  81. package/lib/javascript/typescript-config.js +2 -2
  82. package/lib/javascript/upgrade-dependencies.js +2 -2
  83. package/lib/javascript/yarnrc.js +1 -1
  84. package/lib/json-patch.js +1 -1
  85. package/lib/json.js +1 -1
  86. package/lib/license.js +1 -1
  87. package/lib/logger.js +1 -1
  88. package/lib/makefile.js +1 -1
  89. package/lib/object-file.js +1 -1
  90. package/lib/project-build.js +1 -1
  91. package/lib/project-tree.js +1 -1
  92. package/lib/project.js +1 -1
  93. package/lib/projects.js +1 -1
  94. package/lib/projenrc-json.js +2 -2
  95. package/lib/projenrc.js +1 -1
  96. package/lib/python/pip.js +1 -1
  97. package/lib/python/poetry.js +2 -2
  98. package/lib/python/projenrc.js +1 -1
  99. package/lib/python/pytest-sample.js +1 -1
  100. package/lib/python/pytest.js +1 -1
  101. package/lib/python/python-project.js +1 -1
  102. package/lib/python/python-sample.js +1 -1
  103. package/lib/python/requirements-file.js +1 -1
  104. package/lib/python/setuppy.js +1 -1
  105. package/lib/python/setuptools.js +1 -1
  106. package/lib/python/venv.js +1 -1
  107. package/lib/readme.js +1 -1
  108. package/lib/release/publisher.d.ts +16 -0
  109. package/lib/release/publisher.js +33 -5
  110. package/lib/release/release-trigger.js +1 -1
  111. package/lib/release/release.js +1 -1
  112. package/lib/renovatebot.js +1 -1
  113. package/lib/sample-file.js +2 -2
  114. package/lib/semver.js +1 -1
  115. package/lib/source-code.js +1 -1
  116. package/lib/task-runtime.js +1 -1
  117. package/lib/task.js +1 -1
  118. package/lib/tasks.js +1 -1
  119. package/lib/testing.js +1 -1
  120. package/lib/textfile.js +1 -1
  121. package/lib/toml.js +1 -1
  122. package/lib/typescript/projenrc-ts.js +1 -1
  123. package/lib/typescript/projenrc.js +1 -1
  124. package/lib/typescript/typescript-typedoc.js +1 -1
  125. package/lib/typescript/typescript.js +6 -6
  126. package/lib/version.js +2 -2
  127. package/lib/vscode/devcontainer.js +1 -1
  128. package/lib/vscode/extensions.js +1 -1
  129. package/lib/vscode/launch-config.js +1 -1
  130. package/lib/vscode/settings.js +1 -1
  131. package/lib/vscode/vscode.js +1 -1
  132. package/lib/web/next.js +3 -3
  133. package/lib/web/postcss.js +1 -1
  134. package/lib/web/react.js +4 -4
  135. package/lib/web/tailwind.js +1 -1
  136. package/lib/xmlfile.js +1 -1
  137. package/lib/yaml.js +1 -1
  138. package/package.json +4 -4
package/.jsii CHANGED
@@ -61,7 +61,7 @@
61
61
  "stability": "experimental"
62
62
  },
63
63
  "homepage": "https://github.com/projen/projen.git",
64
- "jsiiVersion": "5.9.4 (build db676e9)",
64
+ "jsiiVersion": "5.9.7 (build 1693b5a)",
65
65
  "keywords": [
66
66
  "cdk",
67
67
  "cicd",
@@ -64806,7 +64806,7 @@
64806
64806
  "kind": "enum",
64807
64807
  "locationInModule": {
64808
64808
  "filename": "src/release/publisher.ts",
64809
- "line": 1020
64809
+ "line": 1059
64810
64810
  },
64811
64811
  "members": [
64812
64812
  {
@@ -64840,7 +64840,7 @@
64840
64840
  "kind": "interface",
64841
64841
  "locationInModule": {
64842
64842
  "filename": "src/release/publisher.ts",
64843
- "line": 1038
64843
+ "line": 1077
64844
64844
  },
64845
64845
  "name": "CodeArtifactOptions",
64846
64846
  "namespace": "release",
@@ -64856,7 +64856,7 @@
64856
64856
  "immutable": true,
64857
64857
  "locationInModule": {
64858
64858
  "filename": "src/release/publisher.ts",
64859
- "line": 1054
64859
+ "line": 1093
64860
64860
  },
64861
64861
  "name": "accessKeyIdSecret",
64862
64862
  "optional": true,
@@ -64874,7 +64874,7 @@
64874
64874
  "immutable": true,
64875
64875
  "locationInModule": {
64876
64876
  "filename": "src/release/publisher.ts",
64877
- "line": 1044
64877
+ "line": 1083
64878
64878
  },
64879
64879
  "name": "authProvider",
64880
64880
  "optional": true,
@@ -64893,7 +64893,7 @@
64893
64893
  "immutable": true,
64894
64894
  "locationInModule": {
64895
64895
  "filename": "src/release/publisher.ts",
64896
- "line": 1074
64896
+ "line": 1113
64897
64897
  },
64898
64898
  "name": "roleToAssume",
64899
64899
  "optional": true,
@@ -64912,7 +64912,7 @@
64912
64912
  "immutable": true,
64913
64913
  "locationInModule": {
64914
64914
  "filename": "src/release/publisher.ts",
64915
- "line": 1065
64915
+ "line": 1104
64916
64916
  },
64917
64917
  "name": "secretAccessKeySecret",
64918
64918
  "optional": true,
@@ -64934,7 +64934,7 @@
64934
64934
  "kind": "interface",
64935
64935
  "locationInModule": {
64936
64936
  "filename": "src/release/publisher.ts",
64937
- "line": 894
64937
+ "line": 933
64938
64938
  },
64939
64939
  "name": "CommonPublishOptions",
64940
64940
  "namespace": "release",
@@ -64950,7 +64950,7 @@
64950
64950
  "immutable": true,
64951
64951
  "locationInModule": {
64952
64952
  "filename": "src/release/publisher.ts",
64953
- "line": 931
64953
+ "line": 970
64954
64954
  },
64955
64955
  "name": "githubEnvironment",
64956
64956
  "optional": true,
@@ -64968,7 +64968,7 @@
64968
64968
  "immutable": true,
64969
64969
  "locationInModule": {
64970
64970
  "filename": "src/release/publisher.ts",
64971
- "line": 913
64971
+ "line": 952
64972
64972
  },
64973
64973
  "name": "postPublishSteps",
64974
64974
  "optional": true,
@@ -64991,7 +64991,7 @@
64991
64991
  "immutable": true,
64992
64992
  "locationInModule": {
64993
64993
  "filename": "src/release/publisher.ts",
64994
- "line": 904
64994
+ "line": 943
64995
64995
  },
64996
64996
  "name": "prePublishSteps",
64997
64997
  "optional": true,
@@ -65014,7 +65014,7 @@
65014
65014
  "immutable": true,
65015
65015
  "locationInModule": {
65016
65016
  "filename": "src/release/publisher.ts",
65017
- "line": 919
65017
+ "line": 958
65018
65018
  },
65019
65019
  "name": "publishTools",
65020
65020
  "optional": true,
@@ -65079,7 +65079,7 @@
65079
65079
  "kind": "interface",
65080
65080
  "locationInModule": {
65081
65081
  "filename": "src/release/publisher.ts",
65082
- "line": 1364
65082
+ "line": 1421
65083
65083
  },
65084
65084
  "name": "GitHubReleasesPublishOptions",
65085
65085
  "namespace": "release",
@@ -65094,7 +65094,7 @@
65094
65094
  "immutable": true,
65095
65095
  "locationInModule": {
65096
65096
  "filename": "src/release/publisher.ts",
65097
- "line": 1327
65097
+ "line": 1384
65098
65098
  },
65099
65099
  "name": "changelogFile",
65100
65100
  "type": {
@@ -65111,7 +65111,7 @@
65111
65111
  "immutable": true,
65112
65112
  "locationInModule": {
65113
65113
  "filename": "src/release/publisher.ts",
65114
- "line": 1320
65114
+ "line": 1377
65115
65115
  },
65116
65116
  "name": "releaseTagFile",
65117
65117
  "type": {
@@ -65128,7 +65128,7 @@
65128
65128
  "immutable": true,
65129
65129
  "locationInModule": {
65130
65130
  "filename": "src/release/publisher.ts",
65131
- "line": 1313
65131
+ "line": 1370
65132
65132
  },
65133
65133
  "name": "versionFile",
65134
65134
  "type": {
@@ -65149,7 +65149,7 @@
65149
65149
  "kind": "interface",
65150
65150
  "locationInModule": {
65151
65151
  "filename": "src/release/publisher.ts",
65152
- "line": 1371
65152
+ "line": 1428
65153
65153
  },
65154
65154
  "name": "GitPublishOptions",
65155
65155
  "namespace": "release",
@@ -65164,7 +65164,7 @@
65164
65164
  "immutable": true,
65165
65165
  "locationInModule": {
65166
65166
  "filename": "src/release/publisher.ts",
65167
- "line": 1327
65167
+ "line": 1384
65168
65168
  },
65169
65169
  "name": "changelogFile",
65170
65170
  "type": {
@@ -65181,7 +65181,7 @@
65181
65181
  "immutable": true,
65182
65182
  "locationInModule": {
65183
65183
  "filename": "src/release/publisher.ts",
65184
- "line": 1320
65184
+ "line": 1377
65185
65185
  },
65186
65186
  "name": "releaseTagFile",
65187
65187
  "type": {
@@ -65198,7 +65198,7 @@
65198
65198
  "immutable": true,
65199
65199
  "locationInModule": {
65200
65200
  "filename": "src/release/publisher.ts",
65201
- "line": 1313
65201
+ "line": 1370
65202
65202
  },
65203
65203
  "name": "versionFile",
65204
65204
  "type": {
@@ -65215,7 +65215,7 @@
65215
65215
  "immutable": true,
65216
65216
  "locationInModule": {
65217
65217
  "filename": "src/release/publisher.ts",
65218
- "line": 1382
65218
+ "line": 1439
65219
65219
  },
65220
65220
  "name": "gitBranch",
65221
65221
  "optional": true,
@@ -65233,7 +65233,7 @@
65233
65233
  "immutable": true,
65234
65234
  "locationInModule": {
65235
65235
  "filename": "src/release/publisher.ts",
65236
- "line": 1389
65236
+ "line": 1446
65237
65237
  },
65238
65238
  "name": "gitPushCommand",
65239
65239
  "optional": true,
@@ -65250,7 +65250,7 @@
65250
65250
  "immutable": true,
65251
65251
  "locationInModule": {
65252
65252
  "filename": "src/release/publisher.ts",
65253
- "line": 1375
65253
+ "line": 1432
65254
65254
  },
65255
65255
  "name": "projectChangelogFile",
65256
65256
  "optional": true,
@@ -65275,7 +65275,7 @@
65275
65275
  "kind": "interface",
65276
65276
  "locationInModule": {
65277
65277
  "filename": "src/release/publisher.ts",
65278
- "line": 1252
65278
+ "line": 1309
65279
65279
  },
65280
65280
  "name": "GoPublishOptions",
65281
65281
  "namespace": "release",
@@ -65290,7 +65290,7 @@
65290
65290
  "immutable": true,
65291
65291
  "locationInModule": {
65292
65292
  "filename": "src/release/publisher.ts",
65293
- "line": 1285
65293
+ "line": 1342
65294
65294
  },
65295
65295
  "name": "gitBranch",
65296
65296
  "optional": true,
@@ -65308,7 +65308,7 @@
65308
65308
  "immutable": true,
65309
65309
  "locationInModule": {
65310
65310
  "filename": "src/release/publisher.ts",
65311
- "line": 1304
65311
+ "line": 1361
65312
65312
  },
65313
65313
  "name": "gitCommitMessage",
65314
65314
  "optional": true,
@@ -65327,7 +65327,7 @@
65327
65327
  "immutable": true,
65328
65328
  "locationInModule": {
65329
65329
  "filename": "src/release/publisher.ts",
65330
- "line": 1271
65330
+ "line": 1328
65331
65331
  },
65332
65332
  "name": "githubDeployKeySecret",
65333
65333
  "optional": true,
@@ -65346,7 +65346,7 @@
65346
65346
  "immutable": true,
65347
65347
  "locationInModule": {
65348
65348
  "filename": "src/release/publisher.ts",
65349
- "line": 1261
65349
+ "line": 1318
65350
65350
  },
65351
65351
  "name": "githubTokenSecret",
65352
65352
  "optional": true,
@@ -65364,7 +65364,7 @@
65364
65364
  "immutable": true,
65365
65365
  "locationInModule": {
65366
65366
  "filename": "src/release/publisher.ts",
65367
- "line": 1278
65367
+ "line": 1335
65368
65368
  },
65369
65369
  "name": "githubUseSsh",
65370
65370
  "optional": true,
@@ -65382,7 +65382,7 @@
65382
65382
  "immutable": true,
65383
65383
  "locationInModule": {
65384
65384
  "filename": "src/release/publisher.ts",
65385
- "line": 1297
65385
+ "line": 1354
65386
65386
  },
65387
65387
  "name": "gitUserEmail",
65388
65388
  "optional": true,
@@ -65400,7 +65400,7 @@
65400
65400
  "immutable": true,
65401
65401
  "locationInModule": {
65402
65402
  "filename": "src/release/publisher.ts",
65403
- "line": 1291
65403
+ "line": 1348
65404
65404
  },
65405
65405
  "name": "gitUserName",
65406
65406
  "optional": true,
@@ -65425,7 +65425,7 @@
65425
65425
  "kind": "interface",
65426
65426
  "locationInModule": {
65427
65427
  "filename": "src/release/publisher.ts",
65428
- "line": 1247
65428
+ "line": 1304
65429
65429
  },
65430
65430
  "name": "JsiiReleaseGo",
65431
65431
  "namespace": "release",
@@ -65445,7 +65445,7 @@
65445
65445
  "kind": "interface",
65446
65446
  "locationInModule": {
65447
65447
  "filename": "src/release/publisher.ts",
65448
- "line": 1158
65448
+ "line": 1215
65449
65449
  },
65450
65450
  "name": "JsiiReleaseMaven",
65451
65451
  "namespace": "release",
@@ -65465,7 +65465,7 @@
65465
65465
  "kind": "interface",
65466
65466
  "locationInModule": {
65467
65467
  "filename": "src/release/publisher.ts",
65468
- "line": 937
65468
+ "line": 976
65469
65469
  },
65470
65470
  "name": "JsiiReleaseNpm",
65471
65471
  "namespace": "release",
@@ -65485,7 +65485,7 @@
65485
65485
  "kind": "interface",
65486
65486
  "locationInModule": {
65487
65487
  "filename": "src/release/publisher.ts",
65488
- "line": 1136
65488
+ "line": 1175
65489
65489
  },
65490
65490
  "name": "JsiiReleaseNuget",
65491
65491
  "namespace": "release",
@@ -65505,7 +65505,7 @@
65505
65505
  "kind": "interface",
65506
65506
  "locationInModule": {
65507
65507
  "filename": "src/release/publisher.ts",
65508
- "line": 1080
65508
+ "line": 1119
65509
65509
  },
65510
65510
  "name": "JsiiReleasePyPi",
65511
65511
  "namespace": "release",
@@ -65598,7 +65598,7 @@
65598
65598
  "kind": "interface",
65599
65599
  "locationInModule": {
65600
65600
  "filename": "src/release/publisher.ts",
65601
- "line": 1163
65601
+ "line": 1220
65602
65602
  },
65603
65603
  "name": "MavenPublishOptions",
65604
65604
  "namespace": "release",
@@ -65614,7 +65614,7 @@
65614
65614
  "immutable": true,
65615
65615
  "locationInModule": {
65616
65616
  "filename": "src/release/publisher.ts",
65617
- "line": 1169
65617
+ "line": 1226
65618
65618
  },
65619
65619
  "name": "mavenEndpoint",
65620
65620
  "optional": true,
@@ -65634,7 +65634,7 @@
65634
65634
  "immutable": true,
65635
65635
  "locationInModule": {
65636
65636
  "filename": "src/release/publisher.ts",
65637
- "line": 1204
65637
+ "line": 1261
65638
65638
  },
65639
65639
  "name": "mavenGpgPrivateKeyPassphrase",
65640
65640
  "optional": true,
@@ -65654,7 +65654,7 @@
65654
65654
  "immutable": true,
65655
65655
  "locationInModule": {
65656
65656
  "filename": "src/release/publisher.ts",
65657
- "line": 1195
65657
+ "line": 1252
65658
65658
  },
65659
65659
  "name": "mavenGpgPrivateKeySecret",
65660
65660
  "optional": true,
@@ -65674,7 +65674,7 @@
65674
65674
  "immutable": true,
65675
65675
  "locationInModule": {
65676
65676
  "filename": "src/release/publisher.ts",
65677
- "line": 1230
65677
+ "line": 1287
65678
65678
  },
65679
65679
  "name": "mavenPassword",
65680
65680
  "optional": true,
@@ -65692,7 +65692,7 @@
65692
65692
  "immutable": true,
65693
65693
  "locationInModule": {
65694
65694
  "filename": "src/release/publisher.ts",
65695
- "line": 1185
65695
+ "line": 1242
65696
65696
  },
65697
65697
  "name": "mavenRepositoryUrl",
65698
65698
  "optional": true,
@@ -65711,7 +65711,7 @@
65711
65711
  "immutable": true,
65712
65712
  "locationInModule": {
65713
65713
  "filename": "src/release/publisher.ts",
65714
- "line": 1178
65714
+ "line": 1235
65715
65715
  },
65716
65716
  "name": "mavenServerId",
65717
65717
  "optional": true,
@@ -65729,7 +65729,7 @@
65729
65729
  "immutable": true,
65730
65730
  "locationInModule": {
65731
65731
  "filename": "src/release/publisher.ts",
65732
- "line": 1241
65732
+ "line": 1298
65733
65733
  },
65734
65734
  "name": "mavenStagingProfileId",
65735
65735
  "optional": true,
@@ -65749,7 +65749,7 @@
65749
65749
  "immutable": true,
65750
65750
  "locationInModule": {
65751
65751
  "filename": "src/release/publisher.ts",
65752
- "line": 1217
65752
+ "line": 1274
65753
65753
  },
65754
65754
  "name": "mavenUsername",
65755
65755
  "optional": true,
@@ -65774,7 +65774,7 @@
65774
65774
  "kind": "interface",
65775
65775
  "locationInModule": {
65776
65776
  "filename": "src/release/publisher.ts",
65777
- "line": 942
65777
+ "line": 981
65778
65778
  },
65779
65779
  "name": "NpmPublishOptions",
65780
65780
  "namespace": "release",
@@ -65789,7 +65789,7 @@
65789
65789
  "immutable": true,
65790
65790
  "locationInModule": {
65791
65791
  "filename": "src/release/publisher.ts",
65792
- "line": 1014
65792
+ "line": 1053
65793
65793
  },
65794
65794
  "name": "codeArtifactOptions",
65795
65795
  "optional": true,
@@ -65809,7 +65809,7 @@
65809
65809
  "immutable": true,
65810
65810
  "locationInModule": {
65811
65811
  "filename": "src/release/publisher.ts",
65812
- "line": 960
65812
+ "line": 999
65813
65813
  },
65814
65814
  "name": "distTag",
65815
65815
  "optional": true,
@@ -65829,7 +65829,7 @@
65829
65829
  "immutable": true,
65830
65830
  "locationInModule": {
65831
65831
  "filename": "src/release/publisher.ts",
65832
- "line": 1007
65832
+ "line": 1046
65833
65833
  },
65834
65834
  "name": "npmProvenance",
65835
65835
  "optional": true,
@@ -65847,7 +65847,7 @@
65847
65847
  "immutable": true,
65848
65848
  "locationInModule": {
65849
65849
  "filename": "src/release/publisher.ts",
65850
- "line": 981
65850
+ "line": 1020
65851
65851
  },
65852
65852
  "name": "npmTokenSecret",
65853
65853
  "optional": true,
@@ -65867,7 +65867,7 @@
65867
65867
  "immutable": true,
65868
65868
  "locationInModule": {
65869
65869
  "filename": "src/release/publisher.ts",
65870
- "line": 974
65870
+ "line": 1013
65871
65871
  },
65872
65872
  "name": "registry",
65873
65873
  "optional": true,
@@ -65887,7 +65887,7 @@
65887
65887
  "immutable": true,
65888
65888
  "locationInModule": {
65889
65889
  "filename": "src/release/publisher.ts",
65890
- "line": 994
65890
+ "line": 1033
65891
65891
  },
65892
65892
  "name": "trustedPublishing",
65893
65893
  "optional": true,
@@ -65912,7 +65912,7 @@
65912
65912
  "kind": "interface",
65913
65913
  "locationInModule": {
65914
65914
  "filename": "src/release/publisher.ts",
65915
- "line": 1141
65915
+ "line": 1180
65916
65916
  },
65917
65917
  "name": "NugetPublishOptions",
65918
65918
  "namespace": "release",
@@ -65927,7 +65927,7 @@
65927
65927
  "immutable": true,
65928
65928
  "locationInModule": {
65929
65929
  "filename": "src/release/publisher.ts",
65930
- "line": 1147
65930
+ "line": 1186
65931
65931
  },
65932
65932
  "name": "nugetApiKeySecret",
65933
65933
  "optional": true,
@@ -65944,13 +65944,51 @@
65944
65944
  "immutable": true,
65945
65945
  "locationInModule": {
65946
65946
  "filename": "src/release/publisher.ts",
65947
- "line": 1152
65947
+ "line": 1191
65948
65948
  },
65949
65949
  "name": "nugetServer",
65950
65950
  "optional": true,
65951
65951
  "type": {
65952
65952
  "primitive": "string"
65953
65953
  }
65954
+ },
65955
+ {
65956
+ "abstract": true,
65957
+ "docs": {
65958
+ "default": "\"NUGET_USERNAME\"",
65959
+ "remarks": "Required when using trusted publishing.",
65960
+ "stability": "experimental",
65961
+ "summary": "The NuGet.org username (profile name, not email address) for trusted publisher authentication."
65962
+ },
65963
+ "immutable": true,
65964
+ "locationInModule": {
65965
+ "filename": "src/release/publisher.ts",
65966
+ "line": 1209
65967
+ },
65968
+ "name": "nugetUsernameSecret",
65969
+ "optional": true,
65970
+ "type": {
65971
+ "primitive": "string"
65972
+ }
65973
+ },
65974
+ {
65975
+ "abstract": true,
65976
+ "docs": {
65977
+ "remarks": "Needs to be setup in NuGet.org.",
65978
+ "see": "https://learn.microsoft.com/en-us/nuget/nuget-org/trusted-publishing",
65979
+ "stability": "experimental",
65980
+ "summary": "Use NuGet trusted publishing instead of API keys."
65981
+ },
65982
+ "immutable": true,
65983
+ "locationInModule": {
65984
+ "filename": "src/release/publisher.ts",
65985
+ "line": 1200
65986
+ },
65987
+ "name": "trustedPublishing",
65988
+ "optional": true,
65989
+ "type": {
65990
+ "primitive": "boolean"
65991
+ }
65954
65992
  }
65955
65993
  ],
65956
65994
  "symbolId": "src/release/publisher:NugetPublishOptions"
@@ -66098,7 +66136,7 @@
66098
66136
  },
66099
66137
  "locationInModule": {
66100
66138
  "filename": "src/release/publisher.ts",
66101
- "line": 612
66139
+ "line": 651
66102
66140
  },
66103
66141
  "name": "publishToGo",
66104
66142
  "parameters": [
@@ -66121,7 +66159,7 @@
66121
66159
  },
66122
66160
  "locationInModule": {
66123
66161
  "filename": "src/release/publisher.ts",
66124
- "line": 453
66162
+ "line": 481
66125
66163
  },
66126
66164
  "name": "publishToMaven",
66127
66165
  "parameters": [
@@ -66167,7 +66205,7 @@
66167
66205
  },
66168
66206
  "locationInModule": {
66169
66207
  "filename": "src/release/publisher.ts",
66170
- "line": 419
66208
+ "line": 427
66171
66209
  },
66172
66210
  "name": "publishToNuget",
66173
66211
  "parameters": [
@@ -66190,7 +66228,7 @@
66190
66228
  },
66191
66229
  "locationInModule": {
66192
66230
  "filename": "src/release/publisher.ts",
66193
- "line": 525
66231
+ "line": 553
66194
66232
  },
66195
66233
  "name": "publishToPyPi",
66196
66234
  "parameters": [
@@ -66581,7 +66619,7 @@
66581
66619
  "kind": "interface",
66582
66620
  "locationInModule": {
66583
66621
  "filename": "src/release/publisher.ts",
66584
- "line": 1085
66622
+ "line": 1124
66585
66623
  },
66586
66624
  "name": "PyPiPublishOptions",
66587
66625
  "namespace": "release",
@@ -66598,7 +66636,7 @@
66598
66636
  "immutable": true,
66599
66637
  "locationInModule": {
66600
66638
  "filename": "src/release/publisher.ts",
66601
- "line": 1123
66639
+ "line": 1162
66602
66640
  },
66603
66641
  "name": "attestations",
66604
66642
  "optional": true,
@@ -66616,7 +66654,7 @@
66616
66654
  "immutable": true,
66617
66655
  "locationInModule": {
66618
66656
  "filename": "src/release/publisher.ts",
66619
- "line": 1130
66657
+ "line": 1169
66620
66658
  },
66621
66659
  "name": "codeArtifactOptions",
66622
66660
  "optional": true,
@@ -66635,7 +66673,7 @@
66635
66673
  "immutable": true,
66636
66674
  "locationInModule": {
66637
66675
  "filename": "src/release/publisher.ts",
66638
- "line": 1112
66676
+ "line": 1151
66639
66677
  },
66640
66678
  "name": "trustedPublishing",
66641
66679
  "optional": true,
@@ -66653,7 +66691,7 @@
66653
66691
  "immutable": true,
66654
66692
  "locationInModule": {
66655
66693
  "filename": "src/release/publisher.ts",
66656
- "line": 1103
66694
+ "line": 1142
66657
66695
  },
66658
66696
  "name": "twinePasswordSecret",
66659
66697
  "optional": true,
@@ -66671,7 +66709,7 @@
66671
66709
  "immutable": true,
66672
66710
  "locationInModule": {
66673
66711
  "filename": "src/release/publisher.ts",
66674
- "line": 1091
66712
+ "line": 1130
66675
66713
  },
66676
66714
  "name": "twineRegistryUrl",
66677
66715
  "optional": true,
@@ -66689,7 +66727,7 @@
66689
66727
  "immutable": true,
66690
66728
  "locationInModule": {
66691
66729
  "filename": "src/release/publisher.ts",
66692
- "line": 1097
66730
+ "line": 1136
66693
66731
  },
66694
66732
  "name": "twineUsernameSecret",
66695
66733
  "optional": true,
@@ -72091,6 +72129,6 @@
72091
72129
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
72092
72130
  }
72093
72131
  },
72094
- "version": "0.96.3",
72095
- "fingerprint": "Fi3ZSSlu4Atc8J4ODDEQl62abIIeASSocFAbNxmYQkc="
72132
+ "version": "0.96.5",
72133
+ "fingerprint": "T6c0HOzzKI+ae7Eqmd1AtHH/Zp50HJySNo+vyfvP+2o="
72096
72134
  }