@powerlines/plugin-openapi 0.2.388 → 0.2.390

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.
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.2.386-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.2.387-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -18,9 +18,9 @@ type OpenAPIPluginOptions = Omit<OpenAPITSOptions, "cwd"> & {
18
18
  * The path to the output file generated by the plugin.
19
19
  *
20
20
  * @remarks
21
- * If using the default value, the file can be imported from "powerlines:api". This field allows the use of the "\{builtinPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
21
+ * If using the default value, the file can be imported from "powerlines:api". This field allows the use of the "\{builtinsPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
22
22
  *
23
- * @defaultValue "\{builtinPath\}/api.ts"
23
+ * @defaultValue "\{builtinsPath\}/api.ts"
24
24
  */
25
25
  outputPath?: string;
26
26
  };
@@ -18,9 +18,9 @@ type OpenAPIPluginOptions = Omit<OpenAPITSOptions, "cwd"> & {
18
18
  * The path to the output file generated by the plugin.
19
19
  *
20
20
  * @remarks
21
- * If using the default value, the file can be imported from "powerlines:api". This field allows the use of the "\{builtinPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
21
+ * If using the default value, the file can be imported from "powerlines:api". This field allows the use of the "\{builtinsPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
22
22
  *
23
- * @defaultValue "\{builtinPath\}/api.ts"
23
+ * @defaultValue "\{builtinsPath\}/api.ts"
24
24
  */
25
25
  outputPath?: string;
26
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-openapi",
3
- "version": "0.2.388",
3
+ "version": "0.2.390",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to generate project code from OpenAPI specifications.",
6
6
  "repository": {
@@ -101,13 +101,13 @@
101
101
  "defu": "^6.1.4",
102
102
  "jiti": "^2.6.1",
103
103
  "openapi-typescript": "^7.13.0",
104
- "powerlines": "^0.42.24"
104
+ "powerlines": "^0.42.26"
105
105
  },
106
106
  "devDependencies": {
107
- "@powerlines/plugin-plugin": "^0.12.334",
107
+ "@powerlines/plugin-plugin": "^0.12.336",
108
108
  "@types/node": "^25.5.0"
109
109
  },
110
110
  "publishConfig": { "access": "public" },
111
111
  "types": "./dist/index.d.cts",
112
- "gitHead": "7230bc7bb8f070d2188b0cade2e512c042f50783"
112
+ "gitHead": "a9c2c780046fa83980901c76d9c21ab1c0276fd8"
113
113
  }