projen 0.96.4 → 0.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/.jsii +74 -74
  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.d.ts +2 -2
  16. package/lib/awscdk/lambda-function.js +5 -5
  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 +1 -1
  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/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/auto-queue.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/merge-queue.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-backport.js +1 -1
  51. package/lib/github/pull-request-lint.js +1 -1
  52. package/lib/github/stale.js +1 -1
  53. package/lib/github/task-workflow-job.js +1 -1
  54. package/lib/github/task-workflow.js +1 -1
  55. package/lib/github/workflow-actions.js +1 -1
  56. package/lib/github/workflow-jobs.js +1 -1
  57. package/lib/github/workflow-steps.js +1 -1
  58. package/lib/github/workflows.js +1 -1
  59. package/lib/gitlab/configuration.js +1 -1
  60. package/lib/gitlab/gitlab-configuration.js +1 -1
  61. package/lib/gitlab/nested-configuration.js +1 -1
  62. package/lib/gitpod.js +1 -1
  63. package/lib/ignore-file.js +1 -1
  64. package/lib/ini.js +1 -1
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +2 -2
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/biome/biome.js +1 -1
  73. package/lib/javascript/bundler.d.ts +2 -2
  74. package/lib/javascript/bundler.js +3 -3
  75. package/lib/javascript/eslint.js +1 -1
  76. package/lib/javascript/jest.js +4 -4
  77. package/lib/javascript/license-checker.js +1 -1
  78. package/lib/javascript/node-package.js +1 -1
  79. package/lib/javascript/node-project.js +1 -1
  80. package/lib/javascript/npm-config.js +1 -1
  81. package/lib/javascript/prettier.js +1 -1
  82. package/lib/javascript/projenrc.js +1 -1
  83. package/lib/javascript/typescript-config.js +2 -2
  84. package/lib/javascript/upgrade-dependencies.js +2 -2
  85. package/lib/javascript/yarnrc.js +1 -1
  86. package/lib/json-patch.js +1 -1
  87. package/lib/json.js +1 -1
  88. package/lib/license.js +1 -1
  89. package/lib/logger.js +1 -1
  90. package/lib/makefile.js +1 -1
  91. package/lib/object-file.js +1 -1
  92. package/lib/project-build.js +1 -1
  93. package/lib/project-tree.js +1 -1
  94. package/lib/project.js +1 -1
  95. package/lib/projects.js +1 -1
  96. package/lib/projenrc-json.js +2 -2
  97. package/lib/projenrc.js +1 -1
  98. package/lib/python/pip.js +1 -1
  99. package/lib/python/poetry.js +2 -2
  100. package/lib/python/projenrc.js +1 -1
  101. package/lib/python/pytest-sample.js +1 -1
  102. package/lib/python/pytest.js +1 -1
  103. package/lib/python/python-project.js +1 -1
  104. package/lib/python/python-sample.js +1 -1
  105. package/lib/python/requirements-file.js +1 -1
  106. package/lib/python/setuppy.js +1 -1
  107. package/lib/python/setuptools.js +1 -1
  108. package/lib/python/venv.js +1 -1
  109. package/lib/readme.js +1 -1
  110. package/lib/release/publisher.js +18 -2
  111. package/lib/release/release-trigger.js +1 -1
  112. package/lib/release/release.js +1 -1
  113. package/lib/renovatebot.js +1 -1
  114. package/lib/sample-file.js +2 -2
  115. package/lib/semver.js +1 -1
  116. package/lib/source-code.js +1 -1
  117. package/lib/task-runtime.js +1 -1
  118. package/lib/task.js +1 -1
  119. package/lib/tasks.js +1 -1
  120. package/lib/testing.js +1 -1
  121. package/lib/textfile.js +1 -1
  122. package/lib/toml.js +1 -1
  123. package/lib/typescript/projenrc-ts.js +1 -1
  124. package/lib/typescript/projenrc.js +1 -1
  125. package/lib/typescript/typescript-typedoc.js +1 -1
  126. package/lib/typescript/typescript.js +6 -6
  127. package/lib/version.js +2 -2
  128. package/lib/vscode/devcontainer.js +1 -1
  129. package/lib/vscode/extensions.js +1 -1
  130. package/lib/vscode/launch-config.js +1 -1
  131. package/lib/vscode/settings.js +1 -1
  132. package/lib/vscode/vscode.js +1 -1
  133. package/lib/web/next.js +3 -3
  134. package/lib/web/postcss.js +1 -1
  135. package/lib/web/react.js +4 -4
  136. package/lib/web/tailwind.js +1 -1
  137. package/lib/xmlfile.js +1 -1
  138. package/lib/yaml.js +1 -1
  139. package/package.json +1 -1
package/.jsii CHANGED
@@ -15728,7 +15728,7 @@
15728
15728
  {
15729
15729
  "abstract": true,
15730
15730
  "docs": {
15731
- "default": "Runtime.NODEJS_18_X",
15731
+ "default": "Runtime.NODEJS_22_X",
15732
15732
  "stability": "experimental",
15733
15733
  "summary": "The node.js version to target."
15734
15734
  },
@@ -15968,8 +15968,8 @@
15968
15968
  {
15969
15969
  "const": true,
15970
15970
  "docs": {
15971
- "remarks": "Advanced notice: Node.js 18 runtime will be deprecated on Jul 31, 2025",
15972
- "stability": "experimental",
15971
+ "deprecated": ": Node.js 18 runtime has been deprecated on Sep 1, 2025",
15972
+ "stability": "deprecated",
15973
15973
  "summary": "Node.js 18.x."
15974
15974
  },
15975
15975
  "immutable": true,
@@ -41018,7 +41018,7 @@
41018
41018
  "abstract": true,
41019
41019
  "docs": {
41020
41020
  "default": "- no additional esbuild arguments are passed",
41021
- "remarks": "For example, to add the [--log-limit](https://esbuild.github.io/api/#log-limit) flag:\n\n```text\nproject.bundler.addBundle(\"./src/hello.ts\", {\n platform: \"node\",\n target: \"node18\",\n sourcemap: true,\n format: \"esm\",\n esbuildArgs: {\n \"--log-limit\": \"0\",\n },\n});\n```",
41021
+ "remarks": "For example, to add the [--log-limit](https://esbuild.github.io/api/#log-limit) flag:\n\n```text\nproject.bundler.addBundle(\"./src/hello.ts\", {\n platform: \"node\",\n target: \"node22\",\n sourcemap: true,\n format: \"esm\",\n esbuildArgs: {\n \"--log-limit\": \"0\",\n },\n});\n```",
41022
41022
  "stability": "experimental",
41023
41023
  "summary": "Build arguments to pass into esbuild."
41024
41024
  },
@@ -50535,7 +50535,7 @@
50535
50535
  },
50536
50536
  {
50537
50537
  "docs": {
50538
- "remarks": "Thus will run compilation tasks (using tsc, etc.) before running file\nthrough bundling step.\n\nThis is only required unless you are using new experimental features that\nare not supported by `esbuild` but are supported by typescript's `tsc`\ncompiler. One example of such feature is `emitDecoratorMetadata`.\n\n```typescript\n// In a TypeScript project with output configured\n// to go to the \"lib\" directory:\nconst project = new TypeScriptProject({\n name: \"test\",\n defaultReleaseBranch: \"main\",\n tsconfig: {\n compilerOptions: {\n outDir: \"lib\",\n },\n },\n bundlerOptions: {\n // ensure we compile with `tsc` before bundling\n runBundleTask: RunBundleTask.POST_COMPILE,\n },\n});\n\n// Tell the bundler to bundle the compiled results (from the \"lib\" directory)\nproject.bundler.addBundle(\"./lib/index.js\", {\n platform: \"node\",\n target: \"node18\",\n sourcemap: false,\n format: \"esm\",\n});\n```",
50538
+ "remarks": "Thus will run compilation tasks (using tsc, etc.) before running file\nthrough bundling step.\n\nThis is only required unless you are using new experimental features that\nare not supported by `esbuild` but are supported by typescript's `tsc`\ncompiler. One example of such feature is `emitDecoratorMetadata`.\n\n```typescript\n// In a TypeScript project with output configured\n// to go to the \"lib\" directory:\nconst project = new TypeScriptProject({\n name: \"test\",\n defaultReleaseBranch: \"main\",\n tsconfig: {\n compilerOptions: {\n outDir: \"lib\",\n },\n },\n bundlerOptions: {\n // ensure we compile with `tsc` before bundling\n runBundleTask: RunBundleTask.POST_COMPILE,\n },\n});\n\n// Tell the bundler to bundle the compiled results (from the \"lib\" directory)\nproject.bundler.addBundle(\"./lib/index.js\", {\n platform: \"node\",\n target: \"node22\",\n sourcemap: false,\n format: \"esm\",\n});\n```",
50539
50539
  "stability": "experimental",
50540
50540
  "summary": "Bundle automatically after compilation. This is useful if you want to bundle the compiled results."
50541
50541
  },
@@ -64806,7 +64806,7 @@
64806
64806
  "kind": "enum",
64807
64807
  "locationInModule": {
64808
64808
  "filename": "src/release/publisher.ts",
64809
- "line": 1032
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": 1050
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": 1066
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": 1056
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": 1086
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": 1077
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": 906
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": 943
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": 925
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": 916
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": 931
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": 1394
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": 1357
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": 1350
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": 1343
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": 1401
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": 1357
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": 1350
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": 1343
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": 1412
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": 1419
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": 1405
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": 1282
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": 1315
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": 1334
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": 1301
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": 1291
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": 1308
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": 1327
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": 1321
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": 1277
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": 1188
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": 949
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": 1148
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": 1092
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": 1193
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": 1199
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": 1234
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": 1225
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": 1260
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": 1215
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": 1208
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": 1271
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": 1247
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": 954
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": 1026
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": 972
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": 1019
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": 993
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": 986
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": 1006
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": 1153
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": 1159
65930
+ "line": 1186
65931
65931
  },
65932
65932
  "name": "nugetApiKeySecret",
65933
65933
  "optional": true,
@@ -65944,7 +65944,7 @@
65944
65944
  "immutable": true,
65945
65945
  "locationInModule": {
65946
65946
  "filename": "src/release/publisher.ts",
65947
- "line": 1164
65947
+ "line": 1191
65948
65948
  },
65949
65949
  "name": "nugetServer",
65950
65950
  "optional": true,
@@ -65963,7 +65963,7 @@
65963
65963
  "immutable": true,
65964
65964
  "locationInModule": {
65965
65965
  "filename": "src/release/publisher.ts",
65966
- "line": 1182
65966
+ "line": 1209
65967
65967
  },
65968
65968
  "name": "nugetUsernameSecret",
65969
65969
  "optional": true,
@@ -65982,7 +65982,7 @@
65982
65982
  "immutable": true,
65983
65983
  "locationInModule": {
65984
65984
  "filename": "src/release/publisher.ts",
65985
- "line": 1173
65985
+ "line": 1200
65986
65986
  },
65987
65987
  "name": "trustedPublishing",
65988
65988
  "optional": true,
@@ -66136,7 +66136,7 @@
66136
66136
  },
66137
66137
  "locationInModule": {
66138
66138
  "filename": "src/release/publisher.ts",
66139
- "line": 624
66139
+ "line": 651
66140
66140
  },
66141
66141
  "name": "publishToGo",
66142
66142
  "parameters": [
@@ -66159,7 +66159,7 @@
66159
66159
  },
66160
66160
  "locationInModule": {
66161
66161
  "filename": "src/release/publisher.ts",
66162
- "line": 465
66162
+ "line": 481
66163
66163
  },
66164
66164
  "name": "publishToMaven",
66165
66165
  "parameters": [
@@ -66205,7 +66205,7 @@
66205
66205
  },
66206
66206
  "locationInModule": {
66207
66207
  "filename": "src/release/publisher.ts",
66208
- "line": 419
66208
+ "line": 427
66209
66209
  },
66210
66210
  "name": "publishToNuget",
66211
66211
  "parameters": [
@@ -66228,7 +66228,7 @@
66228
66228
  },
66229
66229
  "locationInModule": {
66230
66230
  "filename": "src/release/publisher.ts",
66231
- "line": 537
66231
+ "line": 553
66232
66232
  },
66233
66233
  "name": "publishToPyPi",
66234
66234
  "parameters": [
@@ -66619,7 +66619,7 @@
66619
66619
  "kind": "interface",
66620
66620
  "locationInModule": {
66621
66621
  "filename": "src/release/publisher.ts",
66622
- "line": 1097
66622
+ "line": 1124
66623
66623
  },
66624
66624
  "name": "PyPiPublishOptions",
66625
66625
  "namespace": "release",
@@ -66636,7 +66636,7 @@
66636
66636
  "immutable": true,
66637
66637
  "locationInModule": {
66638
66638
  "filename": "src/release/publisher.ts",
66639
- "line": 1135
66639
+ "line": 1162
66640
66640
  },
66641
66641
  "name": "attestations",
66642
66642
  "optional": true,
@@ -66654,7 +66654,7 @@
66654
66654
  "immutable": true,
66655
66655
  "locationInModule": {
66656
66656
  "filename": "src/release/publisher.ts",
66657
- "line": 1142
66657
+ "line": 1169
66658
66658
  },
66659
66659
  "name": "codeArtifactOptions",
66660
66660
  "optional": true,
@@ -66673,7 +66673,7 @@
66673
66673
  "immutable": true,
66674
66674
  "locationInModule": {
66675
66675
  "filename": "src/release/publisher.ts",
66676
- "line": 1124
66676
+ "line": 1151
66677
66677
  },
66678
66678
  "name": "trustedPublishing",
66679
66679
  "optional": true,
@@ -66691,7 +66691,7 @@
66691
66691
  "immutable": true,
66692
66692
  "locationInModule": {
66693
66693
  "filename": "src/release/publisher.ts",
66694
- "line": 1115
66694
+ "line": 1142
66695
66695
  },
66696
66696
  "name": "twinePasswordSecret",
66697
66697
  "optional": true,
@@ -66709,7 +66709,7 @@
66709
66709
  "immutable": true,
66710
66710
  "locationInModule": {
66711
66711
  "filename": "src/release/publisher.ts",
66712
- "line": 1103
66712
+ "line": 1130
66713
66713
  },
66714
66714
  "name": "twineRegistryUrl",
66715
66715
  "optional": true,
@@ -66727,7 +66727,7 @@
66727
66727
  "immutable": true,
66728
66728
  "locationInModule": {
66729
66729
  "filename": "src/release/publisher.ts",
66730
- "line": 1109
66730
+ "line": 1136
66731
66731
  },
66732
66732
  "name": "twineUsernameSecret",
66733
66733
  "optional": true,
@@ -72129,6 +72129,6 @@
72129
72129
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
72130
72130
  }
72131
72131
  },
72132
- "version": "0.96.4",
72133
- "fingerprint": "uUuckgUoJts82/yNpYsWNWb237mt7a4csWYvE6cKXtw="
72132
+ "version": "0.97.0",
72133
+ "fingerprint": "hmKxtG4QzH5kEfiZSkRpmyNE/QCRwmcgjPrRwY0F3V0="
72134
72134
  }