@kubb/agent 5.0.0-alpha.57 → 5.0.0-alpha.58

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-04-23T19:52:59.397Z",
2
+ "date": "2026-04-23T20:57:52.087Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -6265,7 +6265,7 @@ const fsStorage = createStorage(() => ({
6265
6265
  await clean(resolve(base));
6266
6266
  }
6267
6267
  }));
6268
- var version$1 = "5.0.0-alpha.57";
6268
+ var version$1 = "5.0.0-alpha.58";
6269
6269
  function getDiagnosticInfo() {
6270
6270
  return {
6271
6271
  nodeVersion: version$2,
@@ -6668,7 +6668,7 @@ const memoryStorage = createStorage(() => {
6668
6668
  };
6669
6669
  });
6670
6670
 
6671
- var version = "5.0.0-alpha.57";
6671
+ var version = "5.0.0-alpha.58";
6672
6672
 
6673
6673
  function isCommandMessage(msg) {
6674
6674
  return msg.type === "command";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "5.0.0-alpha.57",
3
+ "version": "5.0.0-alpha.58",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent",
3
- "version": "5.0.0-alpha.57",
3
+ "version": "5.0.0-alpha.58",
4
4
  "description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
5
5
  "keywords": [
6
6
  "agent",
@@ -43,8 +43,8 @@
43
43
  "tinyexec": "^1.1.1",
44
44
  "unstorage": "^1.17.5",
45
45
  "ws": "^8.20.0",
46
- "@kubb/ast": "5.0.0-alpha.57",
47
- "@kubb/core": "5.0.0-alpha.57"
46
+ "@kubb/ast": "5.0.0-alpha.58",
47
+ "@kubb/core": "5.0.0-alpha.58"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/ws": "^8.18.1",
@@ -52,8 +52,8 @@
52
52
  "nitropack": "^2.13.3",
53
53
  "vite": "^8.0.9",
54
54
  "@internals/utils": "0.0.0",
55
- "@kubb/adapter-oas": "5.0.0-alpha.57",
56
- "@kubb/parser-ts": "5.0.0-alpha.57"
55
+ "@kubb/adapter-oas": "5.0.0-alpha.58",
56
+ "@kubb/parser-ts": "5.0.0-alpha.58"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=22"