@kubb/agent 5.0.0-beta.32 → 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.
package/.output/nitro.json
CHANGED
|
@@ -6769,7 +6769,7 @@ async function clean(path) {
|
|
|
6769
6769
|
force: true
|
|
6770
6770
|
});
|
|
6771
6771
|
}
|
|
6772
|
-
var version$1 = "5.0.0-beta.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "5.0.0-beta.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"normalize-path": "3.0.0",
|
|
18
18
|
"picomatch": "2.3.2",
|
|
19
19
|
"readdirp": "5.0.0",
|
|
20
|
-
"remeda": "2.
|
|
20
|
+
"remeda": "2.36.0",
|
|
21
21
|
"serialize-error": "8.1.0",
|
|
22
22
|
"stack-trace": "0.0.10",
|
|
23
23
|
"tinyexec": "1.1.2",
|
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
|
|
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
|
|
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
|
-
|
|
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
|
|
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.
|
|
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",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"@logtail/node": "^0.5.8",
|
|
40
40
|
"consola": "^3.4.2",
|
|
41
41
|
"jiti": "^2.7.0",
|
|
42
|
-
"remeda": "^2.
|
|
42
|
+
"remeda": "^2.36.0",
|
|
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.
|
|
47
|
-
"@kubb/core": "5.0.0-beta.
|
|
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.
|
|
56
|
-
"@kubb/parser-ts": "5.0.0-beta.
|
|
57
|
-
"@kubb/renderer-jsx": "5.0.0-beta.
|
|
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"
|