@kubb/core 4.31.5 → 4.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -141,6 +141,7 @@ Kubb is an open source project with its ongoing development made possible entire
141
141
  <td align="center" valign="top" width="14.28%"><a href="https://choly.ca"><img src="https://avatars.githubusercontent.com/u/943597?v=4?s=100" width="100px;" alt="Ilia Choly"/><br /><sub><b>Ilia Choly</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=icholy" title="Code">💻</a></td>
142
142
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/skoropadas"><img src="https://avatars.githubusercontent.com/u/20700969?v=4?s=100" width="100px;" alt="Alex Skoropad"/><br /><sub><b>Alex Skoropad</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=skoropadas" title="Code">💻</a></td>
143
143
  <td align="center" valign="top" width="14.28%"><a href="https://pateljay.io"><img src="https://avatars.githubusercontent.com/u/36803168?v=4?s=100" width="100px;" alt="Jay Patel"/><br /><sub><b>Jay Patel</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=jay-babu" title="Code">💻</a></td>
144
+ <td align="center" valign="top" width="14.28%"><a href="https://hamzamihaidaniel.com"><img src="https://avatars.githubusercontent.com/u/12731515?v=4?s=100" width="100px;" alt="Hamza Mihai Daniel"/><br /><sub><b>Hamza Mihai Daniel</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=hamzamihaidanielx" title="Code">💻</a></td>
144
145
  </tr>
145
146
  </tbody>
146
147
  </table>
@@ -184,8 +185,8 @@ See [LICENSE](./LICENSE) for details.
184
185
  [npm-version-href]: https://npmx.dev/package/@kubb/core
185
186
  [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/core?flat&colorA=18181B&colorB=f58517
186
187
  [npm-downloads-href]: https://npmjs.com/package/@kubb/core
187
- [license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
188
- [license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
188
+ [license-src]: https://img.shields.io/npm/l/%40kubb%2Fcore?flat&colorA=18181B&colorB=f58517
189
+ [license-href]: https://github.com/kubb-labs/kubb/blob/main/licenses/LICENSE-MIT
189
190
  [build-src]: https://img.shields.io/github/actions/workflow/status/kubb-labs/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
190
191
  [build-href]: https://www.npmjs.com/package/@kubb/core
191
192
  [minified-src]: https://img.shields.io/bundlephobia/min/@kubb/core?style=flat&colorA=18181B&colorB=f58517
package/dist/index.cjs CHANGED
@@ -71,7 +71,7 @@ function isInputPath(config) {
71
71
 
72
72
  //#endregion
73
73
  //#region package.json
74
- var version = "4.31.5";
74
+ var version = "4.32.0";
75
75
 
76
76
  //#endregion
77
77
  //#region src/utils/diagnostics.ts
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ function isInputPath(config) {
67
67
 
68
68
  //#endregion
69
69
  //#region package.json
70
- var version$1 = "4.31.5";
70
+ var version$1 = "4.32.0";
71
71
 
72
72
  //#endregion
73
73
  //#region src/utils/diagnostics.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.31.5",
3
+ "version": "4.32.0",
4
4
  "description": "Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.",
5
5
  "keywords": [
6
6
  "typescript",