@kubb/agent 5.0.0-alpha.39 → 5.0.0-alpha.40

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-17T13:25:12.208Z",
2
+ "date": "2026-04-17T14:08:58.860Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -6702,7 +6702,7 @@ const fsStorage = createStorage(() => ({
6702
6702
  await clean(resolve(base));
6703
6703
  }
6704
6704
  }));
6705
- var version$1 = "5.0.0-alpha.39";
6705
+ var version$1 = "5.0.0-alpha.40";
6706
6706
  function getDiagnosticInfo() {
6707
6707
  return {
6708
6708
  nodeVersion: version$2,
@@ -7394,7 +7394,7 @@ const memoryStorage = createStorage(() => {
7394
7394
  };
7395
7395
  });
7396
7396
 
7397
- var version = "5.0.0-alpha.39";
7397
+ var version = "5.0.0-alpha.40";
7398
7398
 
7399
7399
  function isCommandMessage(msg) {
7400
7400
  return msg.type === "command";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "5.0.0-alpha.39",
3
+ "version": "5.0.0-alpha.40",
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.39",
3
+ "version": "5.0.0-alpha.40",
4
4
  "description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
5
5
  "keywords": [
6
6
  "agent",
@@ -39,10 +39,10 @@
39
39
  "tinyexec": "^1.1.1",
40
40
  "unstorage": "^1.17.5",
41
41
  "ws": "^8.20.0",
42
- "@kubb/adapter-oas": "5.0.0-alpha.39",
43
- "@kubb/ast": "5.0.0-alpha.39",
44
- "@kubb/core": "5.0.0-alpha.39",
45
- "@kubb/parser-ts": "5.0.0-alpha.39"
42
+ "@kubb/adapter-oas": "5.0.0-alpha.40",
43
+ "@kubb/parser-ts": "5.0.0-alpha.40",
44
+ "@kubb/ast": "5.0.0-alpha.40",
45
+ "@kubb/core": "5.0.0-alpha.40"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/ws": "^8.18.1",