@kubb/agent 5.0.0-beta.33 → 5.0.0-beta.34

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-05-29T09:11:57.554Z",
2
+ "date": "2026-05-29T17:40:21.059Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -6769,7 +6769,7 @@ async function clean(path) {
6769
6769
  force: true
6770
6770
  });
6771
6771
  }
6772
- var version$1 = "5.0.0-beta.33";
6772
+ var version$1 = "5.0.0-beta.34";
6773
6773
  function createStorage(build) {
6774
6774
  return (options) => build(options != null ? options : {});
6775
6775
  }
@@ -7038,7 +7038,7 @@ const memoryStorage = createStorage(() => {
7038
7038
  };
7039
7039
  });
7040
7040
 
7041
- var version = "5.0.0-beta.33";
7041
+ var version = "5.0.0-beta.34";
7042
7042
 
7043
7043
  function isCommandMessage(msg) {
7044
7044
  return msg.type === "command";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "5.0.0-beta.33",
3
+ "version": "5.0.0-beta.34",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "dependencies": {
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  <div align="center">
2
- <h1>@kubb/agent</h1>
3
2
  <a href="https://kubb.dev" target="_blank" rel="noopener noreferrer">
4
- <img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo">
3
+ <img src="https://kubb.dev/og.png" alt="Kubb banner">
5
4
  </a>
6
5
 
7
6
  [![npm version][npm-version-src]][npm-version-href]
@@ -11,7 +10,7 @@
11
10
  [![Sponsors][sponsors-src]][sponsors-href]
12
11
 
13
12
  <h4>
14
- <a href="https://kubb.dev/" target="_blank">Documentation</a>
13
+ <a href="https://kubb.dev" target="_blank">Documentation</a>
15
14
  <span> · </span>
16
15
  <a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
17
16
  <span> · </span>
@@ -19,7 +18,13 @@
19
18
  </h4>
20
19
  </div>
21
20
 
22
- HTTP agent server for Kubb, built on [Nitro](https://nitro.build). It exposes REST endpoints for triggering code generation, a health check, and a bidirectional WebSocket connection to Kubb Studio. Machine tokens are derived from the machine's network identity so they survive restarts. Sessions are cached locally to speed up reconnects.
21
+ <br />
22
+
23
+ # @kubb/agent
24
+
25
+ ### HTTP agent server for Kubb
26
+
27
+ Built on [Nitro](https://nitro.build), it exposes REST endpoints for triggering code generation, a health check, and a bidirectional WebSocket connection to Kubb Studio. Machine tokens are derived from the machine's network identity so they survive restarts. Sessions are cached locally to speed up reconnects.
23
28
 
24
29
  ## Installation
25
30
 
@@ -337,9 +342,10 @@ You'll receive a stream of events as the code generation progresses.
337
342
 
338
343
  ## Supporting Kubb
339
344
 
340
- Kubb is an open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
345
+ Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider:
341
346
 
342
347
  - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
348
+ - [See sponsorship tiers and our sponsors](https://kubb.dev/sponsors)
343
349
 
344
350
  <p align="center">
345
351
  <a href="https://github.com/sponsors/stijnvanhulle">
@@ -347,6 +353,10 @@ Kubb is an open source project with its ongoing development made possible entire
347
353
  </a>
348
354
  </p>
349
355
 
356
+ ## License
357
+
358
+ [AGPL-3.0-or-later](https://github.com/kubb-labs/kubb/blob/main/licenses/LICENSE-AGPL-3.0)
359
+
350
360
  <!-- Badges -->
351
361
 
352
362
  [npm-version-src]: https://img.shields.io/npm/v/@kubb/agent?flat&colorA=18181B&colorB=f58517
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent",
3
- "version": "5.0.0-beta.33",
3
+ "version": "5.0.0-beta.34",
4
4
  "description": "HTTP agent server for Kubb. Exposes code generation via REST API and WebSocket with real-time Kubb Studio integration, machine binding, and Docker support.",
5
5
  "keywords": [
6
6
  "agent",
@@ -43,8 +43,8 @@
43
43
  "tinyexec": "~1.1.2",
44
44
  "unstorage": "^1.17.5",
45
45
  "ws": "^8.21.0",
46
- "@kubb/ast": "5.0.0-beta.33",
47
- "@kubb/core": "5.0.0-beta.33"
46
+ "@kubb/ast": "5.0.0-beta.34",
47
+ "@kubb/core": "5.0.0-beta.34"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/ws": "^8.18.1",
@@ -52,9 +52,9 @@
52
52
  "nitropack": "^2.13.4",
53
53
  "vite": "^8.0.14",
54
54
  "@internals/utils": "0.0.0",
55
- "@kubb/adapter-oas": "5.0.0-beta.33",
56
- "@kubb/parser-ts": "5.0.0-beta.33",
57
- "@kubb/renderer-jsx": "5.0.0-beta.33"
55
+ "@kubb/adapter-oas": "5.0.0-beta.34",
56
+ "@kubb/parser-ts": "5.0.0-beta.34",
57
+ "@kubb/renderer-jsx": "5.0.0-beta.34"
58
58
  },
59
59
  "engines": {
60
60
  "node": ">=22"