@kubb/core 4.32.1 → 4.32.2

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
@@ -9,7 +9,6 @@
9
9
  [![Coverage][coverage-src]][coverage-href]
10
10
  [![License][license-src]][license-href]
11
11
  [![Sponsors][sponsors-src]][sponsors-href]
12
- [![smithery badge](https://smithery.ai/badge/@kubb-labs/kubb)](https://smithery.ai/server/@kubb-labs/kubb)
13
12
  <h4>
14
13
  <a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/main/examples/typescript" target="_blank">View Demo</a>
15
14
  <span> · </span>
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.32.1";
74
+ var version = "4.32.2";
75
75
  //#endregion
76
76
  //#region src/utils/diagnostics.ts
77
77
  /**
package/dist/index.js CHANGED
@@ -64,7 +64,7 @@ function isInputPath(config) {
64
64
  }
65
65
  //#endregion
66
66
  //#region package.json
67
- var version$1 = "4.32.1";
67
+ var version$1 = "4.32.2";
68
68
  //#endregion
69
69
  //#region src/utils/diagnostics.ts
70
70
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.32.1",
3
+ "version": "4.32.2",
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",