projen 0.91.20 → 0.91.22

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 (145) hide show
  1. package/.jsii +87 -70
  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.d.ts +6 -0
  6. package/lib/awscdk/awscdk-app-ts.js +42 -3
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +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/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.d.ts +3 -3
  90. package/lib/object-file.js +5 -5
  91. package/lib/project-build.js +1 -1
  92. package/lib/project-tree.js +1 -1
  93. package/lib/project.js +1 -1
  94. package/lib/projects.js +1 -1
  95. package/lib/projenrc-json.js +2 -2
  96. package/lib/projenrc.js +1 -1
  97. package/lib/python/pip.js +1 -1
  98. package/lib/python/poetry.js +2 -2
  99. package/lib/python/projenrc.js +1 -1
  100. package/lib/python/pytest-sample.js +1 -1
  101. package/lib/python/pytest.js +1 -1
  102. package/lib/python/python-project.js +1 -1
  103. package/lib/python/python-sample.js +1 -1
  104. package/lib/python/requirements-file.js +1 -1
  105. package/lib/python/setuppy.js +1 -1
  106. package/lib/python/setuptools.js +1 -1
  107. package/lib/python/venv.js +1 -1
  108. package/lib/readme.js +1 -1
  109. package/lib/release/bump-type.d.ts +31 -0
  110. package/lib/release/bump-type.js +92 -0
  111. package/lib/release/bump-version.js +85 -103
  112. package/lib/release/commit-tag-version.d.ts +49 -0
  113. package/lib/release/commit-tag-version.js +149 -0
  114. package/lib/release/publisher.js +1 -1
  115. package/lib/release/release-trigger.js +1 -1
  116. package/lib/release/release.d.ts +1 -0
  117. package/lib/release/release.js +2 -2
  118. package/lib/renovatebot.js +1 -1
  119. package/lib/sample-file.js +2 -2
  120. package/lib/semver.js +1 -1
  121. package/lib/source-code.js +1 -1
  122. package/lib/task-runtime.js +1 -1
  123. package/lib/task.js +1 -1
  124. package/lib/tasks.js +1 -1
  125. package/lib/testing.js +1 -1
  126. package/lib/textfile.js +1 -1
  127. package/lib/toml.js +1 -1
  128. package/lib/typescript/projenrc-ts.js +1 -1
  129. package/lib/typescript/projenrc.js +1 -1
  130. package/lib/typescript/typescript-typedoc.js +1 -1
  131. package/lib/typescript/typescript.js +9 -9
  132. package/lib/version.d.ts +1 -0
  133. package/lib/version.js +3 -3
  134. package/lib/vscode/devcontainer.js +1 -1
  135. package/lib/vscode/extensions.js +1 -1
  136. package/lib/vscode/launch-config.js +1 -1
  137. package/lib/vscode/settings.js +1 -1
  138. package/lib/vscode/vscode.js +1 -1
  139. package/lib/web/next.js +3 -3
  140. package/lib/web/postcss.js +1 -1
  141. package/lib/web/react.js +4 -4
  142. package/lib/web/tailwind.js +1 -1
  143. package/lib/xmlfile.js +1 -1
  144. package/lib/yaml.js +1 -1
  145. package/package.json +5 -5
package/.jsii CHANGED
@@ -60,7 +60,7 @@
60
60
  "stability": "experimental"
61
61
  },
62
62
  "homepage": "https://github.com/projen/projen.git",
63
- "jsiiVersion": "5.8.1 (build f749509)",
63
+ "jsiiVersion": "5.8.6 (build 058129f)",
64
64
  "keywords": [
65
65
  "cdk",
66
66
  "cicd",
@@ -6675,7 +6675,7 @@
6675
6675
  },
6676
6676
  {
6677
6677
  "docs": {
6678
- "remarks": "If the array is nested, separate each nested level using a dot (.) in the path parameter.\nIf there is an array as part of the nesting, specify the index in the path.\n\nTo include a literal `.` in the property name, prefix with a `\\`. In most\nprogramming languages you will need to write this as `\"\\\\.\"` because the\n`\\` itself will need to be escaped.\n\nFor example, with the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\"],\n \"lib\": [\"es2019\"]\n ...\n}\n...\n```\n\n```typescript\nproject.tsconfig.file.addToArray('compilerOptions.exclude', 'coverage');\nproject.tsconfig.file.addToArray('compilerOptions.lib', 'dom', 'dom.iterable', 'esnext');\n```\nwould result in the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\", \"coverage\"],\n \"lib\": [\"es2019\", \"dom\", \"dom.iterable\", \"esnext\"]\n ...\n}\n...\n```",
6678
+ "remarks": "If the array is nested, separate each nested level using a dot (.) in the path parameter.\nIf there is an array as part of the nesting, specify the index in the path.\n\nTo include a literal `.` in the property name, prefix with a `\\`. In most\nprogramming languages you will need to write this as `\"\\\\.\"` because the\n`\\` itself will need to be escaped.\n\nFor example, with the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\"],\n \"lib\": [\"es2020\"]\n ...\n}\n...\n```\n\n```typescript\nproject.tsconfig.file.addToArray('compilerOptions.exclude', 'coverage');\nproject.tsconfig.file.addToArray('compilerOptions.lib', 'dom', 'dom.iterable', 'esnext');\n```\nwould result in the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\", \"coverage\"],\n \"lib\": [\"es2020\", \"dom\", \"dom.iterable\", \"esnext\"]\n ...\n}\n...\n```",
6679
6679
  "stability": "experimental",
6680
6680
  "summary": "Adds to an array in the synthesized object file."
6681
6681
  },
@@ -6711,7 +6711,7 @@
6711
6711
  },
6712
6712
  {
6713
6713
  "docs": {
6714
- "remarks": "For example, with the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\"],\n \"lib\": [\"es2019\"]\n ...\n}\n...\n```\n\n```typescript\nproject.tsconfig.file.patch(JsonPatch.add(\"/compilerOptions/exclude/-\", \"coverage\"));\nproject.tsconfig.file.patch(JsonPatch.replace(\"/compilerOptions/lib\", [\"dom\", \"dom.iterable\", \"esnext\"]));\n```\nwould result in the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\", \"coverage\"],\n \"lib\": [\"dom\", \"dom.iterable\", \"esnext\"]\n ...\n}\n...\n```",
6714
+ "remarks": "For example, with the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\"],\n \"lib\": [\"es2020\"]\n ...\n}\n...\n```\n\n```typescript\nproject.tsconfig.file.patch(JsonPatch.add(\"/compilerOptions/exclude/-\", \"coverage\"));\nproject.tsconfig.file.patch(JsonPatch.replace(\"/compilerOptions/lib\", [\"dom\", \"dom.iterable\", \"esnext\"]));\n```\nwould result in the following object file\n```json\n\"compilerOptions\": {\n \"exclude\": [\"node_modules\", \"coverage\"],\n \"lib\": [\"dom\", \"dom.iterable\", \"esnext\"]\n ...\n}\n...\n```",
6715
6715
  "stability": "experimental",
6716
6716
  "summary": "Applies an RFC 6902 JSON-patch to the synthesized object file. See https://datatracker.ietf.org/doc/html/rfc6902 for more information."
6717
6717
  },
@@ -8439,7 +8439,7 @@
8439
8439
  "kind": "class",
8440
8440
  "locationInModule": {
8441
8441
  "filename": "src/version.ts",
8442
- "line": 296
8442
+ "line": 297
8443
8443
  },
8444
8444
  "methods": [
8445
8445
  {
@@ -8450,7 +8450,7 @@
8450
8450
  },
8451
8451
  "locationInModule": {
8452
8452
  "filename": "src/version.ts",
8453
- "line": 305
8453
+ "line": 306
8454
8454
  },
8455
8455
  "name": "everyCommit",
8456
8456
  "parameters": [
@@ -8482,7 +8482,7 @@
8482
8482
  },
8483
8483
  "locationInModule": {
8484
8484
  "filename": "src/version.ts",
8485
- "line": 352
8485
+ "line": 353
8486
8486
  },
8487
8487
  "name": "exec",
8488
8488
  "parameters": [
@@ -8508,7 +8508,7 @@
8508
8508
  },
8509
8509
  "locationInModule": {
8510
8510
  "filename": "src/version.ts",
8511
- "line": 339
8511
+ "line": 340
8512
8512
  },
8513
8513
  "name": "featuresAndFixes",
8514
8514
  "parameters": [
@@ -8539,7 +8539,7 @@
8539
8539
  },
8540
8540
  "locationInModule": {
8541
8541
  "filename": "src/version.ts",
8542
- "line": 320
8542
+ "line": 321
8543
8543
  },
8544
8544
  "name": "ofType",
8545
8545
  "parameters": [
@@ -8585,7 +8585,7 @@
8585
8585
  },
8586
8586
  "locationInModule": {
8587
8587
  "filename": "src/version.ts",
8588
- "line": 356
8588
+ "line": 357
8589
8589
  },
8590
8590
  "name": "cmd",
8591
8591
  "type": {
@@ -11689,7 +11689,7 @@
11689
11689
  },
11690
11690
  "locationInModule": {
11691
11691
  "filename": "src/version.ts",
11692
- "line": 127
11692
+ "line": 128
11693
11693
  },
11694
11694
  "parameters": [
11695
11695
  {
@@ -11709,7 +11709,7 @@
11709
11709
  "kind": "class",
11710
11710
  "locationInModule": {
11711
11711
  "filename": "src/version.ts",
11712
- "line": 95
11712
+ "line": 96
11713
11713
  },
11714
11714
  "methods": [
11715
11715
  {
@@ -11720,7 +11720,7 @@
11720
11720
  },
11721
11721
  "locationInModule": {
11722
11722
  "filename": "src/version.ts",
11723
- "line": 216
11723
+ "line": 217
11724
11724
  },
11725
11725
  "name": "envForBranch",
11726
11726
  "parameters": [
@@ -11754,7 +11754,7 @@
11754
11754
  "immutable": true,
11755
11755
  "locationInModule": {
11756
11756
  "filename": "src/version.ts",
11757
- "line": 99
11757
+ "line": 100
11758
11758
  },
11759
11759
  "name": "STANDARD_VERSION",
11760
11760
  "static": true,
@@ -11771,7 +11771,7 @@
11771
11771
  "immutable": true,
11772
11772
  "locationInModule": {
11773
11773
  "filename": "src/version.ts",
11774
- "line": 123
11774
+ "line": 124
11775
11775
  },
11776
11776
  "name": "bumpPackage",
11777
11777
  "type": {
@@ -11785,7 +11785,7 @@
11785
11785
  "immutable": true,
11786
11786
  "locationInModule": {
11787
11787
  "filename": "src/version.ts",
11788
- "line": 101
11788
+ "line": 102
11789
11789
  },
11790
11790
  "name": "bumpTask",
11791
11791
  "type": {
@@ -11800,7 +11800,7 @@
11800
11800
  "immutable": true,
11801
11801
  "locationInModule": {
11802
11802
  "filename": "src/version.ts",
11803
- "line": 107
11803
+ "line": 108
11804
11804
  },
11805
11805
  "name": "changelogFileName",
11806
11806
  "type": {
@@ -11815,7 +11815,7 @@
11815
11815
  "immutable": true,
11816
11816
  "locationInModule": {
11817
11817
  "filename": "src/version.ts",
11818
- "line": 117
11818
+ "line": 118
11819
11819
  },
11820
11820
  "name": "releaseTagFileName",
11821
11821
  "type": {
@@ -11829,7 +11829,7 @@
11829
11829
  "immutable": true,
11830
11830
  "locationInModule": {
11831
11831
  "filename": "src/version.ts",
11832
- "line": 102
11832
+ "line": 103
11833
11833
  },
11834
11834
  "name": "unbumpTask",
11835
11835
  "type": {
@@ -11844,7 +11844,7 @@
11844
11844
  "immutable": true,
11845
11845
  "locationInModule": {
11846
11846
  "filename": "src/version.ts",
11847
- "line": 112
11847
+ "line": 113
11848
11848
  },
11849
11849
  "name": "versionFileName",
11850
11850
  "type": {
@@ -11865,7 +11865,7 @@
11865
11865
  "kind": "interface",
11866
11866
  "locationInModule": {
11867
11867
  "filename": "src/version.ts",
11868
- "line": 255
11868
+ "line": 256
11869
11869
  },
11870
11870
  "name": "VersionBranchOptions",
11871
11871
  "properties": [
@@ -11878,7 +11878,7 @@
11878
11878
  "immutable": true,
11879
11879
  "locationInModule": {
11880
11880
  "filename": "src/version.ts",
11881
- "line": 259
11881
+ "line": 260
11882
11882
  },
11883
11883
  "name": "majorVersion",
11884
11884
  "optional": true,
@@ -11895,7 +11895,7 @@
11895
11895
  "immutable": true,
11896
11896
  "locationInModule": {
11897
11897
  "filename": "src/version.ts",
11898
- "line": 264
11898
+ "line": 265
11899
11899
  },
11900
11900
  "name": "minMajorVersion",
11901
11901
  "optional": true,
@@ -11912,7 +11912,7 @@
11912
11912
  "immutable": true,
11913
11913
  "locationInModule": {
11914
11914
  "filename": "src/version.ts",
11915
- "line": 269
11915
+ "line": 270
11916
11916
  },
11917
11917
  "name": "minorVersion",
11918
11918
  "optional": true,
@@ -11930,7 +11930,7 @@
11930
11930
  "immutable": true,
11931
11931
  "locationInModule": {
11932
11932
  "filename": "src/version.ts",
11933
- "line": 276
11933
+ "line": 277
11934
11934
  },
11935
11935
  "name": "prerelease",
11936
11936
  "optional": true,
@@ -11949,7 +11949,7 @@
11949
11949
  "immutable": true,
11950
11950
  "locationInModule": {
11951
11951
  "filename": "src/version.ts",
11952
- "line": 290
11952
+ "line": 291
11953
11953
  },
11954
11954
  "name": "tagPrefix",
11955
11955
  "optional": true,
@@ -12031,14 +12031,14 @@
12031
12031
  "abstract": true,
12032
12032
  "docs": {
12033
12033
  "default": "- The next version will be determined based on the commit history and project settings.",
12034
- "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.",
12034
+ "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n- `$SUGGESTED_BUMP`: the suggested bump action based on commits. One of `major|minor|patch|none`.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.",
12035
12035
  "stability": "experimental",
12036
12036
  "summary": "A shell command to control the next version to release."
12037
12037
  },
12038
12038
  "immutable": true,
12039
12039
  "locationInModule": {
12040
12040
  "filename": "src/version.ts",
12041
- "line": 92
12041
+ "line": 93
12042
12042
  },
12043
12043
  "name": "nextVersionCommand",
12044
12044
  "optional": true,
@@ -13965,7 +13965,7 @@
13965
13965
  },
13966
13966
  "locationInModule": {
13967
13967
  "filename": "src/awscdk/awscdk-app-ts.ts",
13968
- "line": 108
13968
+ "line": 112
13969
13969
  },
13970
13970
  "parameters": [
13971
13971
  {
@@ -13979,7 +13979,7 @@
13979
13979
  "kind": "class",
13980
13980
  "locationInModule": {
13981
13981
  "filename": "src/awscdk/awscdk-app-ts.ts",
13982
- "line": 83
13982
+ "line": 87
13983
13983
  },
13984
13984
  "methods": [
13985
13985
  {
@@ -14018,7 +14018,7 @@
14018
14018
  "immutable": true,
14019
14019
  "locationInModule": {
14020
14020
  "filename": "src/awscdk/awscdk-app-ts.ts",
14021
- "line": 94
14021
+ "line": 98
14022
14022
  },
14023
14023
  "name": "appEntrypoint",
14024
14024
  "type": {
@@ -14033,7 +14033,7 @@
14033
14033
  "immutable": true,
14034
14034
  "locationInModule": {
14035
14035
  "filename": "src/awscdk/awscdk-app-ts.ts",
14036
- "line": 104
14036
+ "line": 108
14037
14037
  },
14038
14038
  "name": "cdkConfig",
14039
14039
  "type": {
@@ -14047,7 +14047,7 @@
14047
14047
  "immutable": true,
14048
14048
  "locationInModule": {
14049
14049
  "filename": "src/awscdk/awscdk-app-ts.ts",
14050
- "line": 106
14050
+ "line": 110
14051
14051
  },
14052
14052
  "name": "cdkDeps",
14053
14053
  "type": {
@@ -14062,7 +14062,7 @@
14062
14062
  "immutable": true,
14063
14063
  "locationInModule": {
14064
14064
  "filename": "src/awscdk/awscdk-app-ts.ts",
14065
- "line": 99
14065
+ "line": 103
14066
14066
  },
14067
14067
  "name": "cdkTasks",
14068
14068
  "type": {
@@ -14077,7 +14077,7 @@
14077
14077
  "immutable": true,
14078
14078
  "locationInModule": {
14079
14079
  "filename": "src/awscdk/awscdk-app-ts.ts",
14080
- "line": 87
14080
+ "line": 91
14081
14081
  },
14082
14082
  "name": "cdkVersion",
14083
14083
  "type": {
@@ -14107,6 +14107,23 @@
14107
14107
  "name": "AwsCdkTypeScriptAppOptions",
14108
14108
  "namespace": "awscdk",
14109
14109
  "properties": [
14110
+ {
14111
+ "abstract": true,
14112
+ "docs": {
14113
+ "stability": "experimental",
14114
+ "summary": "The command line to execute in order to synthesize the CDK application (language specific)."
14115
+ },
14116
+ "immutable": true,
14117
+ "locationInModule": {
14118
+ "filename": "src/awscdk/awscdk-app-ts.ts",
14119
+ "line": 30
14120
+ },
14121
+ "name": "app",
14122
+ "optional": true,
14123
+ "type": {
14124
+ "primitive": "string"
14125
+ }
14126
+ },
14110
14127
  {
14111
14128
  "abstract": true,
14112
14129
  "docs": {
@@ -14135,7 +14152,7 @@
14135
14152
  "immutable": true,
14136
14153
  "locationInModule": {
14137
14154
  "filename": "src/awscdk/awscdk-app-ts.ts",
14138
- "line": 43
14155
+ "line": 47
14139
14156
  },
14140
14157
  "name": "edgeLambdaAutoDiscover",
14141
14158
  "optional": true,
@@ -14153,7 +14170,7 @@
14153
14170
  "immutable": true,
14154
14171
  "locationInModule": {
14155
14172
  "filename": "src/awscdk/awscdk-app-ts.ts",
14156
- "line": 68
14173
+ "line": 72
14157
14174
  },
14158
14175
  "name": "experimentalIntegRunner",
14159
14176
  "optional": true,
@@ -14171,7 +14188,7 @@
14171
14188
  "immutable": true,
14172
14189
  "locationInModule": {
14173
14190
  "filename": "src/awscdk/awscdk-app-ts.ts",
14174
- "line": 60
14191
+ "line": 64
14175
14192
  },
14176
14193
  "name": "integrationTestAutoDiscover",
14177
14194
  "optional": true,
@@ -14189,7 +14206,7 @@
14189
14206
  "immutable": true,
14190
14207
  "locationInModule": {
14191
14208
  "filename": "src/awscdk/awscdk-app-ts.ts",
14192
- "line": 34
14209
+ "line": 38
14193
14210
  },
14194
14211
  "name": "lambdaAutoDiscover",
14195
14212
  "optional": true,
@@ -14207,7 +14224,7 @@
14207
14224
  "immutable": true,
14208
14225
  "locationInModule": {
14209
14226
  "filename": "src/awscdk/awscdk-app-ts.ts",
14210
- "line": 52
14227
+ "line": 56
14211
14228
  },
14212
14229
  "name": "lambdaExtensionAutoDiscover",
14213
14230
  "optional": true,
@@ -14225,7 +14242,7 @@
14225
14242
  "immutable": true,
14226
14243
  "locationInModule": {
14227
14244
  "filename": "src/awscdk/awscdk-app-ts.ts",
14228
- "line": 75
14245
+ "line": 79
14229
14246
  },
14230
14247
  "name": "lambdaOptions",
14231
14248
  "optional": true,
@@ -58274,7 +58291,7 @@
58274
58291
  "kind": "interface",
58275
58292
  "locationInModule": {
58276
58293
  "filename": "src/release/release.ts",
58277
- "line": 794
58294
+ "line": 795
58278
58295
  },
58279
58296
  "name": "BranchOptions",
58280
58297
  "namespace": "release",
@@ -58288,7 +58305,7 @@
58288
58305
  "immutable": true,
58289
58306
  "locationInModule": {
58290
58307
  "filename": "src/release/release.ts",
58291
- "line": 804
58308
+ "line": 805
58292
58309
  },
58293
58310
  "name": "majorVersion",
58294
58311
  "type": {
@@ -58304,7 +58321,7 @@
58304
58321
  "immutable": true,
58305
58322
  "locationInModule": {
58306
58323
  "filename": "src/release/release.ts",
58307
- "line": 809
58324
+ "line": 810
58308
58325
  },
58309
58326
  "name": "minMajorVersion",
58310
58327
  "optional": true,
@@ -58321,7 +58338,7 @@
58321
58338
  "immutable": true,
58322
58339
  "locationInModule": {
58323
58340
  "filename": "src/release/release.ts",
58324
- "line": 814
58341
+ "line": 815
58325
58342
  },
58326
58343
  "name": "minorVersion",
58327
58344
  "optional": true,
@@ -58339,7 +58356,7 @@
58339
58356
  "immutable": true,
58340
58357
  "locationInModule": {
58341
58358
  "filename": "src/release/release.ts",
58342
- "line": 842
58359
+ "line": 843
58343
58360
  },
58344
58361
  "name": "npmDistTag",
58345
58362
  "optional": true,
@@ -58357,7 +58374,7 @@
58357
58374
  "immutable": true,
58358
58375
  "locationInModule": {
58359
58376
  "filename": "src/release/release.ts",
58360
- "line": 821
58377
+ "line": 822
58361
58378
  },
58362
58379
  "name": "prerelease",
58363
58380
  "optional": true,
@@ -58376,7 +58393,7 @@
58376
58393
  "immutable": true,
58377
58394
  "locationInModule": {
58378
58395
  "filename": "src/release/release.ts",
58379
- "line": 835
58396
+ "line": 836
58380
58397
  },
58381
58398
  "name": "tagPrefix",
58382
58399
  "optional": true,
@@ -58394,7 +58411,7 @@
58394
58411
  "immutable": true,
58395
58412
  "locationInModule": {
58396
58413
  "filename": "src/release/release.ts",
58397
- "line": 799
58414
+ "line": 800
58398
58415
  },
58399
58416
  "name": "workflowName",
58400
58417
  "optional": true,
@@ -60245,7 +60262,7 @@
60245
60262
  },
60246
60263
  "locationInModule": {
60247
60264
  "filename": "src/release/release.ts",
60248
- "line": 384
60265
+ "line": 385
60249
60266
  },
60250
60267
  "parameters": [
60251
60268
  {
@@ -60271,7 +60288,7 @@
60271
60288
  "kind": "class",
60272
60289
  "locationInModule": {
60273
60290
  "filename": "src/release/release.ts",
60274
- "line": 340
60291
+ "line": 341
60275
60292
  },
60276
60293
  "methods": [
60277
60294
  {
@@ -60281,7 +60298,7 @@
60281
60298
  },
60282
60299
  "locationInModule": {
60283
60300
  "filename": "src/release/release.ts",
60284
- "line": 348
60301
+ "line": 349
60285
60302
  },
60286
60303
  "name": "of",
60287
60304
  "parameters": [
@@ -60308,7 +60325,7 @@
60308
60325
  },
60309
60326
  "locationInModule": {
60310
60327
  "filename": "src/release/release.ts",
60311
- "line": 521
60328
+ "line": 522
60312
60329
  },
60313
60330
  "name": "addBranch",
60314
60331
  "parameters": [
@@ -60339,7 +60356,7 @@
60339
60356
  },
60340
60357
  "locationInModule": {
60341
60358
  "filename": "src/release/release.ts",
60342
- "line": 588
60359
+ "line": 589
60343
60360
  },
60344
60361
  "name": "addJobs",
60345
60362
  "parameters": [
@@ -60366,7 +60383,7 @@
60366
60383
  },
60367
60384
  "locationInModule": {
60368
60385
  "filename": "src/release/release.ts",
60369
- "line": 571
60386
+ "line": 572
60370
60387
  },
60371
60388
  "name": "preSynthesize",
60372
60389
  "overrides": "projen.Component"
@@ -60383,7 +60400,7 @@
60383
60400
  "immutable": true,
60384
60401
  "locationInModule": {
60385
60402
  "filename": "src/release/release.ts",
60386
- "line": 341
60403
+ "line": 342
60387
60404
  },
60388
60405
  "name": "ANTI_TAMPER_CMD",
60389
60406
  "static": true,
@@ -60399,7 +60416,7 @@
60399
60416
  "immutable": true,
60400
60417
  "locationInModule": {
60401
60418
  "filename": "src/release/release.ts",
60402
- "line": 361
60419
+ "line": 362
60403
60420
  },
60404
60421
  "name": "artifactsDirectory",
60405
60422
  "type": {
@@ -60414,7 +60431,7 @@
60414
60431
  "immutable": true,
60415
60432
  "locationInModule": {
60416
60433
  "filename": "src/release/release.ts",
60417
- "line": 597
60434
+ "line": 598
60418
60435
  },
60419
60436
  "name": "branches",
60420
60437
  "type": {
@@ -60434,7 +60451,7 @@
60434
60451
  "immutable": true,
60435
60452
  "locationInModule": {
60436
60453
  "filename": "src/release/release.ts",
60437
- "line": 356
60454
+ "line": 357
60438
60455
  },
60439
60456
  "name": "publisher",
60440
60457
  "type": {
@@ -60458,7 +60475,7 @@
60458
60475
  "kind": "interface",
60459
60476
  "locationInModule": {
60460
60477
  "filename": "src/release/release.ts",
60461
- "line": 280
60478
+ "line": 281
60462
60479
  },
60463
60480
  "name": "ReleaseOptions",
60464
60481
  "namespace": "release",
@@ -60473,7 +60490,7 @@
60473
60490
  "immutable": true,
60474
60491
  "locationInModule": {
60475
60492
  "filename": "src/release/release.ts",
60476
- "line": 317
60493
+ "line": 318
60477
60494
  },
60478
60495
  "name": "artifactsDirectory",
60479
60496
  "type": {
@@ -60490,7 +60507,7 @@
60490
60507
  "immutable": true,
60491
60508
  "locationInModule": {
60492
60509
  "filename": "src/release/release.ts",
60493
- "line": 303
60510
+ "line": 304
60494
60511
  },
60495
60512
  "name": "branch",
60496
60513
  "type": {
@@ -60507,7 +60524,7 @@
60507
60524
  "immutable": true,
60508
60525
  "locationInModule": {
60509
60526
  "filename": "src/release/release.ts",
60510
- "line": 286
60527
+ "line": 287
60511
60528
  },
60512
60529
  "name": "task",
60513
60530
  "type": {
@@ -60524,7 +60541,7 @@
60524
60541
  "immutable": true,
60525
60542
  "locationInModule": {
60526
60543
  "filename": "src/release/release.ts",
60527
- "line": 293
60544
+ "line": 294
60528
60545
  },
60529
60546
  "name": "versionFile",
60530
60547
  "type": {
@@ -60541,7 +60558,7 @@
60541
60558
  "immutable": true,
60542
60559
  "locationInModule": {
60543
60560
  "filename": "src/release/release.ts",
60544
- "line": 310
60561
+ "line": 311
60545
60562
  },
60546
60563
  "name": "githubRelease",
60547
60564
  "optional": true,
@@ -60560,7 +60577,7 @@
60560
60577
  "immutable": true,
60561
60578
  "locationInModule": {
60562
60579
  "filename": "src/release/release.ts",
60563
- "line": 326
60580
+ "line": 327
60564
60581
  },
60565
60582
  "name": "workflowNodeVersion",
60566
60583
  "optional": true,
@@ -60578,7 +60595,7 @@
60578
60595
  "immutable": true,
60579
60596
  "locationInModule": {
60580
60597
  "filename": "src/release/release.ts",
60581
- "line": 332
60598
+ "line": 333
60582
60599
  },
60583
60600
  "name": "workflowPermissions",
60584
60601
  "optional": true,
@@ -60684,14 +60701,14 @@
60684
60701
  "abstract": true,
60685
60702
  "docs": {
60686
60703
  "default": "- The next version will be determined based on the commit history and project settings.",
60687
- "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.\n\nThis setting cannot be specified together with `minMajorVersion`; the invoked\nscript can be used to achieve the effects of `minMajorVersion`.",
60704
+ "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n- `$SUGGESTED_BUMP`: the suggested bump action based on commits. One of `major|minor|patch|none`.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.\n\nThis setting cannot be specified together with `minMajorVersion`; the invoked\nscript can be used to achieve the effects of `minMajorVersion`.",
60688
60705
  "stability": "experimental",
60689
60706
  "summary": "A shell command to control the next version to release."
60690
60707
  },
60691
60708
  "immutable": true,
60692
60709
  "locationInModule": {
60693
60710
  "filename": "src/release/release.ts",
60694
- "line": 274
60711
+ "line": 275
60695
60712
  },
60696
60713
  "name": "nextVersionCommand",
60697
60714
  "optional": true,
@@ -65579,6 +65596,6 @@
65579
65596
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
65580
65597
  }
65581
65598
  },
65582
- "version": "0.91.20",
65583
- "fingerprint": "T90bR4Gm08Bz5FSZR7hwt6WfeblFP5sW+uKP6TxiohE="
65599
+ "version": "0.91.22",
65600
+ "fingerprint": "HEiAiz+TBjfr3gB3tt/ix2K0PyJGH0d64OcRNhNu5l0="
65584
65601
  }