@kubb/core 5.0.0-alpha.44 → 5.0.0-alpha.45

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
@@ -735,7 +735,7 @@ const fsStorage = createStorage(() => ({
735
735
  }));
736
736
  //#endregion
737
737
  //#region package.json
738
- var version = "5.0.0-alpha.44";
738
+ var version = "5.0.0-alpha.45";
739
739
  //#endregion
740
740
  //#region src/utils/diagnostics.ts
741
741
  /**
package/dist/index.js CHANGED
@@ -737,7 +737,7 @@ const fsStorage = createStorage(() => ({
737
737
  }));
738
738
  //#endregion
739
739
  //#region package.json
740
- var version$1 = "5.0.0-alpha.44";
740
+ var version$1 = "5.0.0-alpha.45";
741
741
  //#endregion
742
742
  //#region src/utils/diagnostics.ts
743
743
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.0.0-alpha.44",
3
+ "version": "5.0.0-alpha.45",
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",
@@ -66,15 +66,15 @@
66
66
  "dependencies": {
67
67
  "fflate": "^0.8.2",
68
68
  "tinyexec": "^1.1.1",
69
- "@kubb/ast": "5.0.0-alpha.44",
70
- "@kubb/renderer-jsx": "5.0.0-alpha.44"
69
+ "@kubb/ast": "5.0.0-alpha.45"
71
70
  },
72
71
  "devDependencies": {
73
72
  "p-limit": "^7.3.0",
74
- "@internals/utils": "0.0.0"
73
+ "@internals/utils": "0.0.0",
74
+ "@kubb/renderer-jsx": "5.0.0-alpha.45"
75
75
  },
76
76
  "peerDependencies": {
77
- "@kubb/renderer-jsx": "5.0.0-alpha.44"
77
+ "@kubb/renderer-jsx": "5.0.0-alpha.45"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=22"