@kubb/agent 4.24.0 → 4.24.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "date": "2026-02-17T12:30:24.502Z",
2
+ "date": "2026-02-18T18:10:56.866Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -1,4 +1,4 @@
1
- var version = "4.24.0";
1
+ var version = "4.24.1";
2
2
 
3
3
  export { version as v };
4
4
  //# sourceMappingURL=package.mjs.map
@@ -5287,7 +5287,7 @@ var _b$1, _cache, _cwd, _SLASHES, _PackageManager_instances, match_fn;
5287
5287
  function isInputPath(config) {
5288
5288
  return typeof (config == null ? void 0 : config.input) === "object" && config.input !== null && "path" in config.input;
5289
5289
  }
5290
- var version$1 = "4.24.0";
5290
+ var version$1 = "4.24.1";
5291
5291
  function getDiagnosticInfo() {
5292
5292
  return {
5293
5293
  nodeVersion: version,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/agent-prod",
3
- "version": "4.24.0",
3
+ "version": "4.24.1",
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.24.0",
3
+ "version": "4.24.1",
4
4
  "description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
5
5
  "keywords": [
6
6
  "agent",
@@ -43,7 +43,7 @@
43
43
  "jiti": "^2.6.1",
44
44
  "nitropack": "^2.13.1",
45
45
  "string-argv": "^0.3.2",
46
- "@kubb/core": "4.24.0"
46
+ "@kubb/core": "4.24.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "vite": "^7.3.1"