fix
Showing
| { | { | ||
| "name": "koishi-utils-schemagen", | "name": "koishi-utils-schemagengen", | ||
| "version": "1.0.5", | "version": "1.0.6", | ||
| "description": "在 Koishi.js 中,使用类装饰器定义 Schema", | "description": "在 Koishi.js 中,使用类装饰器定义 Schema", | ||
| "main": "dist/src/index.js", | "main": "dist/src/index.js", | ||
| "typings": "dist/src/index.d.ts", | "typings": "dist/src/index.d.ts", | ||
| ... | @@ -10,12 +10,12 @@ | ... | @@ -10,12 +10,12 @@ |
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-utils-schema.git" | "url": "https://code.mycard.moe/3rdeye/koishi-utils-schemagen.git" | ||
| }, | }, | ||
| "bugs": { | "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-utils-schema/issues" | "url": "https://code.mycard.moe/3rdeye/koishi-utils-schemagen/issues" | ||
| }, | }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-utils-schema", | "homepage": "https://code.mycard.moe/3rdeye/koishi-utils-schemagen", | ||
| "keywords": [ | "keywords": [ | ||
| "Koishi.js", | "Koishi.js", | ||
| "Nest.js", | "Nest.js", | ||
| ... | ... |
Please register or sign in to comment