@kubb/agent 4.25.2 → 4.26.0

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-02-19T14:06:30.574Z",
2
+ "date": "2026-02-19T22:29:28.679Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -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.25.2";
5657
+ var version$1 = "4.26.0";
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.25.2";
6423
+ var version = "4.26.0";
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";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "4.25.2",
3
+ "version": "4.26.0",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent",
3
- "version": "4.25.2",
3
+ "version": "4.26.0",
4
4
  "description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
5
5
  "keywords": [
6
6
  "agent",
@@ -45,7 +45,7 @@
45
45
  "picocolors": "^1.1.1",
46
46
  "string-argv": "^0.3.2",
47
47
  "ws": "^8.19.0",
48
- "@kubb/core": "4.25.2"
48
+ "@kubb/core": "4.26.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/ws": "^8.18.1",