@kubb/agent 5.0.0-alpha.72 → 5.0.0-alpha.73

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-28T10:47:37.936Z",
2
+ "date": "2026-04-28T13:27:22.389Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -6358,7 +6358,7 @@ const fsStorage = createStorage(() => ({
6358
6358
  await clean(resolve(base));
6359
6359
  }
6360
6360
  }));
6361
- var version$1 = "5.0.0-alpha.72";
6361
+ var version$1 = "5.0.0-alpha.73";
6362
6362
  function getDiagnosticInfo() {
6363
6363
  return {
6364
6364
  nodeVersion: version$2,
@@ -6414,6 +6414,8 @@ async function setup(userConfig, options = {}) {
6414
6414
  parsers: (_g = userConfig.parsers) != null ? _g : [],
6415
6415
  adapter: userConfig.adapter,
6416
6416
  output: {
6417
+ format: false,
6418
+ lint: false,
6417
6419
  write: true,
6418
6420
  extension: DEFAULT_EXTENSION,
6419
6421
  defaultBanner: DEFAULT_BANNER,
@@ -6775,7 +6777,7 @@ const memoryStorage = createStorage(() => {
6775
6777
  };
6776
6778
  });
6777
6779
 
6778
- var version = "5.0.0-alpha.72";
6780
+ var version = "5.0.0-alpha.73";
6779
6781
 
6780
6782
  function isCommandMessage(msg) {
6781
6783
  return msg.type === "command";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "5.0.0-alpha.72",
3
+ "version": "5.0.0-alpha.73",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "dependencies": {
package/README.md CHANGED
@@ -83,7 +83,7 @@ services:
83
83
  PORT: 80
84
84
  KUBB_AGENT_ROOT: /kubb/agent/data
85
85
  KUBB_AGENT_CONFIG: ./kubb.config.ts
86
- KUBB_STUDIO_URL: https://studio.kubb.dev
86
+ KUBB_STUDIO_URL: https://kubb.studio
87
87
  volumes:
88
88
  - agent_kv:/kubb/agent/.kubb/data
89
89
  restart: unless-stopped
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent",
3
- "version": "5.0.0-alpha.72",
3
+ "version": "5.0.0-alpha.73",
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
  "unrun": "^0.2.37",
44
44
  "unstorage": "^1.17.5",
45
45
  "ws": "^8.20.0",
46
- "@kubb/core": "5.0.0-alpha.72",
47
- "@kubb/ast": "5.0.0-alpha.72"
46
+ "@kubb/ast": "5.0.0-alpha.73",
47
+ "@kubb/core": "5.0.0-alpha.73"
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.72",
56
- "@kubb/parser-ts": "5.0.0-alpha.72"
55
+ "@kubb/adapter-oas": "5.0.0-alpha.73",
56
+ "@kubb/parser-ts": "5.0.0-alpha.73"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=22"