@kubb/agent 5.0.0-alpha.41 → 5.0.0-alpha.42

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-17T14:40:14.925Z",
2
+ "date": "2026-04-17T15:21:27.252Z",
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.41";
6705
+ var version$1 = "5.0.0-alpha.42";
6706
6706
  function getDiagnosticInfo() {
6707
6707
  return {
6708
6708
  nodeVersion: version$2,
@@ -7390,7 +7390,7 @@ const memoryStorage = createStorage(() => {
7390
7390
  };
7391
7391
  });
7392
7392
 
7393
- var version = "5.0.0-alpha.41";
7393
+ var version = "5.0.0-alpha.42";
7394
7394
 
7395
7395
  function isCommandMessage(msg) {
7396
7396
  return msg.type === "command";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "5.0.0-alpha.41",
3
+ "version": "5.0.0-alpha.42",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "dependencies": {
package/README.md CHANGED
@@ -296,7 +296,7 @@ The `input` value is treated as `InputData` (i.e. `{ data: "<content>" }`) and o
296
296
  ### 1. Create a Kubb configuration file (`kubb.config.ts`):
297
297
 
298
298
  ```typescript
299
- import { defineConfig } from '@kubb/core'
299
+ import { defineConfig } from 'kubb'
300
300
  import { pluginOas } from '@kubb/plugin-oas'
301
301
  import { pluginTs } from '@kubb/plugin-ts'
302
302
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent",
3
- "version": "5.0.0-alpha.41",
3
+ "version": "5.0.0-alpha.42",
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.41",
43
- "@kubb/ast": "5.0.0-alpha.41",
44
- "@kubb/core": "5.0.0-alpha.41",
45
- "@kubb/parser-ts": "5.0.0-alpha.41"
42
+ "@kubb/adapter-oas": "5.0.0-alpha.42",
43
+ "@kubb/ast": "5.0.0-alpha.42",
44
+ "@kubb/core": "5.0.0-alpha.42",
45
+ "@kubb/parser-ts": "5.0.0-alpha.42"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/ws": "^8.18.1",