@ahoo-wang/fetcher-generator 3.15.0 → 3.15.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/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-DW5oLBBf.js → src-Cf65Jvn_.js} +2 -2
- package/dist/{src-DW5oLBBf.js.map → src-Cf65Jvn_.js.map} +1 -1
- package/dist/{src-swpb5H7t.cjs → src-DY8hKMiY.cjs} +2 -2
- package/dist/{src-swpb5H7t.cjs.map → src-DY8hKMiY.cjs.map} +1 -1
- package/package.json +7 -7
package/dist/cli.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./src-
|
|
2
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./src-DY8hKMiY.cjs`);let t=require(`commander`);function n(){return t.program.name(`fetcher-generator`).description(`OpenAPI Specification TypeScript code generator for Wow`).version(e.i.version,`-v, --version`),t.program.command(`generate`).description(`Generate TypeScript code from OpenAPI specification`).requiredOption(`-i, --input <file>`,`Input OpenAPI specification file path or URL (http/https)`).option(`-o, --output <path>`,`Output directory path`,`src/generated`).option(`-c, --config <file>`,`Configuration file path`,e.n).option(`-t, --ts-config-file-path <file>`,`TypeScript configuration file path`).action(e.r),t.program}function r(){n().parse()}r(),exports.runCLI=r,exports.setupCLI=n;
|
|
3
3
|
//# sourceMappingURL=cli.cjs.map
|
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./src-
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require(`./src-DY8hKMiY.cjs`);exports.CodeGenerator=e.t,exports.DEFAULT_CONFIG_PATH=e.n;
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./src-
|
|
1
|
+
import { n as e, t } from "./src-Cf65Jvn_.js";
|
|
2
2
|
export { t as CodeGenerator, e as DEFAULT_CONFIG_PATH };
|
|
@@ -31,7 +31,7 @@ var ee = class {
|
|
|
31
31
|
}
|
|
32
32
|
}, te = {
|
|
33
33
|
name: "@ahoo-wang/fetcher-generator",
|
|
34
|
-
version: "3.15.
|
|
34
|
+
version: "3.15.2",
|
|
35
35
|
description: "A powerful TypeScript code generation tool that automatically generates type-safe API client code based on OpenAPI specifications. It is designed for general use cases and is also deeply optimized for the [Wow](https://github.com/Ahoo-Wang/Wow) Domain-Driven Design framework, providing native support for the CQRS architectural pattern.",
|
|
36
36
|
keywords: [
|
|
37
37
|
"fetch",
|
|
@@ -1482,4 +1482,4 @@ var ft = class {
|
|
|
1482
1482
|
//#endregion
|
|
1483
1483
|
export { te as i, _t as n, re as r, $ as t };
|
|
1484
1484
|
|
|
1485
|
-
//# sourceMappingURL=src-
|
|
1485
|
+
//# sourceMappingURL=src-Cf65Jvn_.js.map
|