@kubb/agent 5.0.0-alpha.51 → 5.0.0-alpha.52

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-20T08:21:22.562Z",
2
+ "date": "2026-04-22T15:42:27.502Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -6297,7 +6297,7 @@ const fsStorage = createStorage(() => ({
6297
6297
  await clean(resolve(base));
6298
6298
  }
6299
6299
  }));
6300
- var version$1 = "5.0.0-alpha.51";
6300
+ var version$1 = "5.0.0-alpha.52";
6301
6301
  function getDiagnosticInfo() {
6302
6302
  return {
6303
6303
  nodeVersion: version$2,
@@ -6977,7 +6977,7 @@ const memoryStorage = createStorage(() => {
6977
6977
  };
6978
6978
  });
6979
6979
 
6980
- var version = "5.0.0-alpha.51";
6980
+ var version = "5.0.0-alpha.52";
6981
6981
 
6982
6982
  function isCommandMessage(msg) {
6983
6983
  return msg.type === "command";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "5.0.0-alpha.51",
3
+ "version": "5.0.0-alpha.52",
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.51",
3
+ "version": "5.0.0-alpha.52",
4
4
  "description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
5
5
  "keywords": [
6
6
  "agent",
@@ -43,17 +43,17 @@
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.51",
47
- "@kubb/core": "5.0.0-alpha.51"
46
+ "@kubb/ast": "5.0.0-alpha.52",
47
+ "@kubb/core": "5.0.0-alpha.52"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/ws": "^8.18.1",
51
51
  "msw": "^2.13.4",
52
52
  "nitropack": "^2.13.3",
53
- "vite": "^8.0.8",
53
+ "vite": "^8.0.9",
54
54
  "@internals/utils": "0.0.0",
55
- "@kubb/adapter-oas": "5.0.0-alpha.51",
56
- "@kubb/parser-ts": "5.0.0-alpha.51"
55
+ "@kubb/adapter-oas": "5.0.0-alpha.52",
56
+ "@kubb/parser-ts": "5.0.0-alpha.52"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=22"