Skip to content

Commit

Permalink
chore: add manifest for adapter / assets / database plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 23, 2022
1 parent 511c242 commit 3f38b68
Show file tree
Hide file tree
Showing 24 changed files with 199 additions and 55 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"koishi"
],
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5"
},
"dependencies": {
Expand Down
18 changes: 14 additions & 4 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-discord",
"description": "Discord Adapter for Koishi",
"version": "2.1.1",
"version": "2.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,14 +26,24 @@
"bot",
"discord",
"chatbot",
"koishi",
"impl:adapter"
"koishi"
],
"koishi": {
"description": {
"en": "Discord Adapter",
"zh": "Discord 适配器"
},
"service": {
"implements": [
"adapter"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4",
"@koishijs/plugin-mock": "^1.0.5",
"@types/es-aggregate-error": "^1.0.2",
"@types/ws": "^8.5.3",
"axios": "^0.24.0"
Expand Down
18 changes: 14 additions & 4 deletions plugins/adapter/kaiheila/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-kaiheila",
"description": "Kaiheila Adapter for Koishi",
"version": "2.0.7",
"version": "2.0.8",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -22,14 +22,24 @@
"bot",
"kaiheila",
"chatbot",
"koishi",
"impl:adapter"
"koishi"
],
"koishi": {
"description": {
"en": "Kaiheila Adapter",
"zh": "开黑啦适配器"
},
"service": {
"implements": [
"adapter"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4"
"@koishijs/plugin-mock": "^1.0.5"
},
"dependencies": {
"axios": "^0.24.0",
Expand Down
18 changes: 14 additions & 4 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-onebot",
"description": "OneBot Adapter for Koishi",
"version": "4.2.4",
"version": "4.2.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,14 +26,24 @@
"coolq",
"chatbot",
"koishi",
"plugin",
"impl:adapter"
"plugin"
],
"koishi": {
"description": {
"en": "OneBot Adapter",
"zh": "OneBot 适配器"
},
"service": {
"implements": [
"adapter"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4",
"@koishijs/plugin-mock": "^1.0.5",
"@types/ws": "^8.5.3"
},
"dependencies": {
Expand Down
16 changes: 13 additions & 3 deletions plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-qqguild",
"description": "QQ Guild Adapter for Koishi",
"version": "2.0.1",
"version": "2.0.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,9 +26,19 @@
"bot",
"qqbot",
"qqguild",
"koishi",
"impl:adapter"
"koishi"
],
"koishi": {
"description": {
"en": "QQ Guild Adapter",
"zh": "QQ 频道适配器"
},
"service": {
"implements": [
"adapter"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
},
Expand Down
18 changes: 14 additions & 4 deletions plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-telegram",
"description": "Telegram Adapter for Koishi",
"version": "2.2.6",
"version": "2.2.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,15 +26,25 @@
"bot",
"telegram",
"chatbot",
"koishi",
"impl:adapter"
"koishi"
],
"koishi": {
"description": {
"en": "Telegram Adapter",
"zh": "Telegram 适配器"
},
"service": {
"implements": [
"adapter"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
},
"devDependencies": {
"@types/es-aggregate-error": "^1.0.2",
"@koishijs/plugin-mock": "^1.0.4"
"@koishijs/plugin-mock": "^1.0.5"
},
"dependencies": {
"axios": "^0.24.0",
Expand Down
20 changes: 16 additions & 4 deletions plugins/assets/git/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-git",
"description": "A git assets provider for Koishi",
"version": "1.0.4",
"version": "1.0.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,10 +26,22 @@
"github",
"assets",
"git",
"jsdelivr",
"required:database",
"impl:assets"
"jsdelivr"
],
"koishi": {
"description": {
"en": "Git-based assets service",
"zh": "基于 Git 的资源转存服务"
},
"service": {
"required": [
"database"
],
"implements": [
"assets"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
},
Expand Down
16 changes: 13 additions & 3 deletions plugins/assets/local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-local",
"description": "A classic assets provider for Koishi",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -24,9 +24,19 @@
"koishi",
"plugin",
"assets",
"server",
"impl:assets"
"server"
],
"koishi": {
"description": {
"en": "Local assets service",
"zh": "使用本地目录的存放资源文件"
},
"service": {
"implements": [
"assets"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
}
Expand Down
16 changes: 13 additions & 3 deletions plugins/assets/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-remote",
"description": "A classic assets provider for Koishi",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -24,9 +24,19 @@
"koishi",
"plugin",
"assets",
"server",
"impl:assets"
"server"
],
"koishi": {
"description": {
"en": "Remote assets service",
"zh": "使用远端 Koishi 应用存储资源文件"
},
"service": {
"implements": [
"assets"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
}
Expand Down
16 changes: 13 additions & 3 deletions plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-s3",
"description": "Assets provider based on s3 for Koishi",
"version": "1.0.5",
"version": "1.0.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -28,9 +28,19 @@
"koishi",
"plugin",
"assets",
"server",
"impl:assets"
"server"
],
"koishi": {
"description": {
"en": "S3-based assets service",
"zh": "基于 S3 的资源转存服务"
},
"service": {
"implements": [
"assets"
]
}
},
"peerDependencies": {
"koishi": "^4.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion plugins/common/forward/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.5"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 3f38b68

Please sign in to comment.