@kubb/agent 4.31.0 → 4.31.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/.output/nitro.json +1 -1
- package/.output/server/chunks/nitro/nitro.mjs +106 -44
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -1
- package/.output/server/node_modules/@kubb/fabric-core/dist/chunk-BVHe6Par.js +22 -0
- package/.output/server/node_modules/@kubb/fabric-core/dist/{defaultParser-C1atU7yU.js → defaultParser-BD_N68Bo.js} +3 -2
- package/.output/server/node_modules/@kubb/fabric-core/dist/{getRelativePath-BcieQL5M.js → getRelativePath-C4Au07ON.js} +2 -1
- package/.output/server/node_modules/@kubb/fabric-core/dist/index.js +3 -2
- package/.output/server/node_modules/@kubb/fabric-core/dist/{onProcessExit-B0rJqX4s.js → onProcessExit-CnZym153.js} +4 -3
- package/.output/server/node_modules/@kubb/fabric-core/dist/parsers/typescript.js +2 -1
- package/.output/server/node_modules/@kubb/fabric-core/dist/parsers.js +3 -2
- package/.output/server/node_modules/@kubb/fabric-core/dist/plugins.js +3 -2
- package/.output/server/node_modules/@kubb/fabric-core/package.json +3 -2
- package/.output/server/node_modules/@kubb/react-fabric/dist/{chunk-Cnw5r_-A.js → chunk-DbZtQ4qb.js} +5 -1
- package/.output/server/node_modules/@kubb/react-fabric/dist/index.js +4 -4
- package/.output/server/node_modules/@kubb/react-fabric/dist/{jsx-runtime-Dm7PKVbc.js → jsx-runtime-CZxrhUx8.js} +24 -5
- package/.output/server/node_modules/@kubb/react-fabric/dist/jsx-runtime.js +3 -3
- package/.output/server/node_modules/@kubb/react-fabric/dist/plugins.js +3 -3
- package/.output/server/node_modules/@kubb/react-fabric/dist/{react-D652OKii.js → react-C2cYsofv.js} +87 -26
- package/.output/server/node_modules/@kubb/react-fabric/dist/{reactPlugin-tE73eBS_.js → reactPlugin-DGKBWjiR.js} +1450 -317
- package/.output/server/node_modules/@kubb/react-fabric/package.json +4 -3
- package/.output/server/package.json +3 -3
- package/package.json +17 -17
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/react-fabric",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.3",
|
|
4
4
|
"description": "React integration for Kubb's fabric - JSX runtime and component-based code generation with React reconciler for building type-safe generators",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -92,7 +92,8 @@
|
|
|
92
92
|
"*.d.cts",
|
|
93
93
|
"!*.map",
|
|
94
94
|
"!/**/**.test.**",
|
|
95
|
-
"!/**/__tests__/**"
|
|
95
|
+
"!/**/__tests__/**",
|
|
96
|
+
"!/**/__snapshots__/**"
|
|
96
97
|
],
|
|
97
98
|
"size-limit": [
|
|
98
99
|
{
|
|
@@ -105,7 +106,7 @@
|
|
|
105
106
|
"react-devtools-core": "6.1.5",
|
|
106
107
|
"remeda": "^2.33.6",
|
|
107
108
|
"ws": "8.18.0",
|
|
108
|
-
"@kubb/fabric-core": "0.13.
|
|
109
|
+
"@kubb/fabric-core": "0.13.3"
|
|
109
110
|
},
|
|
110
111
|
"devDependencies": {
|
|
111
112
|
"@types/react": "^19.2.14",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/agent-prod",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@clack/core": "1.0.1",
|
|
12
12
|
"@clack/prompts": "1.0.1",
|
|
13
13
|
"@humanwhocodes/momoa": "2.0.4",
|
|
14
|
-
"@kubb/fabric-core": "0.13.
|
|
15
|
-
"@kubb/react-fabric": "0.13.
|
|
14
|
+
"@kubb/fabric-core": "0.13.3",
|
|
15
|
+
"@kubb/react-fabric": "0.13.3",
|
|
16
16
|
"@logtail/core": "0.5.6",
|
|
17
17
|
"@logtail/node": "0.5.6",
|
|
18
18
|
"@logtail/tools": "0.5.6",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/agent",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.2",
|
|
4
4
|
"description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"!/**/__snapshots__/**"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@kubb/fabric-core": "0.13.
|
|
35
|
+
"@kubb/fabric-core": "0.13.3",
|
|
36
36
|
"@logtail/node": "^0.5.6",
|
|
37
37
|
"consola": "^3.4.2",
|
|
38
38
|
"jiti": "2.5.1",
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
"tinyexec": "^1.0.2",
|
|
41
41
|
"unstorage": "^1.17.4",
|
|
42
42
|
"ws": "^8.19.0",
|
|
43
|
-
"@kubb/core": "4.31.
|
|
44
|
-
"@kubb/plugin-client": "4.31.
|
|
45
|
-
"@kubb/plugin-cypress": "4.31.
|
|
46
|
-
"@kubb/plugin-faker": "4.31.
|
|
47
|
-
"@kubb/plugin-mcp": "4.31.
|
|
48
|
-
"@kubb/plugin-msw": "4.31.
|
|
49
|
-
"@kubb/plugin-oas": "4.31.
|
|
50
|
-
"@kubb/plugin-react-query": "4.31.
|
|
51
|
-
"@kubb/plugin-redoc": "4.31.
|
|
52
|
-
"@kubb/plugin-solid-query": "4.31.
|
|
53
|
-
"@kubb/plugin-svelte-query": "4.31.
|
|
54
|
-
"@kubb/plugin-swr": "4.31.
|
|
55
|
-
"@kubb/plugin-ts": "4.31.
|
|
56
|
-
"@kubb/plugin-vue-query": "4.31.
|
|
57
|
-
"@kubb/plugin-zod": "4.31.
|
|
43
|
+
"@kubb/core": "4.31.2",
|
|
44
|
+
"@kubb/plugin-client": "4.31.2",
|
|
45
|
+
"@kubb/plugin-cypress": "4.31.2",
|
|
46
|
+
"@kubb/plugin-faker": "4.31.2",
|
|
47
|
+
"@kubb/plugin-mcp": "4.31.2",
|
|
48
|
+
"@kubb/plugin-msw": "4.31.2",
|
|
49
|
+
"@kubb/plugin-oas": "4.31.2",
|
|
50
|
+
"@kubb/plugin-react-query": "4.31.2",
|
|
51
|
+
"@kubb/plugin-redoc": "4.31.2",
|
|
52
|
+
"@kubb/plugin-solid-query": "4.31.2",
|
|
53
|
+
"@kubb/plugin-svelte-query": "4.31.2",
|
|
54
|
+
"@kubb/plugin-swr": "4.31.2",
|
|
55
|
+
"@kubb/plugin-ts": "4.31.2",
|
|
56
|
+
"@kubb/plugin-vue-query": "4.31.2",
|
|
57
|
+
"@kubb/plugin-zod": "4.31.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/ws": "^8.18.1",
|