@kubb/mcp 4.16.0 → 4.17.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/dist/index.cjs CHANGED
@@ -38,7 +38,7 @@ let jiti = require("jiti");
38
38
  jiti = __toESM(jiti);
39
39
 
40
40
  //#region package.json
41
- var version = "4.16.0";
41
+ var version = "4.17.0";
42
42
 
43
43
  //#endregion
44
44
  //#region src/schemas/generateSchema.ts
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import path from "node:path";
8
8
  import createJiti from "jiti";
9
9
 
10
10
  //#region package.json
11
- var version = "4.16.0";
11
+ var version = "4.17.0";
12
12
 
13
13
  //#endregion
14
14
  //#region src/schemas/generateSchema.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/mcp",
3
- "version": "4.16.0",
3
+ "version": "4.17.0",
4
4
  "description": "Generator MCP",
5
5
  "keywords": [
6
6
  "typescript",
@@ -46,14 +46,14 @@
46
46
  }
47
47
  ],
48
48
  "dependencies": {
49
- "@kubb/react-fabric": "0.9.5",
49
+ "@kubb/react-fabric": "0.10.0",
50
50
  "@modelcontextprotocol/sdk": "^1.25.2",
51
51
  "jiti": "^2.6.1",
52
52
  "zod": "^4.3.5",
53
- "@kubb/core": "4.16.0"
53
+ "@kubb/core": "4.17.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "@kubb/react-fabric": "0.9.5"
56
+ "@kubb/react-fabric": "0.10.0"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=20"