@kubb/agent 4.25.0 → 4.25.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-19T11:00:00.202Z",
2
+ "date": "2026-02-19T13:13:48.902Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -1,4 +1,4 @@
1
- import http, { Server as Server$1 } from 'node:http';
1
+ import process from 'node:process';globalThis._importMeta_=globalThis._importMeta_||{url:"file:///_entry.js",env:process.env};import http, { Server as Server$1 } from 'node:http';
2
2
  import https, { Server } from 'node:https';
3
3
  import { EventEmitter } from 'node:events';
4
4
  import { Buffer as Buffer$1 } from 'node:buffer';
@@ -5653,7 +5653,7 @@ var _b, _cache, _cwd, _SLASHES, _PackageManager_instances, match_fn;
5653
5653
  function isInputPath(config) {
5654
5654
  return typeof (config == null ? void 0 : config.input) === "object" && config.input !== null && "path" in config.input;
5655
5655
  }
5656
- var version$1 = "4.25.0";
5656
+ var version$1 = "4.25.1";
5657
5657
  function getDiagnosticInfo() {
5658
5658
  return {
5659
5659
  nodeVersion: version$2,
@@ -6266,7 +6266,7 @@ async function generate({ config, events }) {
6266
6266
  }
6267
6267
 
6268
6268
  const tsLoader = async (configFile) => {
6269
- const jiti = createJiti(configFile, {
6269
+ const jiti = createJiti(globalThis._importMeta_.url, {
6270
6270
  jsx: {
6271
6271
  runtime: "automatic",
6272
6272
  importSource: "@kubb/react-fabric"
@@ -6419,7 +6419,7 @@ function setupEventsStream(ws, events) {
6419
6419
  });
6420
6420
  }
6421
6421
 
6422
- var version = "4.25.0";
6422
+ var version = "4.25.1";
6423
6423
 
6424
6424
  const _zcw7I4pYH8OiCfaDcjy_x7I6IH1tLDQR3W_yRZgP6E = defineNitroPlugin(async (nitro) => {
6425
6425
  const studioUrl = process$1.env.KUBB_STUDIO_URL || "https://studio.kubb.dev";