@kubb/core 5.0.0-alpha.33 → 5.0.0-alpha.34

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/dist/index.cjs CHANGED
@@ -1623,7 +1623,7 @@ const fsStorage = createStorage(() => ({
1623
1623
  }));
1624
1624
  //#endregion
1625
1625
  //#region package.json
1626
- var version = "5.0.0-alpha.33";
1626
+ var version = "5.0.0-alpha.34";
1627
1627
  //#endregion
1628
1628
  //#region src/utils/diagnostics.ts
1629
1629
  /**
package/dist/index.js CHANGED
@@ -1617,7 +1617,7 @@ const fsStorage = createStorage(() => ({
1617
1617
  }));
1618
1618
  //#endregion
1619
1619
  //#region package.json
1620
- var version$1 = "5.0.0-alpha.33";
1620
+ var version$1 = "5.0.0-alpha.34";
1621
1621
  //#endregion
1622
1622
  //#region src/utils/diagnostics.ts
1623
1623
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.0.0-alpha.33",
3
+ "version": "5.0.0-alpha.34",
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",
@@ -69,8 +69,8 @@
69
69
  "remeda": "^2.33.7",
70
70
  "semver": "^7.7.4",
71
71
  "tinyexec": "^1.1.1",
72
- "@kubb/ast": "5.0.0-alpha.33",
73
- "@kubb/renderer-jsx": "5.0.0-alpha.33"
72
+ "@kubb/ast": "5.0.0-alpha.34",
73
+ "@kubb/renderer-jsx": "5.0.0-alpha.34"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/semver": "^7.7.1",
@@ -78,7 +78,7 @@
78
78
  "@internals/utils": "0.0.0"
79
79
  },
80
80
  "peerDependencies": {
81
- "@kubb/renderer-jsx": "5.0.0-alpha.33"
81
+ "@kubb/renderer-jsx": "5.0.0-alpha.34"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=22"