diff --git a/dist/Config.js b/dist/Config.js index 54300c7..8143952 100644 --- a/dist/Config.js +++ b/dist/Config.js @@ -11,7 +11,7 @@ exports.configDefault = { routerName: 'apiRouter', // TS path ServerAPITSPath: '#ServerAPI', - utilsTSPath: '@supmiku39/api-ts-gen/utils', + utilsTSPath: '@sup39/api-ts-gen/utils', // other outputDir: 'api/generated', validateStatus: function (status) { return /^2..$/.test(status); }, diff --git a/lib/Config.ts b/lib/Config.ts index cf565ed..48550be 100644 --- a/lib/Config.ts +++ b/lib/Config.ts @@ -29,7 +29,7 @@ export const configDefault: ConfigOptional = { routerName: 'apiRouter', // TS path ServerAPITSPath: '#ServerAPI', - utilsTSPath: '@supmiku39/api-ts-gen/utils', + utilsTSPath: '@sup39/api-ts-gen/utils', // other outputDir: 'api/generated', validateStatus: (status: string) => /^2..$/.test(status), diff --git a/package.json b/package.json index 991fa60..d5e398f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sup39/api-ts-gen", - "version": "2.0.2-a", + "version": "2.0.2-b", "description": "OpenAPI code generator for TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts",