projen 0.101.28 → 0.101.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/.jsii +362 -169
  2. package/README.md +1 -1
  3. package/lib/ai-instructions.js +2 -2
  4. package/lib/awscdk/auto-discover.js +6 -6
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +1 -1
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.js +1 -1
  11. package/lib/awscdk/awscdk-deps-py.js +1 -1
  12. package/lib/awscdk/awscdk-deps.js +1 -1
  13. package/lib/awscdk/cdk-config.js +3 -3
  14. package/lib/awscdk/cdk-tasks.js +1 -1
  15. package/lib/awscdk/integration-test.js +1 -1
  16. package/lib/awscdk/lambda-extension.js +1 -1
  17. package/lib/awscdk/lambda-function.js +2 -2
  18. package/lib/build/build-workflow.js +1 -1
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-build.js +1 -1
  23. package/lib/cdk/jsii-docgen.js +1 -1
  24. package/lib/cdk/jsii-project.js +1 -1
  25. package/lib/cdk8s/auto-discover.js +2 -2
  26. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  28. package/lib/cdk8s/cdk8s-construct.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  30. package/lib/cdk8s/cdk8s-deps.js +1 -1
  31. package/lib/cdk8s/integration-test.js +1 -1
  32. package/lib/cdktf/cdktf-construct.d.ts +2 -0
  33. package/lib/cdktf/cdktf-construct.js +4 -2
  34. package/lib/cdktn/cdktn-construct.d.ts +29 -0
  35. package/lib/cdktn/cdktn-construct.js +72 -0
  36. package/lib/cdktn/index.d.ts +1 -0
  37. package/lib/cdktn/index.js +18 -0
  38. package/lib/circleci/circleci.js +1 -1
  39. package/lib/component.js +2 -2
  40. package/lib/dependencies.js +1 -1
  41. package/lib/dev-env.js +1 -1
  42. package/lib/docker-compose/docker-compose-service.js +1 -1
  43. package/lib/docker-compose/docker-compose.js +1 -1
  44. package/lib/file.js +1 -1
  45. package/lib/gitattributes.js +1 -1
  46. package/lib/github/actions-provider.js +1 -1
  47. package/lib/github/auto-approve.js +1 -1
  48. package/lib/github/auto-merge.js +1 -1
  49. package/lib/github/auto-queue.js +1 -1
  50. package/lib/github/dependabot.js +1 -1
  51. package/lib/github/dependency-review.js +1 -1
  52. package/lib/github/github-credentials.js +1 -1
  53. package/lib/github/github-project.js +1 -1
  54. package/lib/github/github.js +1 -1
  55. package/lib/github/merge-queue.js +1 -1
  56. package/lib/github/mergify.js +1 -1
  57. package/lib/github/pr-template.js +1 -1
  58. package/lib/github/pull-request-backport.js +1 -1
  59. package/lib/github/pull-request-lint.js +1 -1
  60. package/lib/github/stale.js +1 -1
  61. package/lib/github/task-workflow-job.js +1 -1
  62. package/lib/github/task-workflow.js +1 -1
  63. package/lib/github/workflow-actions.js +1 -1
  64. package/lib/github/workflow-jobs.js +1 -1
  65. package/lib/github/workflow-steps.js +1 -1
  66. package/lib/github/workflows.js +1 -1
  67. package/lib/gitlab/configuration.js +1 -1
  68. package/lib/gitlab/gitlab-configuration.js +1 -1
  69. package/lib/gitlab/nested-configuration.js +1 -1
  70. package/lib/gitpod.js +1 -1
  71. package/lib/ignore-file.js +1 -1
  72. package/lib/index.d.ts +1 -0
  73. package/lib/index.js +3 -2
  74. package/lib/ini.js +1 -1
  75. package/lib/java/java-project.js +1 -1
  76. package/lib/java/junit.js +1 -1
  77. package/lib/java/maven-compile.js +1 -1
  78. package/lib/java/maven-packaging.js +1 -1
  79. package/lib/java/maven-sample.js +1 -1
  80. package/lib/java/pom.js +2 -2
  81. package/lib/java/projenrc.js +1 -1
  82. package/lib/javascript/biome/biome.js +1 -1
  83. package/lib/javascript/bundler.js +1 -1
  84. package/lib/javascript/eslint.js +1 -1
  85. package/lib/javascript/jest.js +4 -4
  86. package/lib/javascript/license-checker.js +1 -1
  87. package/lib/javascript/node-package.js +1 -1
  88. package/lib/javascript/node-project.js +1 -1
  89. package/lib/javascript/npm-config.js +1 -1
  90. package/lib/javascript/pnpm-workspace-config.d.ts +29 -3
  91. package/lib/javascript/pnpm-workspace-config.js +8 -4
  92. package/lib/javascript/pnpm-workspace.js +1 -1
  93. package/lib/javascript/prettier.js +1 -1
  94. package/lib/javascript/projenrc.js +1 -1
  95. package/lib/javascript/typescript-config.js +2 -2
  96. package/lib/javascript/upgrade-dependencies.js +2 -2
  97. package/lib/javascript/yarnrc.js +1 -1
  98. package/lib/json-patch.js +1 -1
  99. package/lib/json.js +1 -1
  100. package/lib/license.js +1 -1
  101. package/lib/logger.js +1 -1
  102. package/lib/makefile.js +1 -1
  103. package/lib/object-file.js +1 -1
  104. package/lib/project-build.js +1 -1
  105. package/lib/project-tree.js +1 -1
  106. package/lib/project.js +1 -1
  107. package/lib/projects.js +1 -1
  108. package/lib/projenrc-json.js +1 -1
  109. package/lib/projenrc.js +1 -1
  110. package/lib/python/pip.js +1 -1
  111. package/lib/python/poetry.js +2 -2
  112. package/lib/python/projenrc.js +1 -1
  113. package/lib/python/pyproject-toml-file.js +1 -1
  114. package/lib/python/pytest-sample.js +1 -1
  115. package/lib/python/pytest.js +1 -1
  116. package/lib/python/python-project.js +1 -1
  117. package/lib/python/python-sample.js +1 -1
  118. package/lib/python/requirements-file.js +1 -1
  119. package/lib/python/setuppy.js +1 -1
  120. package/lib/python/setuptools.js +1 -1
  121. package/lib/python/uv-config.js +1 -1
  122. package/lib/python/uv.js +1 -1
  123. package/lib/python/venv.js +1 -1
  124. package/lib/readme.js +1 -1
  125. package/lib/release/publisher.js +1 -1
  126. package/lib/release/release-trigger.js +1 -1
  127. package/lib/release/release.js +1 -1
  128. package/lib/renovatebot.js +1 -1
  129. package/lib/run-task.cjs +2 -2
  130. package/lib/sample-file.js +2 -2
  131. package/lib/script-runner.js +1 -1
  132. package/lib/source-code.js +1 -1
  133. package/lib/task-shell.js +1 -1
  134. package/lib/task.js +1 -1
  135. package/lib/tasks.js +1 -1
  136. package/lib/testing.js +1 -1
  137. package/lib/textfile.js +1 -1
  138. package/lib/toml.js +1 -1
  139. package/lib/typescript/projenrc-ts.js +1 -1
  140. package/lib/typescript/projenrc.js +1 -1
  141. package/lib/typescript/typescript-runner.js +1 -1
  142. package/lib/typescript/typescript-typedoc.js +1 -1
  143. package/lib/typescript/typescript.js +5 -5
  144. package/lib/version.js +2 -2
  145. package/lib/vscode/devcontainer.js +1 -1
  146. package/lib/vscode/extensions.js +1 -1
  147. package/lib/vscode/launch-config.js +1 -1
  148. package/lib/vscode/settings.js +1 -1
  149. package/lib/vscode/vscode.js +1 -1
  150. package/lib/web/next.js +3 -3
  151. package/lib/web/postcss.js +1 -1
  152. package/lib/web/react.js +3 -3
  153. package/lib/web/tailwind.js +1 -1
  154. package/lib/xmlfile.js +1 -1
  155. package/lib/yaml.js +1 -1
  156. package/package.json +2 -2
package/.jsii CHANGED
@@ -82,7 +82,7 @@
82
82
  },
83
83
  "name": "projen",
84
84
  "readme": {
85
- "markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n*projen* doesn't need to be installed. You will be using [pnpm dlx](https://pnpm.io/cli/dlx) to run *projen* which takes care of all required setup steps. (`npx` works too, but `pnpm dlx` avoids the supply-chain risk of phantom dependency resolution in npm.)\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ pnpm dlx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `pnpm dlx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `pnpm dlx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/docs/api/cdktf#constructlibrarycdktf-) - CDKTF construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `pnpm dlx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `pnpm dlx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `pnpm dlx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `pnpm dlx projen` to synthesize again.\n\n> The files generated by *projen* are considered an \"implementation detail\" and\n> *projen* protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\npnpm dlx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='pnpm dlx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `pnpm dlx projen --help`:\n\n```shell\n$ pnpm dlx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\n\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n*projen* takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n*projen* is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ pnpm dlx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [pnpm\nadd](https://pnpm.io/cli/add) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ pnpm dlx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ npm ci\n$ npm run watch # compile in the background\n```\n\n### Contributors\n\nThanks goes to [our wonderful contributors](https://github.com/projen/projen/graphs/contributors)!\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
85
+ "markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n*projen* doesn't need to be installed. You will be using [pnpm dlx](https://pnpm.io/cli/dlx) to run *projen* which takes care of all required setup steps. (`npx` works too, but `pnpm dlx` avoids the supply-chain risk of phantom dependency resolution in npm.)\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ pnpm dlx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `pnpm dlx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `pnpm dlx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktn-construct](https://projen.io/docs/api/cdktn#constructlibrarycdktn-) - CDKTN construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `pnpm dlx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `pnpm dlx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `pnpm dlx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `pnpm dlx projen` to synthesize again.\n\n> The files generated by *projen* are considered an \"implementation detail\" and\n> *projen* protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\npnpm dlx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='pnpm dlx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `pnpm dlx projen --help`:\n\n```shell\n$ pnpm dlx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\n\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n*projen* takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n*projen* is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ pnpm dlx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [pnpm\nadd](https://pnpm.io/cli/add) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ pnpm dlx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ npm ci\n$ npm run watch # compile in the background\n```\n\n### Contributors\n\nThanks goes to [our wonderful contributors](https://github.com/projen/projen/graphs/contributors)!\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
86
86
  },
87
87
  "repository": {
88
88
  "type": "git",
@@ -100,14 +100,14 @@
100
100
  "projen.build": {
101
101
  "locationInModule": {
102
102
  "filename": "src/index.ts",
103
- "line": 60
103
+ "line": 61
104
104
  },
105
105
  "symbolId": "src/build/index:"
106
106
  },
107
107
  "projen.cdk": {
108
108
  "locationInModule": {
109
109
  "filename": "src/index.ts",
110
- "line": 59
110
+ "line": 60
111
111
  },
112
112
  "symbolId": "src/cdk/index:"
113
113
  },
@@ -125,6 +125,13 @@
125
125
  },
126
126
  "symbolId": "src/cdktf/index:"
127
127
  },
128
+ "projen.cdktn": {
129
+ "locationInModule": {
130
+ "filename": "src/index.ts",
131
+ "line": 59
132
+ },
133
+ "symbolId": "src/cdktn/index:"
134
+ },
128
135
  "projen.circleci": {
129
136
  "locationInModule": {
130
137
  "filename": "src/index.ts",
@@ -21546,18 +21553,19 @@
21546
21553
  "custom": {
21547
21554
  "pjid": "cdktf-construct"
21548
21555
  },
21556
+ "deprecated": "CDKTF has been archived by HashiCorp. Use ConstructLibraryCdktn from the cdktn module instead.\nCDKTN is a community-driven fork that continues active development. Learn more at https://cdktn.io/",
21549
21557
  "remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within the CDK for Terraform (CDKTF), with a friendly workflow and\nautomatic publishing to the construct catalog.",
21550
- "stability": "experimental",
21558
+ "stability": "deprecated",
21551
21559
  "summary": "CDKTF construct library project."
21552
21560
  },
21553
21561
  "fqn": "projen.cdktf.ConstructLibraryCdktf",
21554
21562
  "initializer": {
21555
21563
  "docs": {
21556
- "stability": "experimental"
21564
+ "stability": "deprecated"
21557
21565
  },
21558
21566
  "locationInModule": {
21559
21567
  "filename": "src/cdktf/cdktf-construct.ts",
21560
- "line": 30
21568
+ "line": 32
21561
21569
  },
21562
21570
  "parameters": [
21563
21571
  {
@@ -21571,7 +21579,7 @@
21571
21579
  "kind": "class",
21572
21580
  "locationInModule": {
21573
21581
  "filename": "src/cdktf/cdktf-construct.ts",
21574
- "line": 29
21582
+ "line": 31
21575
21583
  },
21576
21584
  "name": "ConstructLibraryCdktf",
21577
21585
  "namespace": "cdktf",
@@ -21636,6 +21644,103 @@
21636
21644
  ],
21637
21645
  "symbolId": "src/cdktf/cdktf-construct:ConstructLibraryCdktfOptions"
21638
21646
  },
21647
+ "projen.cdktn.ConstructLibraryCdktn": {
21648
+ "assembly": "projen",
21649
+ "base": "projen.cdk.ConstructLibrary",
21650
+ "docs": {
21651
+ "custom": {
21652
+ "pjid": "cdktn-construct"
21653
+ },
21654
+ "remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within CDK Terrain (CDKTN), a community-driven fork of CDKTF.\nProvides a friendly workflow and automatic publishing to the construct catalog.\n\nLearn more at https://cdktn.io/",
21655
+ "stability": "experimental",
21656
+ "summary": "CDKTN construct library project."
21657
+ },
21658
+ "fqn": "projen.cdktn.ConstructLibraryCdktn",
21659
+ "initializer": {
21660
+ "docs": {
21661
+ "stability": "experimental"
21662
+ },
21663
+ "locationInModule": {
21664
+ "filename": "src/cdktn/cdktn-construct.ts",
21665
+ "line": 32
21666
+ },
21667
+ "parameters": [
21668
+ {
21669
+ "name": "options",
21670
+ "type": {
21671
+ "fqn": "projen.cdktn.ConstructLibraryCdktnOptions"
21672
+ }
21673
+ }
21674
+ ]
21675
+ },
21676
+ "kind": "class",
21677
+ "locationInModule": {
21678
+ "filename": "src/cdktn/cdktn-construct.ts",
21679
+ "line": 31
21680
+ },
21681
+ "name": "ConstructLibraryCdktn",
21682
+ "namespace": "cdktn",
21683
+ "symbolId": "src/cdktn/cdktn-construct:ConstructLibraryCdktn"
21684
+ },
21685
+ "projen.cdktn.ConstructLibraryCdktnOptions": {
21686
+ "assembly": "projen",
21687
+ "datatype": true,
21688
+ "docs": {
21689
+ "stability": "experimental"
21690
+ },
21691
+ "fqn": "projen.cdktn.ConstructLibraryCdktnOptions",
21692
+ "interfaces": [
21693
+ "projen.cdk.ConstructLibraryOptions"
21694
+ ],
21695
+ "kind": "interface",
21696
+ "locationInModule": {
21697
+ "filename": "src/cdktn/cdktn-construct.ts",
21698
+ "line": 5
21699
+ },
21700
+ "name": "ConstructLibraryCdktnOptions",
21701
+ "namespace": "cdktn",
21702
+ "properties": [
21703
+ {
21704
+ "abstract": true,
21705
+ "docs": {
21706
+ "custom": {
21707
+ "featured": "true"
21708
+ },
21709
+ "default": "\"^0.24.0\"",
21710
+ "stability": "experimental",
21711
+ "summary": "Minimum target version this library is tested against."
21712
+ },
21713
+ "immutable": true,
21714
+ "locationInModule": {
21715
+ "filename": "src/cdktn/cdktn-construct.ts",
21716
+ "line": 11
21717
+ },
21718
+ "name": "cdktnVersion",
21719
+ "type": {
21720
+ "primitive": "string"
21721
+ }
21722
+ },
21723
+ {
21724
+ "abstract": true,
21725
+ "docs": {
21726
+ "default": "\"^10.7.0\"",
21727
+ "stability": "experimental",
21728
+ "summary": "Construct version to use."
21729
+ },
21730
+ "immutable": true,
21731
+ "locationInModule": {
21732
+ "filename": "src/cdktn/cdktn-construct.ts",
21733
+ "line": 17
21734
+ },
21735
+ "name": "constructsVersion",
21736
+ "optional": true,
21737
+ "type": {
21738
+ "primitive": "string"
21739
+ }
21740
+ }
21741
+ ],
21742
+ "symbolId": "src/cdktn/cdktn-construct:ConstructLibraryCdktnOptions"
21743
+ },
21639
21744
  "projen.circleci.CircleCiProps": {
21640
21745
  "assembly": "projen",
21641
21746
  "datatype": true,
@@ -54049,7 +54154,7 @@
54049
54154
  "immutable": true,
54050
54155
  "locationInModule": {
54051
54156
  "filename": "src/javascript/pnpm-workspace-config.ts",
54052
- "line": 1008
54157
+ "line": 1029
54053
54158
  },
54054
54159
  "name": "allowBuilds",
54055
54160
  "optional": true,
@@ -54174,7 +54279,7 @@
54174
54279
  "immutable": true,
54175
54280
  "locationInModule": {
54176
54281
  "filename": "src/javascript/pnpm-workspace-config.ts",
54177
- "line": 1029
54282
+ "line": 1050
54178
54283
  },
54179
54284
  "name": "auditLevel",
54180
54285
  "optional": true,
@@ -54194,7 +54299,7 @@
54194
54299
  "immutable": true,
54195
54300
  "locationInModule": {
54196
54301
  "filename": "src/javascript/pnpm-workspace-config.ts",
54197
- "line": 488
54302
+ "line": 509
54198
54303
  },
54199
54304
  "name": "autoInstallPeers",
54200
54305
  "optional": true,
@@ -54215,7 +54320,7 @@
54215
54320
  "immutable": true,
54216
54321
  "locationInModule": {
54217
54322
  "filename": "src/javascript/pnpm-workspace-config.ts",
54218
- "line": 1015
54323
+ "line": 1036
54219
54324
  },
54220
54325
  "name": "blockExoticSubdeps",
54221
54326
  "optional": true,
@@ -54255,7 +54360,7 @@
54255
54360
  "immutable": true,
54256
54361
  "locationInModule": {
54257
54362
  "filename": "src/javascript/pnpm-workspace-config.ts",
54258
- "line": 790
54363
+ "line": 811
54259
54364
  },
54260
54365
  "name": "cacheDir",
54261
54366
  "optional": true,
@@ -54390,7 +54495,7 @@
54390
54495
  "immutable": true,
54391
54496
  "locationInModule": {
54392
54497
  "filename": "src/javascript/pnpm-workspace-config.ts",
54393
- "line": 601
54498
+ "line": 622
54394
54499
  },
54395
54500
  "name": "childConcurrency",
54396
54501
  "optional": true,
@@ -54430,7 +54535,7 @@
54430
54535
  "immutable": true,
54431
54536
  "locationInModule": {
54432
54537
  "filename": "src/javascript/pnpm-workspace-config.ts",
54433
- "line": 516
54538
+ "line": 537
54434
54539
  },
54435
54540
  "name": "color",
54436
54541
  "optional": true,
@@ -54491,7 +54596,7 @@
54491
54596
  "immutable": true,
54492
54597
  "locationInModule": {
54493
54598
  "filename": "src/javascript/pnpm-workspace-config.ts",
54494
- "line": 853
54599
+ "line": 874
54495
54600
  },
54496
54601
  "name": "dedupeDirectDeps",
54497
54602
  "optional": true,
@@ -54511,7 +54616,7 @@
54511
54616
  "immutable": true,
54512
54617
  "locationInModule": {
54513
54618
  "filename": "src/javascript/pnpm-workspace-config.ts",
54514
- "line": 860
54619
+ "line": 881
54515
54620
  },
54516
54621
  "name": "dedupeInjectedDeps",
54517
54622
  "optional": true,
@@ -54531,7 +54636,7 @@
54531
54636
  "immutable": true,
54532
54637
  "locationInModule": {
54533
54638
  "filename": "src/javascript/pnpm-workspace-config.ts",
54534
- "line": 495
54639
+ "line": 516
54535
54640
  },
54536
54641
  "name": "dedupePeerDependents",
54537
54642
  "optional": true,
@@ -54551,7 +54656,7 @@
54551
54656
  "immutable": true,
54552
54657
  "locationInModule": {
54553
54658
  "filename": "src/javascript/pnpm-workspace-config.ts",
54554
- "line": 1036
54659
+ "line": 1057
54555
54660
  },
54556
54661
  "name": "dedupePeers",
54557
54662
  "optional": true,
@@ -54571,7 +54676,7 @@
54571
54676
  "immutable": true,
54572
54677
  "locationInModule": {
54573
54678
  "filename": "src/javascript/pnpm-workspace-config.ts",
54574
- "line": 846
54679
+ "line": 867
54575
54680
  },
54576
54681
  "name": "deployAllFiles",
54577
54682
  "optional": true,
@@ -54591,7 +54696,7 @@
54591
54696
  "immutable": true,
54592
54697
  "locationInModule": {
54593
54698
  "filename": "src/javascript/pnpm-workspace-config.ts",
54594
- "line": 727
54699
+ "line": 748
54595
54700
  },
54596
54701
  "name": "disallowWorkspaceCycles",
54597
54702
  "optional": true,
@@ -54632,7 +54737,7 @@
54632
54737
  "immutable": true,
54633
54738
  "locationInModule": {
54634
54739
  "filename": "src/javascript/pnpm-workspace-config.ts",
54635
- "line": 881
54740
+ "line": 902
54636
54741
  },
54637
54742
  "name": "embedReadme",
54638
54743
  "optional": true,
@@ -54692,7 +54797,7 @@
54692
54797
  "immutable": true,
54693
54798
  "locationInModule": {
54694
54799
  "filename": "src/javascript/pnpm-workspace-config.ts",
54695
- "line": 937
54800
+ "line": 958
54696
54801
  },
54697
54802
  "name": "enablePrePostScripts",
54698
54803
  "optional": true,
@@ -54712,7 +54817,7 @@
54712
54817
  "immutable": true,
54713
54818
  "locationInModule": {
54714
54819
  "filename": "src/javascript/pnpm-workspace-config.ts",
54715
- "line": 552
54820
+ "line": 573
54716
54821
  },
54717
54822
  "name": "engineStrict",
54718
54823
  "optional": true,
@@ -54751,7 +54856,7 @@
54751
54856
  "immutable": true,
54752
54857
  "locationInModule": {
54753
54858
  "filename": "src/javascript/pnpm-workspace-config.ts",
54754
- "line": 839
54859
+ "line": 860
54755
54860
  },
54756
54861
  "name": "extendNodePath",
54757
54862
  "optional": true,
@@ -54771,7 +54876,7 @@
54771
54876
  "immutable": true,
54772
54877
  "locationInModule": {
54773
54878
  "filename": "src/javascript/pnpm-workspace-config.ts",
54774
- "line": 741
54879
+ "line": 762
54775
54880
  },
54776
54881
  "name": "failIfNoMatch",
54777
54882
  "optional": true,
@@ -54779,6 +54884,27 @@
54779
54884
  "primitive": "boolean"
54780
54885
  }
54781
54886
  },
54887
+ {
54888
+ "abstract": true,
54889
+ "docs": {
54890
+ "custom": {
54891
+ "schema": "PnpmWorkspaceYamlSchema#fetchMinSpeedKiBps"
54892
+ },
54893
+ "remarks": "Added in pnpm v10.18.0.",
54894
+ "stability": "experimental",
54895
+ "summary": "A warning message is displayed if the download speed of a tarball from the registry falls below the specified threshold (in KiB/s)."
54896
+ },
54897
+ "immutable": true,
54898
+ "locationInModule": {
54899
+ "filename": "src/javascript/pnpm-workspace-config.ts",
54900
+ "line": 502
54901
+ },
54902
+ "name": "fetchMinSpeedKiBps",
54903
+ "optional": true,
54904
+ "type": {
54905
+ "primitive": "number"
54906
+ }
54907
+ },
54782
54908
  {
54783
54909
  "abstract": true,
54784
54910
  "docs": {
@@ -54791,7 +54917,7 @@
54791
54917
  "immutable": true,
54792
54918
  "locationInModule": {
54793
54919
  "filename": "src/javascript/pnpm-workspace-config.ts",
54794
- "line": 453
54920
+ "line": 460
54795
54921
  },
54796
54922
  "name": "fetchRetries",
54797
54923
  "optional": true,
@@ -54811,7 +54937,7 @@
54811
54937
  "immutable": true,
54812
54938
  "locationInModule": {
54813
54939
  "filename": "src/javascript/pnpm-workspace-config.ts",
54814
- "line": 460
54940
+ "line": 467
54815
54941
  },
54816
54942
  "name": "fetchRetryFactor",
54817
54943
  "optional": true,
@@ -54831,7 +54957,7 @@
54831
54957
  "immutable": true,
54832
54958
  "locationInModule": {
54833
54959
  "filename": "src/javascript/pnpm-workspace-config.ts",
54834
- "line": 474
54960
+ "line": 481
54835
54961
  },
54836
54962
  "name": "fetchRetryMaxtimeout",
54837
54963
  "optional": true,
@@ -54851,7 +54977,7 @@
54851
54977
  "immutable": true,
54852
54978
  "locationInModule": {
54853
54979
  "filename": "src/javascript/pnpm-workspace-config.ts",
54854
- "line": 467
54980
+ "line": 474
54855
54981
  },
54856
54982
  "name": "fetchRetryMintimeout",
54857
54983
  "optional": true,
@@ -54871,7 +54997,7 @@
54871
54997
  "immutable": true,
54872
54998
  "locationInModule": {
54873
54999
  "filename": "src/javascript/pnpm-workspace-config.ts",
54874
- "line": 481
55000
+ "line": 488
54875
55001
  },
54876
55002
  "name": "fetchTimeout",
54877
55003
  "optional": true,
@@ -54879,6 +55005,27 @@
54879
55005
  "primitive": "number"
54880
55006
  }
54881
55007
  },
55008
+ {
55009
+ "abstract": true,
55010
+ "docs": {
55011
+ "custom": {
55012
+ "schema": "PnpmWorkspaceYamlSchema#fetchWarnTimeoutMs"
55013
+ },
55014
+ "remarks": "Added in pnpm v10.18.0.",
55015
+ "stability": "experimental",
55016
+ "summary": "A warning message is displayed if a metadata request to the registry takes longer than the specified threshold (in milliseconds)."
55017
+ },
55018
+ "immutable": true,
55019
+ "locationInModule": {
55020
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55021
+ "line": 495
55022
+ },
55023
+ "name": "fetchWarnTimeoutMs",
55024
+ "optional": true,
55025
+ "type": {
55026
+ "primitive": "number"
55027
+ }
55028
+ },
54882
55029
  {
54883
55030
  "abstract": true,
54884
55031
  "docs": {
@@ -54892,7 +55039,7 @@
54892
55039
  "immutable": true,
54893
55040
  "locationInModule": {
54894
55041
  "filename": "src/javascript/pnpm-workspace-config.ts",
54895
- "line": 748
55042
+ "line": 769
54896
55043
  },
54897
55044
  "name": "forceLegacyDeploy",
54898
55045
  "optional": true,
@@ -54932,7 +55079,7 @@
54932
55079
  "immutable": true,
54933
55080
  "locationInModule": {
54934
55081
  "filename": "src/javascript/pnpm-workspace-config.ts",
54935
- "line": 874
55082
+ "line": 895
54936
55083
  },
54937
55084
  "name": "gitChecks",
54938
55085
  "optional": true,
@@ -54977,7 +55124,7 @@
54977
55124
  "immutable": true,
54978
55125
  "locationInModule": {
54979
55126
  "filename": "src/javascript/pnpm-workspace-config.ts",
54980
- "line": 776
55127
+ "line": 797
54981
55128
  },
54982
55129
  "name": "globalBinDir",
54983
55130
  "optional": true,
@@ -54997,7 +55144,7 @@
54997
55144
  "immutable": true,
54998
55145
  "locationInModule": {
54999
55146
  "filename": "src/javascript/pnpm-workspace-config.ts",
55000
- "line": 769
55147
+ "line": 790
55001
55148
  },
55002
55149
  "name": "globalDir",
55003
55150
  "optional": true,
@@ -55018,7 +55165,7 @@
55018
55165
  "immutable": true,
55019
55166
  "locationInModule": {
55020
55167
  "filename": "src/javascript/pnpm-workspace-config.ts",
55021
- "line": 916
55168
+ "line": 937
55022
55169
  },
55023
55170
  "name": "globalPnpmfile",
55024
55171
  "optional": true,
@@ -55059,7 +55206,7 @@
55059
55206
  "immutable": true,
55060
55207
  "locationInModule": {
55061
55208
  "filename": "src/javascript/pnpm-workspace-config.ts",
55062
- "line": 1099
55209
+ "line": 1127
55063
55210
  },
55064
55211
  "name": "hoistingLimits",
55065
55212
  "optional": true,
@@ -55112,6 +55259,27 @@
55112
55259
  "primitive": "boolean"
55113
55260
  }
55114
55261
  },
55262
+ {
55263
+ "abstract": true,
55264
+ "docs": {
55265
+ "custom": {
55266
+ "schema": "PnpmWorkspaceYamlSchema#httpProxy"
55267
+ },
55268
+ "remarks": "If the HTTP_PROXY or http_proxy environment variables are set, proxy settings will be honored by the underlying request library.",
55269
+ "stability": "experimental",
55270
+ "summary": "A proxy to use for outgoing HTTP requests."
55271
+ },
55272
+ "immutable": true,
55273
+ "locationInModule": {
55274
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55275
+ "line": 411
55276
+ },
55277
+ "name": "httpProxy",
55278
+ "optional": true,
55279
+ "type": {
55280
+ "primitive": "string"
55281
+ }
55282
+ },
55115
55283
  {
55116
55284
  "abstract": true,
55117
55285
  "docs": {
@@ -55146,7 +55314,7 @@
55146
55314
  "immutable": true,
55147
55315
  "locationInModule": {
55148
55316
  "filename": "src/javascript/pnpm-workspace-config.ts",
55149
- "line": 818
55317
+ "line": 839
55150
55318
  },
55151
55319
  "name": "ignoreCompatibilityDb",
55152
55320
  "optional": true,
@@ -55192,7 +55360,7 @@
55192
55360
  "immutable": true,
55193
55361
  "locationInModule": {
55194
55362
  "filename": "src/javascript/pnpm-workspace-config.ts",
55195
- "line": 594
55363
+ "line": 615
55196
55364
  },
55197
55365
  "name": "ignoreDepScripts",
55198
55366
  "optional": true,
@@ -55259,7 +55427,7 @@
55259
55427
  "immutable": true,
55260
55428
  "locationInModule": {
55261
55429
  "filename": "src/javascript/pnpm-workspace-config.ts",
55262
- "line": 923
55430
+ "line": 944
55263
55431
  },
55264
55432
  "name": "ignorePnpmfile",
55265
55433
  "optional": true,
@@ -55279,7 +55447,7 @@
55279
55447
  "immutable": true,
55280
55448
  "locationInModule": {
55281
55449
  "filename": "src/javascript/pnpm-workspace-config.ts",
55282
- "line": 587
55450
+ "line": 608
55283
55451
  },
55284
55452
  "name": "ignoreScripts",
55285
55453
  "optional": true,
@@ -55299,7 +55467,7 @@
55299
55467
  "immutable": true,
55300
55468
  "locationInModule": {
55301
55469
  "filename": "src/javascript/pnpm-workspace-config.ts",
55302
- "line": 713
55470
+ "line": 734
55303
55471
  },
55304
55472
  "name": "ignoreWorkspaceCycles",
55305
55473
  "optional": true,
@@ -55319,7 +55487,7 @@
55319
55487
  "immutable": true,
55320
55488
  "locationInModule": {
55321
55489
  "filename": "src/javascript/pnpm-workspace-config.ts",
55322
- "line": 720
55490
+ "line": 741
55323
55491
  },
55324
55492
  "name": "ignoreWorkspaceRootCheck",
55325
55493
  "optional": true,
@@ -55339,7 +55507,7 @@
55339
55507
  "immutable": true,
55340
55508
  "locationInModule": {
55341
55509
  "filename": "src/javascript/pnpm-workspace-config.ts",
55342
- "line": 706
55510
+ "line": 727
55343
55511
  },
55344
55512
  "name": "includeWorkspaceRoot",
55345
55513
  "optional": true,
@@ -55359,7 +55527,7 @@
55359
55527
  "immutable": true,
55360
55528
  "locationInModule": {
55361
55529
  "filename": "src/javascript/pnpm-workspace-config.ts",
55362
- "line": 671
55530
+ "line": 692
55363
55531
  },
55364
55532
  "name": "injectWorkspacePackages",
55365
55533
  "optional": true,
@@ -55399,7 +55567,7 @@
55399
55567
  "immutable": true,
55400
55568
  "locationInModule": {
55401
55569
  "filename": "src/javascript/pnpm-workspace-config.ts",
55402
- "line": 664
55570
+ "line": 685
55403
55571
  },
55404
55572
  "name": "linkWorkspacePackages",
55405
55573
  "optional": true,
@@ -55419,7 +55587,7 @@
55419
55587
  "immutable": true,
55420
55588
  "locationInModule": {
55421
55589
  "filename": "src/javascript/pnpm-workspace-config.ts",
55422
- "line": 418
55590
+ "line": 425
55423
55591
  },
55424
55592
  "name": "localAddress",
55425
55593
  "optional": true,
@@ -55479,7 +55647,7 @@
55479
55647
  "immutable": true,
55480
55648
  "locationInModule": {
55481
55649
  "filename": "src/javascript/pnpm-workspace-config.ts",
55482
- "line": 523
55650
+ "line": 544
55483
55651
  },
55484
55652
  "name": "loglevel",
55485
55653
  "optional": true,
@@ -55499,7 +55667,7 @@
55499
55667
  "immutable": true,
55500
55668
  "locationInModule": {
55501
55669
  "filename": "src/javascript/pnpm-workspace-config.ts",
55502
- "line": 580
55670
+ "line": 601
55503
55671
  },
55504
55672
  "name": "managePackageManagerVersions",
55505
55673
  "optional": true,
@@ -55519,7 +55687,7 @@
55519
55687
  "immutable": true,
55520
55688
  "locationInModule": {
55521
55689
  "filename": "src/javascript/pnpm-workspace-config.ts",
55522
- "line": 425
55690
+ "line": 432
55523
55691
  },
55524
55692
  "name": "maxsockets",
55525
55693
  "optional": true,
@@ -55565,7 +55733,7 @@
55565
55733
  "immutable": true,
55566
55734
  "locationInModule": {
55567
55735
  "filename": "src/javascript/pnpm-workspace-config.ts",
55568
- "line": 965
55736
+ "line": 986
55569
55737
  },
55570
55738
  "name": "minimumReleaseAge",
55571
55739
  "optional": true,
@@ -55586,7 +55754,7 @@
55586
55754
  "immutable": true,
55587
55755
  "locationInModule": {
55588
55756
  "filename": "src/javascript/pnpm-workspace-config.ts",
55589
- "line": 972
55757
+ "line": 993
55590
55758
  },
55591
55759
  "name": "minimumReleaseAgeExclude",
55592
55760
  "optional": true,
@@ -55612,7 +55780,7 @@
55612
55780
  "immutable": true,
55613
55781
  "locationInModule": {
55614
55782
  "filename": "src/javascript/pnpm-workspace-config.ts",
55615
- "line": 1050
55783
+ "line": 1071
55616
55784
  },
55617
55785
  "name": "minimumReleaseAgeIgnoreMissingTime",
55618
55786
  "optional": true,
@@ -55633,7 +55801,7 @@
55633
55801
  "immutable": true,
55634
55802
  "locationInModule": {
55635
55803
  "filename": "src/javascript/pnpm-workspace-config.ts",
55636
- "line": 980
55804
+ "line": 1001
55637
55805
  },
55638
55806
  "name": "minimumReleaseAgeStrict",
55639
55807
  "optional": true,
@@ -55681,6 +55849,31 @@
55681
55849
  "primitive": "string"
55682
55850
  }
55683
55851
  },
55852
+ {
55853
+ "abstract": true,
55854
+ "docs": {
55855
+ "custom": {
55856
+ "schema": "PnpmWorkspaceYamlSchema#namedRegistries"
55857
+ },
55858
+ "stability": "experimental",
55859
+ "summary": "Defines named registry aliases that can be used as a prefix when installing packages, e.g. `pnpm add work:@corp/lib@^2.0.0` resolves `@corp/lib@^2.0.0` against the configured URL. Built-in aliases `gh:` (https://npm.pkg.github.com/) and `npmjs:` (https://registry.npmjs.org/) work without any configuration and can be overridden. An alias must start with a letter and contain only letters, digits, `.`, `_`, and `-`. Added in pnpm 11.1.0."
55860
+ },
55861
+ "immutable": true,
55862
+ "locationInModule": {
55863
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55864
+ "line": 1085
55865
+ },
55866
+ "name": "namedRegistries",
55867
+ "optional": true,
55868
+ "type": {
55869
+ "collection": {
55870
+ "elementtype": {
55871
+ "primitive": "string"
55872
+ },
55873
+ "kind": "map"
55874
+ }
55875
+ }
55876
+ },
55684
55877
  {
55685
55878
  "abstract": true,
55686
55879
  "docs": {
@@ -55693,7 +55886,7 @@
55693
55886
  "immutable": true,
55694
55887
  "locationInModule": {
55695
55888
  "filename": "src/javascript/pnpm-workspace-config.ts",
55696
- "line": 446
55889
+ "line": 453
55697
55890
  },
55698
55891
  "name": "networkConcurrency",
55699
55892
  "optional": true,
@@ -55738,7 +55931,7 @@
55738
55931
  "immutable": true,
55739
55932
  "locationInModule": {
55740
55933
  "filename": "src/javascript/pnpm-workspace-config.ts",
55741
- "line": 1085
55934
+ "line": 1113
55742
55935
  },
55743
55936
  "name": "nodeDownloadMirrors",
55744
55937
  "optional": true,
@@ -55783,7 +55976,7 @@
55783
55976
  "immutable": true,
55784
55977
  "locationInModule": {
55785
55978
  "filename": "src/javascript/pnpm-workspace-config.ts",
55786
- "line": 629
55979
+ "line": 650
55787
55980
  },
55788
55981
  "name": "nodeOptions",
55789
55982
  "optional": true,
@@ -55803,7 +55996,7 @@
55803
55996
  "immutable": true,
55804
55997
  "locationInModule": {
55805
55998
  "filename": "src/javascript/pnpm-workspace-config.ts",
55806
- "line": 657
55999
+ "line": 678
55807
56000
  },
55808
56001
  "name": "nodeVersion",
55809
56002
  "optional": true,
@@ -55815,7 +56008,7 @@
55815
56008
  "abstract": true,
55816
56009
  "docs": {
55817
56010
  "custom": {
55818
- "schema": "PnpmWorkspaceYamlSchema#noproxy"
56011
+ "schema": "PnpmWorkspaceYamlSchema#noProxy"
55819
56012
  },
55820
56013
  "stability": "experimental",
55821
56014
  "summary": "A comma-separated string of domain extensions that a proxy should not be used for."
@@ -55823,9 +56016,9 @@
55823
56016
  "immutable": true,
55824
56017
  "locationInModule": {
55825
56018
  "filename": "src/javascript/pnpm-workspace-config.ts",
55826
- "line": 432
56019
+ "line": 439
55827
56020
  },
55828
- "name": "noproxy",
56021
+ "name": "noProxy",
55829
56022
  "optional": true,
55830
56023
  "type": {
55831
56024
  "primitive": "string"
@@ -55843,7 +56036,7 @@
55843
56036
  "immutable": true,
55844
56037
  "locationInModule": {
55845
56038
  "filename": "src/javascript/pnpm-workspace-config.ts",
55846
- "line": 559
56039
+ "line": 580
55847
56040
  },
55848
56041
  "name": "npmPath",
55849
56042
  "optional": true,
@@ -55864,7 +56057,7 @@
55864
56057
  "immutable": true,
55865
56058
  "locationInModule": {
55866
56059
  "filename": "src/javascript/pnpm-workspace-config.ts",
55867
- "line": 1043
56060
+ "line": 1064
55868
56061
  },
55869
56062
  "name": "npmrcAuthFile",
55870
56063
  "optional": true,
@@ -55930,7 +56123,7 @@
55930
56123
  "immutable": true,
55931
56124
  "locationInModule": {
55932
56125
  "filename": "src/javascript/pnpm-workspace-config.ts",
55933
- "line": 867
56126
+ "line": 888
55934
56127
  },
55935
56128
  "name": "optimisticRepeatInstall",
55936
56129
  "optional": true,
@@ -56010,7 +56203,7 @@
56010
56203
  "immutable": true,
56011
56204
  "locationInModule": {
56012
56205
  "filename": "src/javascript/pnpm-workspace-config.ts",
56013
- "line": 566
56206
+ "line": 587
56014
56207
  },
56015
56208
  "name": "packageManagerStrict",
56016
56209
  "optional": true,
@@ -56030,7 +56223,7 @@
56030
56223
  "immutable": true,
56031
56224
  "locationInModule": {
56032
56225
  "filename": "src/javascript/pnpm-workspace-config.ts",
56033
- "line": 573
56226
+ "line": 594
56034
56227
  },
56035
56228
  "name": "packageManagerStrictVersion",
56036
56229
  "optional": true,
@@ -56101,7 +56294,7 @@
56101
56294
  "immutable": true,
56102
56295
  "locationInModule": {
56103
56296
  "filename": "src/javascript/pnpm-workspace-config.ts",
56104
- "line": 930
56297
+ "line": 951
56105
56298
  },
56106
56299
  "name": "patchesDir",
56107
56300
  "optional": true,
@@ -56161,7 +56354,7 @@
56161
56354
  "immutable": true,
56162
56355
  "locationInModule": {
56163
56356
  "filename": "src/javascript/pnpm-workspace-config.ts",
56164
- "line": 1071
56357
+ "line": 1099
56165
56358
  },
56166
56359
  "name": "pmOnFail",
56167
56360
  "optional": true,
@@ -56181,7 +56374,7 @@
56181
56374
  "immutable": true,
56182
56375
  "locationInModule": {
56183
56376
  "filename": "src/javascript/pnpm-workspace-config.ts",
56184
- "line": 909
56377
+ "line": 930
56185
56378
  },
56186
56379
  "name": "pnpmfile",
56187
56380
  "optional": true,
@@ -56222,7 +56415,7 @@
56222
56415
  "immutable": true,
56223
56416
  "locationInModule": {
56224
56417
  "filename": "src/javascript/pnpm-workspace-config.ts",
56225
- "line": 987
56418
+ "line": 1008
56226
56419
  },
56227
56420
  "name": "preferOffline",
56228
56421
  "optional": true,
@@ -56242,7 +56435,7 @@
56242
56435
  "immutable": true,
56243
56436
  "locationInModule": {
56244
56437
  "filename": "src/javascript/pnpm-workspace-config.ts",
56245
- "line": 811
56438
+ "line": 832
56246
56439
  },
56247
56440
  "name": "preferSymlinkedExecutables",
56248
56441
  "optional": true,
@@ -56262,7 +56455,7 @@
56262
56455
  "immutable": true,
56263
56456
  "locationInModule": {
56264
56457
  "filename": "src/javascript/pnpm-workspace-config.ts",
56265
- "line": 685
56458
+ "line": 706
56266
56459
  },
56267
56460
  "name": "preferWorkspacePackages",
56268
56461
  "optional": true,
@@ -56282,7 +56475,7 @@
56282
56475
  "immutable": true,
56283
56476
  "locationInModule": {
56284
56477
  "filename": "src/javascript/pnpm-workspace-config.ts",
56285
- "line": 902
56478
+ "line": 923
56286
56479
  },
56287
56480
  "name": "provenance",
56288
56481
  "optional": true,
@@ -56298,12 +56491,12 @@
56298
56491
  },
56299
56492
  "remarks": "If the HTTP_PROXY or http_proxy environment variables are set, proxy settings will be honored by the underlying request library.",
56300
56493
  "stability": "experimental",
56301
- "summary": "A proxy to use for outgoing http requests."
56494
+ "summary": "npm's legacy proxy setting, used as the fallback for both httpsProxy and httpProxy."
56302
56495
  },
56303
56496
  "immutable": true,
56304
56497
  "locationInModule": {
56305
56498
  "filename": "src/javascript/pnpm-workspace-config.ts",
56306
- "line": 411
56499
+ "line": 418
56307
56500
  },
56308
56501
  "name": "proxy",
56309
56502
  "optional": true,
@@ -56348,7 +56541,7 @@
56348
56541
  "immutable": true,
56349
56542
  "locationInModule": {
56350
56543
  "filename": "src/javascript/pnpm-workspace-config.ts",
56351
- "line": 888
56544
+ "line": 909
56352
56545
  },
56353
56546
  "name": "publishBranch",
56354
56547
  "optional": true,
@@ -56368,7 +56561,7 @@
56368
56561
  "immutable": true,
56369
56562
  "locationInModule": {
56370
56563
  "filename": "src/javascript/pnpm-workspace-config.ts",
56371
- "line": 545
56564
+ "line": 566
56372
56565
  },
56373
56566
  "name": "recursiveInstall",
56374
56567
  "optional": true,
@@ -56388,7 +56581,7 @@
56388
56581
  "immutable": true,
56389
56582
  "locationInModule": {
56390
56583
  "filename": "src/javascript/pnpm-workspace-config.ts",
56391
- "line": 1057
56584
+ "line": 1078
56392
56585
  },
56393
56586
  "name": "registries",
56394
56587
  "optional": true,
@@ -56433,7 +56626,7 @@
56433
56626
  "immutable": true,
56434
56627
  "locationInModule": {
56435
56628
  "filename": "src/javascript/pnpm-workspace-config.ts",
56436
- "line": 832
56629
+ "line": 853
56437
56630
  },
56438
56631
  "name": "registrySupportsTimeField",
56439
56632
  "optional": true,
@@ -56454,7 +56647,7 @@
56454
56647
  "immutable": true,
56455
56648
  "locationInModule": {
56456
56649
  "filename": "src/javascript/pnpm-workspace-config.ts",
56457
- "line": 531
56650
+ "line": 552
56458
56651
  },
56459
56652
  "name": "reporter",
56460
56653
  "optional": true,
@@ -56499,7 +56692,7 @@
56499
56692
  "immutable": true,
56500
56693
  "locationInModule": {
56501
56694
  "filename": "src/javascript/pnpm-workspace-config.ts",
56502
- "line": 825
56695
+ "line": 846
56503
56696
  },
56504
56697
  "name": "resolutionMode",
56505
56698
  "optional": true,
@@ -56519,7 +56712,7 @@
56519
56712
  "immutable": true,
56520
56713
  "locationInModule": {
56521
56714
  "filename": "src/javascript/pnpm-workspace-config.ts",
56522
- "line": 509
56715
+ "line": 530
56523
56716
  },
56524
56717
  "name": "resolvePeersFromWorkspaceRoot",
56525
56718
  "optional": true,
@@ -56539,7 +56732,7 @@
56539
56732
  "immutable": true,
56540
56733
  "locationInModule": {
56541
56734
  "filename": "src/javascript/pnpm-workspace-config.ts",
56542
- "line": 1078
56735
+ "line": 1106
56543
56736
  },
56544
56737
  "name": "runtimeOnFail",
56545
56738
  "optional": true,
@@ -56559,7 +56752,7 @@
56559
56752
  "immutable": true,
56560
56753
  "locationInModule": {
56561
56754
  "filename": "src/javascript/pnpm-workspace-config.ts",
56562
- "line": 958
56755
+ "line": 979
56563
56756
  },
56564
56757
  "name": "saveExact",
56565
56758
  "optional": true,
@@ -56579,7 +56772,7 @@
56579
56772
  "immutable": true,
56580
56773
  "locationInModule": {
56581
56774
  "filename": "src/javascript/pnpm-workspace-config.ts",
56582
- "line": 755
56775
+ "line": 776
56583
56776
  },
56584
56777
  "name": "savePrefix",
56585
56778
  "optional": true,
@@ -56599,7 +56792,7 @@
56599
56792
  "immutable": true,
56600
56793
  "locationInModule": {
56601
56794
  "filename": "src/javascript/pnpm-workspace-config.ts",
56602
- "line": 699
56795
+ "line": 720
56603
56796
  },
56604
56797
  "name": "saveWorkspaceProtocol",
56605
56798
  "optional": true,
@@ -56619,7 +56812,7 @@
56619
56812
  "immutable": true,
56620
56813
  "locationInModule": {
56621
56814
  "filename": "src/javascript/pnpm-workspace-config.ts",
56622
- "line": 944
56815
+ "line": 965
56623
56816
  },
56624
56817
  "name": "scriptShell",
56625
56818
  "optional": true,
@@ -56659,7 +56852,7 @@
56659
56852
  "immutable": true,
56660
56853
  "locationInModule": {
56661
56854
  "filename": "src/javascript/pnpm-workspace-config.ts",
56662
- "line": 692
56855
+ "line": 713
56663
56856
  },
56664
56857
  "name": "sharedWorkspaceLockfile",
56665
56858
  "optional": true,
@@ -56679,7 +56872,7 @@
56679
56872
  "immutable": true,
56680
56873
  "locationInModule": {
56681
56874
  "filename": "src/javascript/pnpm-workspace-config.ts",
56682
- "line": 951
56875
+ "line": 972
56683
56876
  },
56684
56877
  "name": "shellEmulator",
56685
56878
  "optional": true,
@@ -56699,7 +56892,7 @@
56699
56892
  "immutable": true,
56700
56893
  "locationInModule": {
56701
56894
  "filename": "src/javascript/pnpm-workspace-config.ts",
56702
- "line": 608
56895
+ "line": 629
56703
56896
  },
56704
56897
  "name": "sideEffectsCache",
56705
56898
  "optional": true,
@@ -56719,7 +56912,7 @@
56719
56912
  "immutable": true,
56720
56913
  "locationInModule": {
56721
56914
  "filename": "src/javascript/pnpm-workspace-config.ts",
56722
- "line": 615
56915
+ "line": 636
56723
56916
  },
56724
56917
  "name": "sideEffectsCacheReadonly",
56725
56918
  "optional": true,
@@ -56739,7 +56932,7 @@
56739
56932
  "immutable": true,
56740
56933
  "locationInModule": {
56741
56934
  "filename": "src/javascript/pnpm-workspace-config.ts",
56742
- "line": 783
56935
+ "line": 804
56743
56936
  },
56744
56937
  "name": "stateDir",
56745
56938
  "optional": true,
@@ -56779,7 +56972,7 @@
56779
56972
  "immutable": true,
56780
56973
  "locationInModule": {
56781
56974
  "filename": "src/javascript/pnpm-workspace-config.ts",
56782
- "line": 643
56975
+ "line": 664
56783
56976
  },
56784
56977
  "name": "strictDepBuilds",
56785
56978
  "optional": true,
@@ -56799,7 +56992,7 @@
56799
56992
  "immutable": true,
56800
56993
  "locationInModule": {
56801
56994
  "filename": "src/javascript/pnpm-workspace-config.ts",
56802
- "line": 502
56995
+ "line": 523
56803
56996
  },
56804
56997
  "name": "strictPeerDependencies",
56805
56998
  "optional": true,
@@ -56819,7 +57012,7 @@
56819
57012
  "immutable": true,
56820
57013
  "locationInModule": {
56821
57014
  "filename": "src/javascript/pnpm-workspace-config.ts",
56822
- "line": 439
57015
+ "line": 446
56823
57016
  },
56824
57017
  "name": "strictSsl",
56825
57018
  "optional": true,
@@ -56900,7 +57093,7 @@
56900
57093
  "immutable": true,
56901
57094
  "locationInModule": {
56902
57095
  "filename": "src/javascript/pnpm-workspace-config.ts",
56903
- "line": 678
57096
+ "line": 699
56904
57097
  },
56905
57098
  "name": "syncInjectedDepsAfterScripts",
56906
57099
  "optional": true,
@@ -56925,7 +57118,7 @@
56925
57118
  "immutable": true,
56926
57119
  "locationInModule": {
56927
57120
  "filename": "src/javascript/pnpm-workspace-config.ts",
56928
- "line": 762
57121
+ "line": 783
56929
57122
  },
56930
57123
  "name": "tag",
56931
57124
  "optional": true,
@@ -56946,7 +57139,7 @@
56946
57139
  "immutable": true,
56947
57140
  "locationInModule": {
56948
57141
  "filename": "src/javascript/pnpm-workspace-config.ts",
56949
- "line": 1092
57142
+ "line": 1120
56950
57143
  },
56951
57144
  "name": "trustLockfile",
56952
57145
  "optional": true,
@@ -56967,7 +57160,7 @@
56967
57160
  "immutable": true,
56968
57161
  "locationInModule": {
56969
57162
  "filename": "src/javascript/pnpm-workspace-config.ts",
56970
- "line": 994
57163
+ "line": 1015
56971
57164
  },
56972
57165
  "name": "trustPolicy",
56973
57166
  "optional": true,
@@ -56987,7 +57180,7 @@
56987
57180
  "immutable": true,
56988
57181
  "locationInModule": {
56989
57182
  "filename": "src/javascript/pnpm-workspace-config.ts",
56990
- "line": 1001
57183
+ "line": 1022
56991
57184
  },
56992
57185
  "name": "trustPolicyExclude",
56993
57186
  "optional": true,
@@ -57013,7 +57206,7 @@
57013
57206
  "immutable": true,
57014
57207
  "locationInModule": {
57015
57208
  "filename": "src/javascript/pnpm-workspace-config.ts",
57016
- "line": 1022
57209
+ "line": 1043
57017
57210
  },
57018
57211
  "name": "trustPolicyIgnoreAfter",
57019
57212
  "optional": true,
@@ -57034,7 +57227,7 @@
57034
57227
  "immutable": true,
57035
57228
  "locationInModule": {
57036
57229
  "filename": "src/javascript/pnpm-workspace-config.ts",
57037
- "line": 622
57230
+ "line": 643
57038
57231
  },
57039
57232
  "name": "unsafePerm",
57040
57233
  "optional": true,
@@ -57092,7 +57285,7 @@
57092
57285
  "immutable": true,
57093
57286
  "locationInModule": {
57094
57287
  "filename": "src/javascript/pnpm-workspace-config.ts",
57095
- "line": 804
57288
+ "line": 825
57096
57289
  },
57097
57290
  "name": "updateNotifier",
57098
57291
  "optional": true,
@@ -57112,7 +57305,7 @@
57112
57305
  "immutable": true,
57113
57306
  "locationInModule": {
57114
57307
  "filename": "src/javascript/pnpm-workspace-config.ts",
57115
- "line": 538
57308
+ "line": 559
57116
57309
  },
57117
57310
  "name": "useBetaCli",
57118
57311
  "optional": true,
@@ -57132,7 +57325,7 @@
57132
57325
  "immutable": true,
57133
57326
  "locationInModule": {
57134
57327
  "filename": "src/javascript/pnpm-workspace-config.ts",
57135
- "line": 650
57328
+ "line": 671
57136
57329
  },
57137
57330
  "name": "useNodeVersion",
57138
57331
  "optional": true,
@@ -57152,7 +57345,7 @@
57152
57345
  "immutable": true,
57153
57346
  "locationInModule": {
57154
57347
  "filename": "src/javascript/pnpm-workspace-config.ts",
57155
- "line": 797
57348
+ "line": 818
57156
57349
  },
57157
57350
  "name": "useStderr",
57158
57351
  "optional": true,
@@ -57172,7 +57365,7 @@
57172
57365
  "immutable": true,
57173
57366
  "locationInModule": {
57174
57367
  "filename": "src/javascript/pnpm-workspace-config.ts",
57175
- "line": 636
57368
+ "line": 657
57176
57369
  },
57177
57370
  "name": "verifyDepsBeforeRun",
57178
57371
  "optional": true,
@@ -57212,7 +57405,7 @@
57212
57405
  "immutable": true,
57213
57406
  "locationInModule": {
57214
57407
  "filename": "src/javascript/pnpm-workspace-config.ts",
57215
- "line": 895
57408
+ "line": 916
57216
57409
  },
57217
57410
  "name": "versioning",
57218
57411
  "optional": true,
@@ -57273,7 +57466,7 @@
57273
57466
  "immutable": true,
57274
57467
  "locationInModule": {
57275
57468
  "filename": "src/javascript/pnpm-workspace-config.ts",
57276
- "line": 1064
57469
+ "line": 1092
57277
57470
  },
57278
57471
  "name": "virtualStoreOnly",
57279
57472
  "optional": true,
@@ -57294,7 +57487,7 @@
57294
57487
  "immutable": true,
57295
57488
  "locationInModule": {
57296
57489
  "filename": "src/javascript/pnpm-workspace-config.ts",
57297
- "line": 734
57490
+ "line": 755
57298
57491
  },
57299
57492
  "name": "workspaceConcurrency",
57300
57493
  "optional": true,
@@ -57318,7 +57511,7 @@
57318
57511
  "kind": "interface",
57319
57512
  "locationInModule": {
57320
57513
  "filename": "src/javascript/pnpm-workspace-config.ts",
57321
- "line": 1411
57514
+ "line": 1443
57322
57515
  },
57323
57516
  "name": "PnpmWorkspaceYamlSchemaAudit",
57324
57517
  "namespace": "javascript",
@@ -57335,7 +57528,7 @@
57335
57528
  "immutable": true,
57336
57529
  "locationInModule": {
57337
57530
  "filename": "src/javascript/pnpm-workspace-config.ts",
57338
- "line": 1424
57531
+ "line": 1456
57339
57532
  },
57340
57533
  "name": "ignore",
57341
57534
  "optional": true,
@@ -57360,7 +57553,7 @@
57360
57553
  "immutable": true,
57361
57554
  "locationInModule": {
57362
57555
  "filename": "src/javascript/pnpm-workspace-config.ts",
57363
- "line": 1417
57556
+ "line": 1449
57364
57557
  },
57365
57558
  "name": "level",
57366
57559
  "optional": true,
@@ -57384,7 +57577,7 @@
57384
57577
  "kind": "interface",
57385
57578
  "locationInModule": {
57386
57579
  "filename": "src/javascript/pnpm-workspace-config.ts",
57387
- "line": 1446
57580
+ "line": 1478
57388
57581
  },
57389
57582
  "name": "PnpmWorkspaceYamlSchemaAuditConfig",
57390
57583
  "namespace": "javascript",
@@ -57401,7 +57594,7 @@
57401
57594
  "immutable": true,
57402
57595
  "locationInModule": {
57403
57596
  "filename": "src/javascript/pnpm-workspace-config.ts",
57404
- "line": 1452
57597
+ "line": 1484
57405
57598
  },
57406
57599
  "name": "ignoreCves",
57407
57600
  "optional": true,
@@ -57426,7 +57619,7 @@
57426
57619
  "immutable": true,
57427
57620
  "locationInModule": {
57428
57621
  "filename": "src/javascript/pnpm-workspace-config.ts",
57429
- "line": 1459
57622
+ "line": 1491
57430
57623
  },
57431
57624
  "name": "ignoreGhsas",
57432
57625
  "optional": true,
@@ -57455,7 +57648,7 @@
57455
57648
  "kind": "enum",
57456
57649
  "locationInModule": {
57457
57650
  "filename": "src/javascript/pnpm-workspace-config.ts",
57458
- "line": 1769
57651
+ "line": 1801
57459
57652
  },
57460
57653
  "members": [
57461
57654
  {
@@ -57504,7 +57697,7 @@
57504
57697
  "kind": "enum",
57505
57698
  "locationInModule": {
57506
57699
  "filename": "src/javascript/pnpm-workspace-config.ts",
57507
- "line": 1278
57700
+ "line": 1310
57508
57701
  },
57509
57702
  "members": [
57510
57703
  {
@@ -57546,7 +57739,7 @@
57546
57739
  "kind": "enum",
57547
57740
  "locationInModule": {
57548
57741
  "filename": "src/javascript/pnpm-workspace-config.ts",
57549
- "line": 1581
57742
+ "line": 1613
57550
57743
  },
57551
57744
  "members": [
57552
57745
  {
@@ -57588,7 +57781,7 @@
57588
57781
  "kind": "interface",
57589
57782
  "locationInModule": {
57590
57783
  "filename": "src/javascript/pnpm-workspace-config.ts",
57591
- "line": 1520
57784
+ "line": 1552
57592
57785
  },
57593
57786
  "name": "PnpmWorkspaceYamlSchemaExecutionEnv",
57594
57787
  "namespace": "javascript",
@@ -57605,7 +57798,7 @@
57605
57798
  "immutable": true,
57606
57799
  "locationInModule": {
57607
57800
  "filename": "src/javascript/pnpm-workspace-config.ts",
57608
- "line": 1526
57801
+ "line": 1558
57609
57802
  },
57610
57803
  "name": "nodeVersion",
57611
57804
  "optional": true,
@@ -57630,7 +57823,7 @@
57630
57823
  "kind": "enum",
57631
57824
  "locationInModule": {
57632
57825
  "filename": "src/javascript/pnpm-workspace-config.ts",
57633
- "line": 1817
57826
+ "line": 1849
57634
57827
  },
57635
57828
  "members": [
57636
57829
  {
@@ -57672,7 +57865,7 @@
57672
57865
  "kind": "class",
57673
57866
  "locationInModule": {
57674
57867
  "filename": "src/javascript/pnpm-workspace-config.ts",
57675
- "line": 1628
57868
+ "line": 1660
57676
57869
  },
57677
57870
  "methods": [
57678
57871
  {
@@ -57681,7 +57874,7 @@
57681
57874
  },
57682
57875
  "locationInModule": {
57683
57876
  "filename": "src/javascript/pnpm-workspace-config.ts",
57684
- "line": 1629
57877
+ "line": 1661
57685
57878
  },
57686
57879
  "name": "fromBoolean",
57687
57880
  "parameters": [
@@ -57705,7 +57898,7 @@
57705
57898
  },
57706
57899
  "locationInModule": {
57707
57900
  "filename": "src/javascript/pnpm-workspace-config.ts",
57708
- "line": 1632
57901
+ "line": 1664
57709
57902
  },
57710
57903
  "name": "fromString",
57711
57904
  "parameters": [
@@ -57734,7 +57927,7 @@
57734
57927
  "immutable": true,
57735
57928
  "locationInModule": {
57736
57929
  "filename": "src/javascript/pnpm-workspace-config.ts",
57737
- "line": 1635
57930
+ "line": 1667
57738
57931
  },
57739
57932
  "name": "value",
57740
57933
  "type": {
@@ -57766,7 +57959,7 @@
57766
57959
  "kind": "enum",
57767
57960
  "locationInModule": {
57768
57961
  "filename": "src/javascript/pnpm-workspace-config.ts",
57769
- "line": 1595
57962
+ "line": 1627
57770
57963
  },
57771
57964
  "members": [
57772
57965
  {
@@ -57815,7 +58008,7 @@
57815
58008
  "kind": "enum",
57816
58009
  "locationInModule": {
57817
58010
  "filename": "src/javascript/pnpm-workspace-config.ts",
57818
- "line": 1549
58011
+ "line": 1581
57819
58012
  },
57820
58013
  "members": [
57821
58014
  {
@@ -57857,7 +58050,7 @@
57857
58050
  "kind": "enum",
57858
58051
  "locationInModule": {
57859
58052
  "filename": "src/javascript/pnpm-workspace-config.ts",
57860
- "line": 1563
58053
+ "line": 1595
57861
58054
  },
57862
58055
  "members": [
57863
58056
  {
@@ -57913,7 +58106,7 @@
57913
58106
  "kind": "interface",
57914
58107
  "locationInModule": {
57915
58108
  "filename": "src/javascript/pnpm-workspace-config.ts",
57916
- "line": 1290
58109
+ "line": 1322
57917
58110
  },
57918
58111
  "name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
57919
58112
  "namespace": "javascript",
@@ -57930,7 +58123,7 @@
57930
58123
  "immutable": true,
57931
58124
  "locationInModule": {
57932
58125
  "filename": "src/javascript/pnpm-workspace-config.ts",
57933
- "line": 1310
58126
+ "line": 1342
57934
58127
  },
57935
58128
  "name": "allowAny",
57936
58129
  "optional": true,
@@ -57955,7 +58148,7 @@
57955
58148
  "immutable": true,
57956
58149
  "locationInModule": {
57957
58150
  "filename": "src/javascript/pnpm-workspace-config.ts",
57958
- "line": 1303
58151
+ "line": 1335
57959
58152
  },
57960
58153
  "name": "allowedVersions",
57961
58154
  "optional": true,
@@ -57975,7 +58168,7 @@
57975
58168
  "immutable": true,
57976
58169
  "locationInModule": {
57977
58170
  "filename": "src/javascript/pnpm-workspace-config.ts",
57978
- "line": 1296
58171
+ "line": 1328
57979
58172
  },
57980
58173
  "name": "ignoreMissing",
57981
58174
  "optional": true,
@@ -58004,7 +58197,7 @@
58004
58197
  "kind": "enum",
58005
58198
  "locationInModule": {
58006
58199
  "filename": "src/javascript/pnpm-workspace-config.ts",
58007
- "line": 1785
58200
+ "line": 1817
58008
58201
  },
58009
58202
  "members": [
58010
58203
  {
@@ -58054,7 +58247,7 @@
58054
58247
  "kind": "enum",
58055
58248
  "locationInModule": {
58056
58249
  "filename": "src/javascript/pnpm-workspace-config.ts",
58057
- "line": 1612
58250
+ "line": 1644
58058
58251
  },
58059
58252
  "members": [
58060
58253
  {
@@ -58103,7 +58296,7 @@
58103
58296
  "kind": "enum",
58104
58297
  "locationInModule": {
58105
58298
  "filename": "src/javascript/pnpm-workspace-config.ts",
58106
- "line": 1674
58299
+ "line": 1706
58107
58300
  },
58108
58301
  "members": [
58109
58302
  {
@@ -58145,7 +58338,7 @@
58145
58338
  "kind": "enum",
58146
58339
  "locationInModule": {
58147
58340
  "filename": "src/javascript/pnpm-workspace-config.ts",
58148
- "line": 1801
58341
+ "line": 1833
58149
58342
  },
58150
58343
  "members": [
58151
58344
  {
@@ -58194,7 +58387,7 @@
58194
58387
  "kind": "enum",
58195
58388
  "locationInModule": {
58196
58389
  "filename": "src/javascript/pnpm-workspace-config.ts",
58197
- "line": 1660
58390
+ "line": 1692
58198
58391
  },
58199
58392
  "members": [
58200
58393
  {
@@ -58236,7 +58429,7 @@
58236
58429
  "kind": "class",
58237
58430
  "locationInModule": {
58238
58431
  "filename": "src/javascript/pnpm-workspace-config.ts",
58239
- "line": 1644
58432
+ "line": 1676
58240
58433
  },
58241
58434
  "methods": [
58242
58435
  {
@@ -58245,7 +58438,7 @@
58245
58438
  },
58246
58439
  "locationInModule": {
58247
58440
  "filename": "src/javascript/pnpm-workspace-config.ts",
58248
- "line": 1645
58441
+ "line": 1677
58249
58442
  },
58250
58443
  "name": "fromBoolean",
58251
58444
  "parameters": [
@@ -58269,7 +58462,7 @@
58269
58462
  },
58270
58463
  "locationInModule": {
58271
58464
  "filename": "src/javascript/pnpm-workspace-config.ts",
58272
- "line": 1648
58465
+ "line": 1680
58273
58466
  },
58274
58467
  "name": "fromString",
58275
58468
  "parameters": [
@@ -58298,7 +58491,7 @@
58298
58491
  "immutable": true,
58299
58492
  "locationInModule": {
58300
58493
  "filename": "src/javascript/pnpm-workspace-config.ts",
58301
- "line": 1651
58494
+ "line": 1683
58302
58495
  },
58303
58496
  "name": "value",
58304
58497
  "type": {
@@ -58331,7 +58524,7 @@
58331
58524
  "kind": "interface",
58332
58525
  "locationInModule": {
58333
58526
  "filename": "src/javascript/pnpm-workspace-config.ts",
58334
- "line": 1483
58527
+ "line": 1515
58335
58528
  },
58336
58529
  "name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
58337
58530
  "namespace": "javascript",
@@ -58347,7 +58540,7 @@
58347
58540
  "immutable": true,
58348
58541
  "locationInModule": {
58349
58542
  "filename": "src/javascript/pnpm-workspace-config.ts",
58350
- "line": 1492
58543
+ "line": 1524
58351
58544
  },
58352
58545
  "name": "cpu",
58353
58546
  "optional": true,
@@ -58371,7 +58564,7 @@
58371
58564
  "immutable": true,
58372
58565
  "locationInModule": {
58373
58566
  "filename": "src/javascript/pnpm-workspace-config.ts",
58374
- "line": 1497
58567
+ "line": 1529
58375
58568
  },
58376
58569
  "name": "libc",
58377
58570
  "optional": true,
@@ -58395,7 +58588,7 @@
58395
58588
  "immutable": true,
58396
58589
  "locationInModule": {
58397
58590
  "filename": "src/javascript/pnpm-workspace-config.ts",
58398
- "line": 1487
58591
+ "line": 1519
58399
58592
  },
58400
58593
  "name": "os",
58401
58594
  "optional": true,
@@ -58425,7 +58618,7 @@
58425
58618
  "kind": "enum",
58426
58619
  "locationInModule": {
58427
58620
  "filename": "src/javascript/pnpm-workspace-config.ts",
58428
- "line": 1757
58621
+ "line": 1789
58429
58622
  },
58430
58623
  "members": [
58431
58624
  {
@@ -58460,7 +58653,7 @@
58460
58653
  "kind": "interface",
58461
58654
  "locationInModule": {
58462
58655
  "filename": "src/javascript/pnpm-workspace-config.ts",
58463
- "line": 1333
58656
+ "line": 1365
58464
58657
  },
58465
58658
  "name": "PnpmWorkspaceYamlSchemaUpdate",
58466
58659
  "namespace": "javascript",
@@ -58477,7 +58670,7 @@
58477
58670
  "immutable": true,
58478
58671
  "locationInModule": {
58479
58672
  "filename": "src/javascript/pnpm-workspace-config.ts",
58480
- "line": 1346
58673
+ "line": 1378
58481
58674
  },
58482
58675
  "name": "changeset",
58483
58676
  "optional": true,
@@ -58497,7 +58690,7 @@
58497
58690
  "immutable": true,
58498
58691
  "locationInModule": {
58499
58692
  "filename": "src/javascript/pnpm-workspace-config.ts",
58500
- "line": 1353
58693
+ "line": 1385
58501
58694
  },
58502
58695
  "name": "githubActions",
58503
58696
  "optional": true,
@@ -58517,7 +58710,7 @@
58517
58710
  "immutable": true,
58518
58711
  "locationInModule": {
58519
58712
  "filename": "src/javascript/pnpm-workspace-config.ts",
58520
- "line": 1360
58713
+ "line": 1392
58521
58714
  },
58522
58715
  "name": "githubActionsServer",
58523
58716
  "optional": true,
@@ -58537,7 +58730,7 @@
58537
58730
  "immutable": true,
58538
58731
  "locationInModule": {
58539
58732
  "filename": "src/javascript/pnpm-workspace-config.ts",
58540
- "line": 1339
58733
+ "line": 1371
58541
58734
  },
58542
58735
  "name": "ignoreDeps",
58543
58736
  "optional": true,
@@ -58566,7 +58759,7 @@
58566
58759
  "kind": "interface",
58567
58760
  "locationInModule": {
58568
58761
  "filename": "src/javascript/pnpm-workspace-config.ts",
58569
- "line": 1384
58762
+ "line": 1416
58570
58763
  },
58571
58764
  "name": "PnpmWorkspaceYamlSchemaUpdateConfig",
58572
58765
  "namespace": "javascript",
@@ -58583,7 +58776,7 @@
58583
58776
  "immutable": true,
58584
58777
  "locationInModule": {
58585
58778
  "filename": "src/javascript/pnpm-workspace-config.ts",
58586
- "line": 1390
58779
+ "line": 1422
58587
58780
  },
58588
58781
  "name": "ignoreDependencies",
58589
58782
  "optional": true,
@@ -58613,7 +58806,7 @@
58613
58806
  "kind": "interface",
58614
58807
  "locationInModule": {
58615
58808
  "filename": "src/javascript/pnpm-workspace-config.ts",
58616
- "line": 1688
58809
+ "line": 1720
58617
58810
  },
58618
58811
  "name": "PnpmWorkspaceYamlSchemaVersioning",
58619
58812
  "namespace": "javascript",
@@ -58630,7 +58823,7 @@
58630
58823
  "immutable": true,
58631
58824
  "locationInModule": {
58632
58825
  "filename": "src/javascript/pnpm-workspace-config.ts",
58633
- "line": 1729
58826
+ "line": 1761
58634
58827
  },
58635
58828
  "name": "changelog",
58636
58829
  "optional": true,
@@ -58650,7 +58843,7 @@
58650
58843
  "immutable": true,
58651
58844
  "locationInModule": {
58652
58845
  "filename": "src/javascript/pnpm-workspace-config.ts",
58653
- "line": 1722
58846
+ "line": 1754
58654
58847
  },
58655
58848
  "name": "epics",
58656
58849
  "optional": true,
@@ -58676,7 +58869,7 @@
58676
58869
  "immutable": true,
58677
58870
  "locationInModule": {
58678
58871
  "filename": "src/javascript/pnpm-workspace-config.ts",
58679
- "line": 1694
58872
+ "line": 1726
58680
58873
  },
58681
58874
  "name": "fixed",
58682
58875
  "optional": true,
@@ -58706,7 +58899,7 @@
58706
58899
  "immutable": true,
58707
58900
  "locationInModule": {
58708
58901
  "filename": "src/javascript/pnpm-workspace-config.ts",
58709
- "line": 1701
58902
+ "line": 1733
58710
58903
  },
58711
58904
  "name": "ignore",
58712
58905
  "optional": true,
@@ -58732,7 +58925,7 @@
58732
58925
  "immutable": true,
58733
58926
  "locationInModule": {
58734
58927
  "filename": "src/javascript/pnpm-workspace-config.ts",
58735
- "line": 1715
58928
+ "line": 1747
58736
58929
  },
58737
58930
  "name": "lanes",
58738
58931
  "optional": true,
@@ -58757,7 +58950,7 @@
58757
58950
  "immutable": true,
58758
58951
  "locationInModule": {
58759
58952
  "filename": "src/javascript/pnpm-workspace-config.ts",
58760
- "line": 1708
58953
+ "line": 1740
58761
58954
  },
58762
58955
  "name": "maxBump",
58763
58956
  "optional": true,
@@ -58782,7 +58975,7 @@
58782
58975
  "kind": "interface",
58783
58976
  "locationInModule": {
58784
58977
  "filename": "src/javascript/pnpm-workspace-config.ts",
58785
- "line": 1880
58978
+ "line": 1912
58786
58979
  },
58787
58980
  "name": "PnpmWorkspaceYamlSchemaVersioningChangelog",
58788
58981
  "namespace": "javascript",
@@ -58800,7 +58993,7 @@
58800
58993
  "immutable": true,
58801
58994
  "locationInModule": {
58802
58995
  "filename": "src/javascript/pnpm-workspace-config.ts",
58803
- "line": 1886
58996
+ "line": 1918
58804
58997
  },
58805
58998
  "name": "storage",
58806
58999
  "optional": true,
@@ -58825,7 +59018,7 @@
58825
59018
  "kind": "enum",
58826
59019
  "locationInModule": {
58827
59020
  "filename": "src/javascript/pnpm-workspace-config.ts",
58828
- "line": 1909
59021
+ "line": 1941
58829
59022
  },
58830
59023
  "members": [
58831
59024
  {
@@ -58860,7 +59053,7 @@
58860
59053
  "kind": "interface",
58861
59054
  "locationInModule": {
58862
59055
  "filename": "src/javascript/pnpm-workspace-config.ts",
58863
- "line": 1843
59056
+ "line": 1875
58864
59057
  },
58865
59058
  "name": "PnpmWorkspaceYamlSchemaVersioningEpics",
58866
59059
  "namespace": "javascript",
@@ -58877,7 +59070,7 @@
58877
59070
  "immutable": true,
58878
59071
  "locationInModule": {
58879
59072
  "filename": "src/javascript/pnpm-workspace-config.ts",
58880
- "line": 1849
59073
+ "line": 1881
58881
59074
  },
58882
59075
  "name": "lead",
58883
59076
  "type": {
@@ -58896,7 +59089,7 @@
58896
59089
  "immutable": true,
58897
59090
  "locationInModule": {
58898
59091
  "filename": "src/javascript/pnpm-workspace-config.ts",
58899
- "line": 1856
59092
+ "line": 1888
58900
59093
  },
58901
59094
  "name": "packages",
58902
59095
  "type": {
@@ -58924,7 +59117,7 @@
58924
59117
  "kind": "enum",
58925
59118
  "locationInModule": {
58926
59119
  "filename": "src/javascript/pnpm-workspace-config.ts",
58927
- "line": 1831
59120
+ "line": 1863
58928
59121
  },
58929
59122
  "members": [
58930
59123
  {
@@ -90750,6 +90943,6 @@
90750
90943
  "usedFeatures": [
90751
90944
  "class-covariant-overrides"
90752
90945
  ],
90753
- "version": "0.101.28",
90754
- "fingerprint": "IcQ6bvHUd/oVr1QWCY+mcxB/T58haj3kSelGsqA9aug="
90946
+ "version": "0.101.30",
90947
+ "fingerprint": "3zaNv1UxehqCsAA7e1DL2bZl1dpNutEkSFB2NFJAO1w="
90755
90948
  }