@kubb/agent 5.0.0-alpha.62 → 5.0.0-alpha.63

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-24T09:12:08.316Z",
2
+ "date": "2026-04-24T09:42:22.493Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -6282,7 +6282,7 @@ const fsStorage = createStorage(() => ({
6282
6282
  await clean(resolve(base));
6283
6283
  }
6284
6284
  }));
6285
- var version$1 = "5.0.0-alpha.62";
6285
+ var version$1 = "5.0.0-alpha.63";
6286
6286
  function getDiagnosticInfo() {
6287
6287
  return {
6288
6288
  nodeVersion: version$2,
@@ -6685,7 +6685,7 @@ const memoryStorage = createStorage(() => {
6685
6685
  };
6686
6686
  });
6687
6687
 
6688
- var version = "5.0.0-alpha.62";
6688
+ var version = "5.0.0-alpha.63";
6689
6689
 
6690
6690
  function isCommandMessage(msg) {
6691
6691
  return msg.type === "command";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "5.0.0-alpha.62",
3
+ "version": "5.0.0-alpha.63",
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.62",
3
+ "version": "5.0.0-alpha.63",
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.62",
47
- "@kubb/core": "5.0.0-alpha.62"
46
+ "@kubb/ast": "5.0.0-alpha.63",
47
+ "@kubb/core": "5.0.0-alpha.63"
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.10",
54
54
  "@internals/utils": "0.0.0",
55
- "@kubb/adapter-oas": "5.0.0-alpha.62",
56
- "@kubb/parser-ts": "5.0.0-alpha.62"
55
+ "@kubb/adapter-oas": "5.0.0-alpha.63",
56
+ "@kubb/parser-ts": "5.0.0-alpha.63"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=22"