@zimic/http 1.1.2-canary.0 → 1.1.2-canary.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-LN3KUZYH.js → chunk-JYYTLDL3.js} +3 -3
- package/dist/{chunk-LN3KUZYH.js.map → chunk-JYYTLDL3.js.map} +1 -1
- package/dist/{chunk-7NUDJND5.mjs → chunk-NMM3FZVR.mjs} +3 -3
- package/dist/{chunk-7NUDJND5.mjs.map → chunk-NMM3FZVR.mjs.map} +1 -1
- package/dist/cli.js +7 -7
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +2 -2
- package/dist/cli.mjs.map +1 -1
- package/dist/typegen.js +2 -2
- package/dist/typegen.mjs +1 -1
- package/package.json +4 -4
- package/src/typegen/openapi/transform/io.ts +1 -1
|
@@ -1326,7 +1326,7 @@ __name(convertTypesToString, "convertTypesToString");
|
|
|
1326
1326
|
function prepareTypeOutputToSave(output) {
|
|
1327
1327
|
const formattedOutput = output.replace(/^export (\w+)/gm, "\nexport $1").replace(/^( {4})+/gm, (match) => match.replace(/ {4}/g, " "));
|
|
1328
1328
|
const formattedOutputWithPrefix = [
|
|
1329
|
-
"// Auto-generated by zimic.",
|
|
1329
|
+
"// Auto-generated by @zimic/http.",
|
|
1330
1330
|
"// NOTE: Do not manually edit this file. Changes will be overridden.\n",
|
|
1331
1331
|
formattedOutput
|
|
1332
1332
|
].join("\n");
|
|
@@ -1438,5 +1438,5 @@ var generate_default = generateTypesFromOpenAPI;
|
|
|
1438
1438
|
* The root import module is defined at build time. The fallback is not expected to be used. */
|
|
1439
1439
|
|
|
1440
1440
|
export { __name, generate_default, logger };
|
|
1441
|
-
//# sourceMappingURL=chunk-
|
|
1442
|
-
//# sourceMappingURL=chunk-
|
|
1441
|
+
//# sourceMappingURL=chunk-NMM3FZVR.mjs.map
|
|
1442
|
+
//# sourceMappingURL=chunk-NMM3FZVR.mjs.map
|