@kubb/agent 4.33.3 → 4.33.4

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "date": "2026-03-12T11:33:16.802Z",
2
+ "date": "2026-03-13T12:55:36.092Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -4648,7 +4648,7 @@ async function disconnect({ sessionId, token, studioUrl }) {
4648
4648
  }
4649
4649
  }
4650
4650
 
4651
- var version = "4.33.3";
4651
+ var version = "4.33.4";
4652
4652
 
4653
4653
  function isCommandMessage(msg) {
4654
4654
  return msg.type === "command";
@@ -5662,7 +5662,7 @@ executeSync_fn = function({ strategy, hookName, parameters, plugin }) {
5662
5662
  key: [plugin.name, usedPluginNames[plugin.name]].filter(Boolean)
5663
5663
  };
5664
5664
  }, _e);
5665
- var version$1 = "4.33.3";
5665
+ var version$1 = "4.33.4";
5666
5666
  function getDiagnosticInfo() {
5667
5667
  return {
5668
5668
  nodeVersion: version$2,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/openapi-core",
3
- "version": "2.21.0",
3
+ "version": "2.21.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "types": "lib/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "4.33.3",
3
+ "version": "4.33.4",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "dependencies": {
@@ -25,7 +25,7 @@
25
25
  "@readme/postman-to-openapi": "4.1.0",
26
26
  "@redocly/ajv": "8.18.0",
27
27
  "@redocly/config": "0.44.1",
28
- "@redocly/openapi-core": "2.21.0",
28
+ "@redocly/openapi-core": "2.21.1",
29
29
  "ajv": "8.17.1",
30
30
  "ajv-draft-04": "1.0.0",
31
31
  "ajv-formats": "3.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent",
3
- "version": "4.33.3",
3
+ "version": "4.33.4",
4
4
  "description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
5
5
  "keywords": [
6
6
  "agent",
@@ -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.33.3",
44
- "@kubb/plugin-client": "4.33.3",
45
- "@kubb/plugin-cypress": "4.33.3",
46
- "@kubb/plugin-faker": "4.33.3",
47
- "@kubb/plugin-mcp": "4.33.3",
48
- "@kubb/plugin-msw": "4.33.3",
49
- "@kubb/plugin-oas": "4.33.3",
50
- "@kubb/plugin-react-query": "4.33.3",
51
- "@kubb/plugin-redoc": "4.33.3",
52
- "@kubb/plugin-solid-query": "4.33.3",
53
- "@kubb/plugin-svelte-query": "4.33.3",
54
- "@kubb/plugin-swr": "4.33.3",
55
- "@kubb/plugin-ts": "4.33.3",
56
- "@kubb/plugin-vue-query": "4.33.3",
57
- "@kubb/plugin-zod": "4.33.3"
43
+ "@kubb/core": "4.33.4",
44
+ "@kubb/plugin-client": "4.33.4",
45
+ "@kubb/plugin-cypress": "4.33.4",
46
+ "@kubb/plugin-faker": "4.33.4",
47
+ "@kubb/plugin-mcp": "4.33.4",
48
+ "@kubb/plugin-msw": "4.33.4",
49
+ "@kubb/plugin-oas": "4.33.4",
50
+ "@kubb/plugin-react-query": "4.33.4",
51
+ "@kubb/plugin-redoc": "4.33.4",
52
+ "@kubb/plugin-solid-query": "4.33.4",
53
+ "@kubb/plugin-svelte-query": "4.33.4",
54
+ "@kubb/plugin-swr": "4.33.4",
55
+ "@kubb/plugin-ts": "4.33.4",
56
+ "@kubb/plugin-vue-query": "4.33.4",
57
+ "@kubb/plugin-zod": "4.33.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/ws": "^8.18.1",