@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
|
@@ -1335,7 +1335,7 @@ __name(convertTypesToString, "convertTypesToString");
|
|
|
1335
1335
|
function prepareTypeOutputToSave(output) {
|
|
1336
1336
|
const formattedOutput = output.replace(/^export (\w+)/gm, "\nexport $1").replace(/^( {4})+/gm, (match) => match.replace(/ {4}/g, " "));
|
|
1337
1337
|
const formattedOutputWithPrefix = [
|
|
1338
|
-
"// Auto-generated by zimic.",
|
|
1338
|
+
"// Auto-generated by @zimic/http.",
|
|
1339
1339
|
"// NOTE: Do not manually edit this file. Changes will be overridden.\n",
|
|
1340
1340
|
formattedOutput
|
|
1341
1341
|
].join("\n");
|
|
@@ -1449,5 +1449,5 @@ var generate_default = generateTypesFromOpenAPI;
|
|
|
1449
1449
|
exports.__name = __name;
|
|
1450
1450
|
exports.generate_default = generate_default;
|
|
1451
1451
|
exports.logger = logger;
|
|
1452
|
-
//# sourceMappingURL=chunk-
|
|
1453
|
-
//# sourceMappingURL=chunk-
|
|
1452
|
+
//# sourceMappingURL=chunk-JYYTLDL3.js.map
|
|
1453
|
+
//# sourceMappingURL=chunk-JYYTLDL3.js.map
|