@kubb/agent 4.25.2 → 4.26.1
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
|
@@ -5654,7 +5654,7 @@ var _b, _cache, _cwd, _SLASHES, _PackageManager_instances, match_fn;
|
|
|
5654
5654
|
function isInputPath(config) {
|
|
5655
5655
|
return typeof (config == null ? void 0 : config.input) === "object" && config.input !== null && "path" in config.input;
|
|
5656
5656
|
}
|
|
5657
|
-
var version$1 = "4.
|
|
5657
|
+
var version$1 = "4.26.1";
|
|
5658
5658
|
function getDiagnosticInfo() {
|
|
5659
5659
|
return {
|
|
5660
5660
|
nodeVersion: version$2,
|
|
@@ -6420,7 +6420,7 @@ function setupEventsStream(ws, events) {
|
|
|
6420
6420
|
});
|
|
6421
6421
|
}
|
|
6422
6422
|
|
|
6423
|
-
var version = "4.
|
|
6423
|
+
var version = "4.26.1";
|
|
6424
6424
|
|
|
6425
6425
|
const _zcw7I4pYH8OiCfaDcjy_x7I6IH1tLDQR3W_yRZgP6E = defineNitroPlugin(async (nitro) => {
|
|
6426
6426
|
const studioUrl = process$1.env.KUBB_STUDIO_URL || "https://studio.kubb.dev";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/agent",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.26.1",
|
|
4
4
|
"description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"picocolors": "^1.1.1",
|
|
46
46
|
"string-argv": "^0.3.2",
|
|
47
47
|
"ws": "^8.19.0",
|
|
48
|
-
"@kubb/core": "4.
|
|
48
|
+
"@kubb/core": "4.26.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/ws": "^8.18.1",
|
|
52
|
-
"msw": "^2.
|
|
52
|
+
"msw": "^2.12.10",
|
|
53
53
|
"vite": "^7.3.1"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|