kotori-bot
Advanced tools
Comparing version 1.6.2 to 1.6.3
/** | ||
* @Package kotori-bot | ||
* @Version 1.6.1 | ||
* @Version 1.6.3 | ||
* @Author Arimura Sena <me@hotaru.icu> | ||
@@ -9,3 +9,3 @@ * @Copyright 2024 Hotaru. All rights reserved. | ||
* @Link https://github.com/kotorijs/kotori | ||
* @Date 2024/8/9 18:47:19 | ||
* @Date 2024/8/11 15:08:41 | ||
*/ | ||
@@ -12,0 +12,0 @@ |
/** | ||
* @Package kotori-bot | ||
* @Version 1.6.1 | ||
* @Version 1.6.3 | ||
* @Author Arimura Sena <me@hotaru.icu> | ||
@@ -9,3 +9,3 @@ * @Copyright 2024 Hotaru. All rights reserved. | ||
* @Link https://github.com/kotorijs/kotori | ||
* @Date 2024/8/9 18:47:19 | ||
* @Date 2024/8/11 15:08:41 | ||
*/ | ||
@@ -12,0 +12,0 @@ |
/** | ||
* @Package kotori-bot | ||
* @Version 1.6.1 | ||
* @Version 1.6.3 | ||
* @Author Arimura Sena <me@hotaru.icu> | ||
@@ -9,3 +9,3 @@ * @Copyright 2024 Hotaru. All rights reserved. | ||
* @Link https://github.com/kotorijs/kotori | ||
* @Date 2024/8/9 18:47:19 | ||
* @Date 2024/8/11 15:08:41 | ||
*/ | ||
@@ -12,0 +12,0 @@ |
/** | ||
* @Package kotori-bot | ||
* @Version 1.6.1 | ||
* @Version 1.6.3 | ||
* @Author Arimura Sena <me@hotaru.icu> | ||
@@ -9,3 +9,3 @@ * @Copyright 2024 Hotaru. All rights reserved. | ||
* @Link https://github.com/kotorijs/kotori | ||
* @Date 2024/8/9 18:47:19 | ||
* @Date 2024/8/11 15:08:41 | ||
*/ | ||
@@ -12,0 +12,0 @@ |
declare const _default: { | ||
mode: "build" | "dev"; | ||
dir: string | undefined; | ||
dir: string; | ||
config: string | undefined; | ||
@@ -5,0 +5,0 @@ port: number | undefined; |
/** | ||
* @Package kotori-bot | ||
* @Version 1.6.1 | ||
* @Version 1.6.3 | ||
* @Author Arimura Sena <me@hotaru.icu> | ||
@@ -9,3 +9,3 @@ * @Copyright 2024 Hotaru. All rights reserved. | ||
* @Link https://github.com/kotorijs/kotori | ||
* @Date 2024/8/9 18:47:19 | ||
* @Date 2024/8/11 15:08:41 | ||
*/ | ||
@@ -51,3 +51,3 @@ | ||
mode: process.env.NODE_ENV === import_loader.DEV_MODE ? import_loader.DEV_MODE : import_loader.BUILD_MODE, | ||
dir: process.env.DIR, | ||
dir: process.env.DIR ?? "./", | ||
config: process.env.CONFIG, | ||
@@ -54,0 +54,0 @@ port: process.env.PORT ? Number(process.env.PORT) : void 0, |
{ | ||
"name": "kotori-bot", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Cross-platform chatbot framework base on Node.js and TypeScript", | ||
@@ -53,3 +53,3 @@ "main": "lib/index.js", | ||
"@kotori-bot/core": "^1.6.1", | ||
"@kotori-bot/loader": "^1.7.1" | ||
"@kotori-bot/loader": "^1.7.2" | ||
}, | ||
@@ -56,0 +56,0 @@ "devDependencies": { |
@@ -42,3 +42,3 @@ <!-- markdownlint-disable --> | ||
- QQ(基于腾讯官方接口) | ||
- QQ (基于 [OneBot11 标准](https://onebot.dev/) | ||
- QQ(基于 [OneBot11 标准](https://onebot.dev/),适用于 [NapCat](https://github.com/NapNeko/NapCatQQ)、[go-cqhttp](https://github.com/Mrs4s/go-cqhttp) 等项目) | ||
- CMD 命令行 | ||
@@ -49,8 +49,4 @@ - Slack | ||
- Discord | ||
- Kook | ||
- MinecraftBedrock (基于 WebSocket) | ||
- Discord | ||
即将支持: | ||
@@ -62,2 +58,3 @@ | ||
- What's App | ||
- DingTalk | ||
@@ -68,5 +65,6 @@ #### Data | ||
Kotori 使用极为轻量的 LevelDb 作为数据存储。 | ||
## 📖 Documentation | ||
- [Kotori Docs](https://kotori.js.org/) | ||
- [Kotori Docs](https://kotori.js.org/) |
@@ -51,3 +51,3 @@ <!-- markdownlint-disable --> | ||
- QQ (based on Tencent's official API) | ||
- QQ (based on [OneBot11 Standard](https://onebot.dev/) | ||
- QQ (based on [OneBot11 Standard](https://onebot.dev/)) | ||
- CMD command line | ||
@@ -58,6 +58,11 @@ - Slack | ||
- Discord | ||
- MinecraftBedrock (based on WebSocket) | ||
#### Will support: | ||
- Kook | ||
- MinecraftBedrock (based on WebSocket) | ||
- Discord | ||
- Line | ||
- What's App | ||
- DingTalk | ||
@@ -70,2 +75,2 @@ #### Data | ||
- [Kotori Docs](https://kotori.js.org/) | ||
- [Kotori Docs](https://kotori.js.org/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61564
73
Updated@kotori-bot/loader@^1.7.2