@kubb/cli 3.16.1 → 3.16.2
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/dist/{chunk-MKHKV2HH.cjs → chunk-OKWBGMAG.cjs} +4 -4
- package/dist/chunk-OKWBGMAG.cjs.map +1 -0
- package/dist/{generate-J27CF4EQ.cjs → generate-IO6M6WPG.cjs} +179 -179
- package/dist/{generate-J27CF4EQ.cjs.map → generate-IO6M6WPG.cjs.map} +1 -1
- package/dist/{generate-YT6MCGVO.cjs → generate-YZYI2YSX.cjs} +10 -10
- package/dist/{generate-YT6MCGVO.cjs.map → generate-YZYI2YSX.cjs.map} +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/{mcp-C35BGKG3.cjs → mcp-KL42HRWB.cjs} +5 -5
- package/dist/{mcp-C35BGKG3.cjs.map → mcp-KL42HRWB.cjs.map} +1 -1
- package/dist/{validate-534U6NKH.cjs → validate-7QEOABSE.cjs} +5 -5
- package/dist/{validate-534U6NKH.cjs.map → validate-7QEOABSE.cjs.map} +1 -1
- package/package.json +11 -11
- package/dist/chunk-MKHKV2HH.cjs.map +0 -1
|
@@ -35,10 +35,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
35
35
|
mod
|
|
36
36
|
));
|
|
37
37
|
|
|
38
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.
|
|
38
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.10_@types+node@20.19.10__jiti@2.5.1_postcss@8.5.6_typescript@5.9.2_yaml@2.7.1/node_modules/tsup/assets/cjs_shims.js
|
|
39
39
|
var getImportMetaUrl; exports.importMetaUrl = void 0;
|
|
40
40
|
var init_cjs_shims = __esm({
|
|
41
|
-
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.
|
|
41
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.10_@types+node@20.19.10__jiti@2.5.1_postcss@8.5.6_typescript@5.9.2_yaml@2.7.1/node_modules/tsup/assets/cjs_shims.js"() {
|
|
42
42
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
43
43
|
exports.importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
44
44
|
}
|
|
@@ -48,5 +48,5 @@ exports.__commonJS = __commonJS;
|
|
|
48
48
|
exports.__require = __require;
|
|
49
49
|
exports.__toESM = __toESM;
|
|
50
50
|
exports.init_cjs_shims = init_cjs_shims;
|
|
51
|
-
//# sourceMappingURL=chunk-
|
|
52
|
-
//# sourceMappingURL=chunk-
|
|
51
|
+
//# sourceMappingURL=chunk-OKWBGMAG.cjs.map
|
|
52
|
+
//# sourceMappingURL=chunk-OKWBGMAG.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.10_@types+node@20.19.10__jiti@2.5.1_postcss@8.5.6_typescript@5.9.2_yaml@2.7.1/node_modules/tsup/assets/cjs_shims.js"],"names":["importMetaUrl"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAKM,gBAMO,CAAA,CAAAA;AAXb,IAAA,cAAA,GAAA,KAAA,CAAA;AAAA,EAAA,uLAAA,GAAA;AAKA,IAAM,gBAAA,GAAmB,MACvB,OAAO,QAAA,KAAa,cAChB,IAAI,GAAA,CAAI,CAAQ,KAAA,EAAA,UAAU,CAAE,CAAA,CAAA,CAAE,OAC7B,QAAS,CAAA,aAAA,IAAiB,SAAS,aAAc,CAAA,GAAA,IAClD,IAAI,GAAI,CAAA,SAAA,EAAW,QAAS,CAAA,OAAO,CAAE,CAAA,IAAA;AAEpC,IAAMA,wCAAiD,gBAAA,EAAA;AAAA;AAAA,CAAA","file":"chunk-OKWBGMAG.cjs","sourcesContent":["// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () =>\n typeof document === 'undefined'\n ? new URL(`file:${__filename}`).href\n : (document.currentScript && document.currentScript.src) ||\n new URL('main.js', document.baseURI).href\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n"]}
|