-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update version for all packages from beta to rc.0 - Update peer dependency version for koishi-plugin-chatluna to 1.0.0-rc.0 - Make minor formatting changes to package.json files
- Loading branch information
1 parent
135dbaf
commit 8d6fefa
Showing
20 changed files
with
112 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,81 @@ | ||
{ | ||
"name": "koishi-plugin-chatluna-image-renderer", | ||
"description": "image renderer for chatluna", | ||
"version": "1.0.0-beta.5", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"resources" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
"name": "koishi-plugin-chatluna-image-renderer", | ||
"description": "image renderer for chatluna", | ||
"version": "1.0.0-rc.0", | ||
"main": "lib/index.cjs", | ||
"module": "lib/index.mjs", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"resources" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"author": "dingyi222666 <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChatLunaLab/chatluna.git", | ||
"directory": "packages/image-renderer" | ||
}, | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChatLunaLab/chatluna/issues" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/image-renderer#readme", | ||
"scripts": { | ||
"build": "atsc -b" | ||
}, | ||
"keywords": [ | ||
"chatbot", | ||
"koishi", | ||
"plugin", | ||
"service", | ||
"chatgpt", | ||
"gpt", | ||
"openai", | ||
"chatluna", | ||
"search" | ||
], | ||
"dependencies": { | ||
"highlight.js": "^11.10.0", | ||
"katex": "^0.16.11", | ||
"marked": "^15.0.1", | ||
"marked-highlight": "^2.2.1", | ||
"marked-katex-extension": "^5.1.3", | ||
"qrcode": "^1.5.4" | ||
}, | ||
"devDependencies": { | ||
"@types/jsdom": "^21.1.7", | ||
"@types/uuid": "^10.0.0", | ||
"atsc": "^2.1.0", | ||
"koishi": "^4.18.1", | ||
"koishi-plugin-puppeteer": "^3.9.0" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.18.1", | ||
"koishi-plugin-chatluna": "^1.0.0-beta.127" | ||
}, | ||
"koishi": { | ||
"description": { | ||
"zh": "ChatLuna 的图像渲染插件", | ||
"en": "Image renderer plugin for ChatLuna" | ||
"type": "module", | ||
"author": "dingyi222666 <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChatLunaLab/chatluna.git", | ||
"directory": "packages/image-renderer" | ||
}, | ||
"service": { | ||
"required": [ | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/ChatLunaLab/chatluna/issues" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/image-renderer#readme", | ||
"scripts": { | ||
"build": "atsc -b" | ||
}, | ||
"keywords": [ | ||
"chatbot", | ||
"koishi", | ||
"plugin", | ||
"service", | ||
"chatgpt", | ||
"gpt", | ||
"openai", | ||
"chatluna", | ||
"puppeteer" | ||
] | ||
"search" | ||
], | ||
"dependencies": { | ||
"highlight.js": "^11.10.0", | ||
"katex": "^0.16.11", | ||
"marked": "^15.0.1", | ||
"marked-highlight": "^2.2.1", | ||
"marked-katex-extension": "^5.1.3", | ||
"qrcode": "^1.5.4" | ||
}, | ||
"devDependencies": { | ||
"@types/jsdom": "^21.1.7", | ||
"@types/uuid": "^10.0.0", | ||
"atsc": "^2.1.0", | ||
"koishi": "^4.18.1", | ||
"koishi-plugin-puppeteer": "^3.9.0" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.18.1", | ||
"koishi-plugin-chatluna": "^1.0.0-rc.0" | ||
}, | ||
"koishi": { | ||
"description": { | ||
"zh": "ChatLuna 的图像渲染插件", | ||
"en": "Image renderer plugin for ChatLuna" | ||
}, | ||
"service": { | ||
"required": [ | ||
"chatluna", | ||
"puppeteer" | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.