From 456cb9d119eaa9fe797deb6877e7c3ee6125d909 Mon Sep 17 00:00:00 2001 From: sup39 Date: Thu, 7 May 2020 00:26:53 +0900 Subject: [PATCH] fix Config supmiku39->sup39 --- dist/Config.js | 2 +- lib/Config.ts | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",