@kubb/agent 4.32.3 → 4.32.4
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
|
@@ -6035,7 +6035,7 @@ function tokenize(command) {
|
|
|
6035
6035
|
return args;
|
|
6036
6036
|
}
|
|
6037
6037
|
|
|
6038
|
-
var version = "4.32.
|
|
6038
|
+
var version = "4.32.4";
|
|
6039
6039
|
|
|
6040
6040
|
function isCommandMessage(msg) {
|
|
6041
6041
|
return msg.type === "command";
|
|
@@ -6101,7 +6101,7 @@ var BaseGenerator = (_a$3 = class {
|
|
|
6101
6101
|
function isInputPath(config) {
|
|
6102
6102
|
return typeof (config == null ? void 0 : config.input) === "object" && config.input !== null && "path" in config.input;
|
|
6103
6103
|
}
|
|
6104
|
-
var version$1 = "4.32.
|
|
6104
|
+
var version$1 = "4.32.4";
|
|
6105
6105
|
function getDiagnosticInfo() {
|
|
6106
6106
|
return {
|
|
6107
6107
|
nodeVersion: version$2,
|
|
@@ -213517,6 +213517,7 @@ const zodGenerator = createReactGenerator({
|
|
|
213517
213517
|
schemas.request,
|
|
213518
213518
|
schemas.response
|
|
213519
213519
|
].flat().filter(Boolean);
|
|
213520
|
+
const toZodPath = path$2.resolve(config.root, config.output.path, ".kubb/ToZod.ts");
|
|
213520
213521
|
const mapOperationSchema = ({ name, schema: schemaOriginal, description, keysToOmit: keysToOmitOriginal, ...options2 }) => {
|
|
213521
213522
|
var _a;
|
|
213522
213523
|
let schemaObject = schemaOriginal;
|
|
@@ -213566,12 +213567,6 @@ const zodGenerator = createReactGenerator({
|
|
|
213566
213567
|
path: type.file.path,
|
|
213567
213568
|
name: [type.name]
|
|
213568
213569
|
}),
|
|
213569
|
-
typed && version === "3" && /* @__PURE__ */ jsx(File.Import, {
|
|
213570
|
-
name: ["ToZod"],
|
|
213571
|
-
isTypeOnly: true,
|
|
213572
|
-
root: file.path,
|
|
213573
|
-
path: path$2.resolve(config.root, config.output.path, ".kubb/ToZod.ts")
|
|
213574
|
-
}),
|
|
213575
213570
|
imports.map((imp) => /* @__PURE__ */ jsx(File.Import, {
|
|
213576
213571
|
root: file.path,
|
|
213577
213572
|
path: imp.path,
|
|
@@ -213613,11 +213608,20 @@ const zodGenerator = createReactGenerator({
|
|
|
213613
213608
|
oas,
|
|
213614
213609
|
output: plugin.options.output
|
|
213615
213610
|
}),
|
|
213616
|
-
children: [
|
|
213617
|
-
|
|
213618
|
-
|
|
213619
|
-
|
|
213620
|
-
|
|
213611
|
+
children: [
|
|
213612
|
+
/* @__PURE__ */ jsx(File.Import, {
|
|
213613
|
+
name: isZodImport ? "z" : ["z"],
|
|
213614
|
+
path: plugin.options.importPath,
|
|
213615
|
+
isNameSpace: isZodImport
|
|
213616
|
+
}),
|
|
213617
|
+
typed && version === "3" && /* @__PURE__ */ jsx(File.Import, {
|
|
213618
|
+
name: ["ToZod"],
|
|
213619
|
+
isTypeOnly: true,
|
|
213620
|
+
root: file.path,
|
|
213621
|
+
path: toZodPath
|
|
213622
|
+
}),
|
|
213623
|
+
operationSchemas.map(mapOperationSchema)
|
|
213624
|
+
]
|
|
213621
213625
|
});
|
|
213622
213626
|
},
|
|
213623
213627
|
Schema({ config, schema, plugin }) {
|
|
@@ -213639,6 +213643,7 @@ const zodGenerator = createReactGenerator({
|
|
|
213639
213643
|
file: getFile(schema.name, { pluginKey: [pluginTsName] })
|
|
213640
213644
|
};
|
|
213641
213645
|
const isZodImport = importPath === "zod" || importPath === "zod/mini";
|
|
213646
|
+
const toZodPath = path$2.resolve(config.root, config.output.path, ".kubb/ToZod.ts");
|
|
213642
213647
|
return /* @__PURE__ */ jsxs(File, {
|
|
213643
213648
|
baseName: zod.file.baseName,
|
|
213644
213649
|
path: zod.file.path,
|
|
@@ -213666,8 +213671,9 @@ const zodGenerator = createReactGenerator({
|
|
|
213666
213671
|
}),
|
|
213667
213672
|
typed && version === "3" && /* @__PURE__ */ jsx(File.Import, {
|
|
213668
213673
|
name: ["ToZod"],
|
|
213674
|
+
isTypeOnly: true,
|
|
213669
213675
|
root: zod.file.path,
|
|
213670
|
-
path:
|
|
213676
|
+
path: toZodPath
|
|
213671
213677
|
}),
|
|
213672
213678
|
imports.map((imp) => /* @__PURE__ */ jsx(File.Import, {
|
|
213673
213679
|
root: zod.file.path,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nitro.mjs","sources":["../../../../../../node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs","../../../../../../node_modules/.pnpm/ufo@1.6.3/node_modules/ufo/dist/index.mjs","../../../../../../node_modules/.pnpm/radix3@1.1.2/node_modules/radix3/dist/index.mjs","../../../../../../node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs","../../../../../../node_modules/.pnpm/node-mock-http@1.0.4/node_modules/node-mock-http/dist/index.mjs","../../../../../../node_modules/.pnpm/h3@1.15.5/node_modules/h3/dist/index.mjs","../../../../../../node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.mjs","../../../../../../node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/native.mjs","../../../../../../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch/dist/shared/ofetch.CWycOUEr.mjs","../../../../../../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch/dist/node.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/dist/shared/unstorage.zVDD2mZo.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/dist/index.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/drivers/utils/index.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/drivers/utils/node-fs.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/drivers/fs.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/drivers/fs-lite.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/storage.mjs","../../../../../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/hash.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/cache.mjs","../../../../../../node_modules/.pnpm/klona@2.0.6/node_modules/klona/dist/index.mjs","../../../../../../node_modules/.pnpm/scule@1.3.0/node_modules/scule/dist/index.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/utils.env.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/config.mjs","../../../../../../node_modules/.pnpm/unctx@2.5.0/node_modules/unctx/dist/index.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/context.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/route-rules.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/utils.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/error/utils.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/error/prod.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/plugin.mjs","../../../../server/utils/logger.ts","../../../../server/plugins/fetch-logger.ts","../../../../server/utils/maskedString.ts","../../../../server/plugins/heartbeat.ts","../../../../server/utils/token.ts","../../../../server/utils/api.ts","../../../../../core/dist/fs-TVBCPkE-.js","../../../../../core/dist/transformers-BwSpAhvT.js","../../../../../core/dist/packageManager-wMCQlgd6.js","../../../../../core/dist/utils.js","../../../../server/types/agent.ts","../../../../server/utils/agentCache.ts","../../../../../core/dist/index.js","../../../../server/utils/executeHooks.ts","../../../../server/utils/generate.ts","../../../../server/utils/getCosmiConfig.ts","../../../../server/utils/loadConfig.ts","../../../../../plugin-client/dist/chunk--u3MIqq1.js","../../../../../plugin-oas/dist/SchemaMapper-ClUmzpCc.js","../../../../../oas/dist/chunk-OuPHjz6n.js","../../../../../oas/dist/index.js","../../../../../plugin-oas/dist/resolveServerUrl-sGGjx0hA.js","../../../../../plugin-oas/dist/getFooter-DGVGGyRc.js","../../../../../plugin-oas/dist/utils.js","../../../../../plugin-client/dist/StaticClassClient-D0Suyznb.js","../../../../../plugin-oas/dist/generators-BrYP9z4D.js","../../../../../plugin-oas/dist/index.js","../../../../../plugin-zod/dist/components-CK7yDnVt.js","../../../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/typescript.js","../../../../../plugin-ts/dist/components-B1E7eMZW.js","../../../../../core/dist/hooks.js","../../../../../plugin-oas/dist/hooks.js","../../../../../plugin-ts/dist/plugin-CXXBCsm_.js","../../../../../plugin-zod/dist/generators-HVqNlkDw.js","../../../../../plugin-zod/dist/templates/ToZod.source.js","../../../../../plugin-zod/dist/index.js","../../../../../plugin-client/dist/generators-BgV8h1zt.js","../../../../../plugin-client/dist/templates/clients/axios.source.js","../../../../../plugin-client/dist/templates/clients/fetch.source.js","../../../../../plugin-client/dist/templates/config.source.js","../../../../../plugin-client/dist/index.js","../../../../../plugin-cypress/dist/components-CXqedeum.js","../../../../../plugin-cypress/dist/generators-XAzL9FKJ.js","../../../../../plugin-cypress/dist/index.js","../../../../../plugin-faker/dist/components-B68UsxPY.js","../../../../../plugin-faker/dist/fakerGenerator-BVz1bBsB.js","../../../../../plugin-faker/dist/index.js","../../../../../plugin-mcp/dist/Server-DFtreW32.js","../../../../../plugin-mcp/dist/generators-uRUKPZr3.js","../../../../../plugin-mcp/dist/index.js","../../../../../plugin-msw/dist/components-BtUE8LBG.js","../../../../../plugin-msw/dist/generators-BNu2XO1Z.js","../../../../../plugin-msw/dist/index.js","../../../../../plugin-react-query/dist/chunk--u3MIqq1.js","../../../../../plugin-react-query/dist/components-CpfLKZrt.js","../../../../../plugin-react-query/dist/generators-_w8AJ3mw.js","../../../../../plugin-react-query/dist/index.js","../../../../../plugin-redoc/dist/index.js","../../../../../plugin-solid-query/dist/chunk--u3MIqq1.js","../../../../../plugin-solid-query/dist/components-D5VDfqAN.js","../../../../../plugin-solid-query/dist/generators-CGg1Fp2E.js","../../../../../plugin-solid-query/dist/index.js","../../../../../plugin-svelte-query/dist/chunk--u3MIqq1.js","../../../../../plugin-svelte-query/dist/components-CHWRjqaA.js","../../../../../plugin-svelte-query/dist/generators-BB_2MOpq.js","../../../../../plugin-svelte-query/dist/index.js","../../../../../plugin-swr/dist/chunk--u3MIqq1.js","../../../../../plugin-swr/dist/components-zfsAL4Ba.js","../../../../../plugin-swr/dist/generators-ikbzqdK0.js","../../../../../plugin-swr/dist/index.js","../../../../../plugin-vue-query/dist/chunk--u3MIqq1.js","../../../../../plugin-vue-query/dist/components-CXPsh5f2.js","../../../../../plugin-vue-query/dist/generators-Dvw5T9Qy.js","../../../../../plugin-vue-query/dist/index.js","../../../../server/utils/resolvePlugins.ts","../../../../server/utils/mergePlugins.ts","../../../../server/utils/publish.ts","../../../../server/utils/setupHookListener.ts","../../../../server/utils/ws.ts","../../../../server/utils/connectStudio.ts","../../../../server/plugins/studio.ts","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/app.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/lib/http-graceful-shutdown.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/shutdown.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/presets/node/runtime/node-server.mjs"],"names":["createRouter","f","h","i","l","createError","mergeHeaders","s","nodeFetch","Headers","Headers$1","AbortController$1","stringify","normalizeKey","defineDriver","DRIVER_NAME","fsPromises","PATH_TRAVERSE_RE","fsp","snakeCase","_inlineAppConfig","createRadixRouter","process","readFile","writeFile","value","_head","_tail","_size","_a","_options","_b","Node","__publicField","Queue","__privateAdd","__privateGet","__privateSet","__privateWrapper","pLimit","validateConcurrency","path","__privateMethod","performance","_c","_d","_e","_f","item","trimExtName","version","build","os","error","__defProp","__name","v","d","b","__assign","o","exports","Kind","YAMLException","string","ScalarType","Comments","isPlainObject","fs","parse","schema","schemas","transformers","normalizedSchema","name","min","max","getParams$1","Function","getParams","Operations","validate","oas","options","Type","siblings","require","global","modifiers","questionToken","propertyName","operationsGenerator","source","baseURL","source$2","Response","getTransformer$1","QueryKey","getParams$9","QueryOptions","getParams$8","InfiniteQuery","getParams$7","InfiniteQueryOptions","getParams$6","getTransformer","MutationKey","getParams$5","getParams$4","Mutation","getParams$3","Query","getParams$2","operations","infiniteQueryGenerator","mutationGenerator","queryGenerator","__filename","__dirname","pkg","params","generics","nitroApp","callNodeRequestHandler","fetchNodeRequestHandler","gracefulShutdown","HttpsServer","HttpServer"],"mappings":"","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,59,112,113,114,115]}
|
|
1
|
+
{"version":3,"file":"nitro.mjs","sources":["../../../../../../node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs","../../../../../../node_modules/.pnpm/ufo@1.6.3/node_modules/ufo/dist/index.mjs","../../../../../../node_modules/.pnpm/radix3@1.1.2/node_modules/radix3/dist/index.mjs","../../../../../../node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs","../../../../../../node_modules/.pnpm/node-mock-http@1.0.4/node_modules/node-mock-http/dist/index.mjs","../../../../../../node_modules/.pnpm/h3@1.15.5/node_modules/h3/dist/index.mjs","../../../../../../node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.mjs","../../../../../../node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/native.mjs","../../../../../../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch/dist/shared/ofetch.CWycOUEr.mjs","../../../../../../node_modules/.pnpm/ofetch@1.5.1/node_modules/ofetch/dist/node.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/dist/shared/unstorage.zVDD2mZo.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/dist/index.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/drivers/utils/index.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/drivers/utils/node-fs.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/drivers/fs.mjs","../../../../../../node_modules/.pnpm/unstorage@1.17.4_db0@0.3.4_ioredis@5.9.3/node_modules/unstorage/drivers/fs-lite.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/storage.mjs","../../../../../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/hash.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/cache.mjs","../../../../../../node_modules/.pnpm/klona@2.0.6/node_modules/klona/dist/index.mjs","../../../../../../node_modules/.pnpm/scule@1.3.0/node_modules/scule/dist/index.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/utils.env.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/config.mjs","../../../../../../node_modules/.pnpm/unctx@2.5.0/node_modules/unctx/dist/index.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/context.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/route-rules.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/utils.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/error/utils.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/error/prod.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/plugin.mjs","../../../../server/utils/logger.ts","../../../../server/plugins/fetch-logger.ts","../../../../server/utils/maskedString.ts","../../../../server/plugins/heartbeat.ts","../../../../server/utils/token.ts","../../../../server/utils/api.ts","../../../../../core/dist/fs-TVBCPkE-.js","../../../../../core/dist/transformers-BwSpAhvT.js","../../../../../core/dist/packageManager-wMCQlgd6.js","../../../../../core/dist/utils.js","../../../../server/types/agent.ts","../../../../server/utils/agentCache.ts","../../../../../core/dist/index.js","../../../../server/utils/executeHooks.ts","../../../../server/utils/generate.ts","../../../../server/utils/getCosmiConfig.ts","../../../../server/utils/loadConfig.ts","../../../../../plugin-client/dist/chunk--u3MIqq1.js","../../../../../plugin-oas/dist/SchemaMapper-ClUmzpCc.js","../../../../../oas/dist/chunk-OuPHjz6n.js","../../../../../oas/dist/index.js","../../../../../plugin-oas/dist/resolveServerUrl-sGGjx0hA.js","../../../../../plugin-oas/dist/getFooter-DGVGGyRc.js","../../../../../plugin-oas/dist/utils.js","../../../../../plugin-client/dist/StaticClassClient-D0Suyznb.js","../../../../../plugin-oas/dist/generators-BrYP9z4D.js","../../../../../plugin-oas/dist/index.js","../../../../../plugin-zod/dist/components-CK7yDnVt.js","../../../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/typescript.js","../../../../../plugin-ts/dist/components-B1E7eMZW.js","../../../../../core/dist/hooks.js","../../../../../plugin-oas/dist/hooks.js","../../../../../plugin-ts/dist/plugin-CXXBCsm_.js","../../../../../plugin-zod/dist/generators-DfvfkbX5.js","../../../../../plugin-zod/dist/templates/ToZod.source.js","../../../../../plugin-zod/dist/index.js","../../../../../plugin-client/dist/generators-BgV8h1zt.js","../../../../../plugin-client/dist/templates/clients/axios.source.js","../../../../../plugin-client/dist/templates/clients/fetch.source.js","../../../../../plugin-client/dist/templates/config.source.js","../../../../../plugin-client/dist/index.js","../../../../../plugin-cypress/dist/components-CXqedeum.js","../../../../../plugin-cypress/dist/generators-XAzL9FKJ.js","../../../../../plugin-cypress/dist/index.js","../../../../../plugin-faker/dist/components-B68UsxPY.js","../../../../../plugin-faker/dist/fakerGenerator-BVz1bBsB.js","../../../../../plugin-faker/dist/index.js","../../../../../plugin-mcp/dist/Server-DFtreW32.js","../../../../../plugin-mcp/dist/generators-uRUKPZr3.js","../../../../../plugin-mcp/dist/index.js","../../../../../plugin-msw/dist/components-BtUE8LBG.js","../../../../../plugin-msw/dist/generators-BNu2XO1Z.js","../../../../../plugin-msw/dist/index.js","../../../../../plugin-react-query/dist/chunk--u3MIqq1.js","../../../../../plugin-react-query/dist/components-CpfLKZrt.js","../../../../../plugin-react-query/dist/generators-_w8AJ3mw.js","../../../../../plugin-react-query/dist/index.js","../../../../../plugin-redoc/dist/index.js","../../../../../plugin-solid-query/dist/chunk--u3MIqq1.js","../../../../../plugin-solid-query/dist/components-D5VDfqAN.js","../../../../../plugin-solid-query/dist/generators-CGg1Fp2E.js","../../../../../plugin-solid-query/dist/index.js","../../../../../plugin-svelte-query/dist/chunk--u3MIqq1.js","../../../../../plugin-svelte-query/dist/components-CHWRjqaA.js","../../../../../plugin-svelte-query/dist/generators-BB_2MOpq.js","../../../../../plugin-svelte-query/dist/index.js","../../../../../plugin-swr/dist/chunk--u3MIqq1.js","../../../../../plugin-swr/dist/components-zfsAL4Ba.js","../../../../../plugin-swr/dist/generators-ikbzqdK0.js","../../../../../plugin-swr/dist/index.js","../../../../../plugin-vue-query/dist/chunk--u3MIqq1.js","../../../../../plugin-vue-query/dist/components-CXPsh5f2.js","../../../../../plugin-vue-query/dist/generators-Dvw5T9Qy.js","../../../../../plugin-vue-query/dist/index.js","../../../../server/utils/resolvePlugins.ts","../../../../server/utils/mergePlugins.ts","../../../../server/utils/publish.ts","../../../../server/utils/setupHookListener.ts","../../../../server/utils/ws.ts","../../../../server/utils/connectStudio.ts","../../../../server/plugins/studio.ts","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/app.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/lib/http-graceful-shutdown.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/runtime/internal/shutdown.mjs","../../../../../../node_modules/.pnpm/nitropack@2.13.1_encoding@0.1.13_rolldown@1.0.0-rc.7/node_modules/nitropack/dist/presets/node/runtime/node-server.mjs"],"names":["createRouter","f","h","i","l","createError","mergeHeaders","s","nodeFetch","Headers","Headers$1","AbortController$1","stringify","normalizeKey","defineDriver","DRIVER_NAME","fsPromises","PATH_TRAVERSE_RE","fsp","snakeCase","_inlineAppConfig","createRadixRouter","process","readFile","writeFile","value","_head","_tail","_size","_a","_options","_b","Node","__publicField","Queue","__privateAdd","__privateGet","__privateSet","__privateWrapper","pLimit","validateConcurrency","path","__privateMethod","performance","_c","_d","_e","_f","item","trimExtName","version","build","os","error","__defProp","__name","v","d","b","__assign","o","exports","Kind","YAMLException","string","ScalarType","Comments","isPlainObject","fs","parse","schema","schemas","transformers","normalizedSchema","name","min","max","getParams$1","Function","getParams","Operations","validate","oas","options","Type","siblings","require","global","modifiers","questionToken","propertyName","operationsGenerator","source","baseURL","source$2","Response","getTransformer$1","QueryKey","getParams$9","QueryOptions","getParams$8","InfiniteQuery","getParams$7","InfiniteQueryOptions","getParams$6","getTransformer","MutationKey","getParams$5","getParams$4","Mutation","getParams$3","Query","getParams$2","operations","infiniteQueryGenerator","mutationGenerator","queryGenerator","__filename","__dirname","pkg","params","generics","nitroApp","callNodeRequestHandler","fetchNodeRequestHandler","gracefulShutdown","HttpsServer","HttpServer"],"mappings":"","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,59,112,113,114,115]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/agent",
|
|
3
|
-
"version": "4.32.
|
|
3
|
+
"version": "4.32.4",
|
|
4
4
|
"description": "Agent server for Kubb, enabling HTTP-based access to code generation capabilities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
"tinyexec": "^1.0.2",
|
|
41
41
|
"unstorage": "^1.17.4",
|
|
42
42
|
"ws": "^8.19.0",
|
|
43
|
-
"@kubb/core": "4.32.
|
|
44
|
-
"@kubb/plugin-client": "4.32.
|
|
45
|
-
"@kubb/plugin-cypress": "4.32.
|
|
46
|
-
"@kubb/plugin-faker": "4.32.
|
|
47
|
-
"@kubb/plugin-mcp": "4.32.
|
|
48
|
-
"@kubb/plugin-msw": "4.32.
|
|
49
|
-
"@kubb/plugin-oas": "4.32.
|
|
50
|
-
"@kubb/plugin-react-query": "4.32.
|
|
51
|
-
"@kubb/plugin-redoc": "4.32.
|
|
52
|
-
"@kubb/plugin-solid-query": "4.32.
|
|
53
|
-
"@kubb/plugin-svelte-query": "4.32.
|
|
54
|
-
"@kubb/plugin-swr": "4.32.
|
|
55
|
-
"@kubb/plugin-ts": "4.32.
|
|
56
|
-
"@kubb/plugin-vue-query": "4.32.
|
|
57
|
-
"@kubb/plugin-zod": "4.32.
|
|
43
|
+
"@kubb/core": "4.32.4",
|
|
44
|
+
"@kubb/plugin-client": "4.32.4",
|
|
45
|
+
"@kubb/plugin-cypress": "4.32.4",
|
|
46
|
+
"@kubb/plugin-faker": "4.32.4",
|
|
47
|
+
"@kubb/plugin-mcp": "4.32.4",
|
|
48
|
+
"@kubb/plugin-msw": "4.32.4",
|
|
49
|
+
"@kubb/plugin-oas": "4.32.4",
|
|
50
|
+
"@kubb/plugin-react-query": "4.32.4",
|
|
51
|
+
"@kubb/plugin-redoc": "4.32.4",
|
|
52
|
+
"@kubb/plugin-solid-query": "4.32.4",
|
|
53
|
+
"@kubb/plugin-svelte-query": "4.32.4",
|
|
54
|
+
"@kubb/plugin-swr": "4.32.4",
|
|
55
|
+
"@kubb/plugin-ts": "4.32.4",
|
|
56
|
+
"@kubb/plugin-vue-query": "4.32.4",
|
|
57
|
+
"@kubb/plugin-zod": "4.32.4"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/ws": "^8.18.1",
|