@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.
- package/.output/nitro.json +1 -1
- package/.output/server/chunks/nitro/nitro.mjs +4 -4
- package/.output/server/node_modules/.nitro/jiti@2.5.1/dist/babel.cjs +246 -0
- package/.output/server/node_modules/.nitro/jiti@2.5.1/dist/jiti.cjs +1 -0
- package/.output/server/node_modules/.nitro/jiti@2.5.1/lib/jiti.mjs +22 -0
- package/.output/server/node_modules/.nitro/jiti@2.5.1/package.json +134 -0
- package/.output/server/package.json +2 -2
- package/package.json +3 -3
- /package/.output/server/node_modules/{jiti → .nitro/jiti@2.6.1}/dist/jiti.cjs +0 -0
- /package/.output/server/node_modules/{jiti → .nitro/jiti@2.6.1}/lib/jiti.mjs +0 -0
- /package/.output/server/node_modules/{jiti → .nitro/jiti@2.6.1}/package.json +0 -0
package/.output/nitro.json
CHANGED
|
@@ -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.
|
|
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(
|
|
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.
|
|
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";
|