Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Nov 24, 2023
1 parent abdb3b2 commit ac28f56
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 61 deletions.
20 changes: 2 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
bin
lib
dist
temp
.koishi
.temp
.cache
.data

tsconfig.temp.json

/community
/external
/addons
/coverage
/docs
/shiki
/test
/.yalc
external

todo.md
yarn.lock
yalc.lock
coverage/
node_modules/
npm-debug.log
yarn-debug.log
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upstream Plugins
# Upstream

这个仓库用于同步来自上游框架的插件。

Expand Down
8 changes: 4 additions & 4 deletions adapter/dingtalk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-dingtalk",
"description": "Dingtalk Adapter for Koishi",
"version": "2.0.4",
"version": "2.0.6",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,12 +39,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-dingtalk": "^2.0.4"
"@satorijs/adapter-dingtalk": "^2.0.6"
}
}
4 changes: 2 additions & 2 deletions adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-discord": "^4.1.5"
Expand Down
4 changes: 2 additions & 2 deletions adapter/kook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-kook": "^4.2.3"
Expand Down
4 changes: 2 additions & 2 deletions adapter/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-lark": "^3.1.6"
Expand Down
4 changes: 2 additions & 2 deletions adapter/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-line": "^2.1.4"
Expand Down
4 changes: 2 additions & 2 deletions adapter/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-mail": "^2.1.3"
Expand Down
4 changes: 2 additions & 2 deletions adapter/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-matrix": "^4.0.5"
Expand Down
8 changes: 4 additions & 4 deletions adapter/qq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-qq",
"description": "QQ Adapter for Koishi",
"version": "4.1.6",
"version": "4.1.11",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -41,12 +41,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-qq": "^4.1.6"
"@satorijs/adapter-qq": "^4.1.11"
}
}
4 changes: 2 additions & 2 deletions adapter/satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-satori": "^1.0.2"
Expand Down
4 changes: 2 additions & 2 deletions adapter/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-slack": "^2.0.5"
Expand Down
4 changes: 2 additions & 2 deletions adapter/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-telegram": "^4.1.7"
Expand Down
4 changes: 2 additions & 2 deletions adapter/wechat-official/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-wechat-official": "^2.0.6"
Expand Down
4 changes: 2 additions & 2 deletions adapter/wecom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-wecom": "^2.0.6"
Expand Down
4 changes: 2 additions & 2 deletions adapter/whatsapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-whatsapp": "^2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions adapter/zulip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/adapter-zulip": "^1.0.3"
Expand Down
13 changes: 9 additions & 4 deletions server/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-server-proxy",
"description": "Proxy service for Koishi",
"version": "1.0.0",
"version": "1.0.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,18 +30,23 @@
"router"
],
"koishi": {
"service": {
"implements": [
"server.proxy"
]
},
"description": {
"en": "Router Proxy Service",
"zh": "路由代理服务"
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/server-proxy": "^1.0.0"
"@satorijs/server-proxy": "^1.0.2"
}
}
8 changes: 4 additions & 4 deletions server/satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-server-satori",
"description": "Satori Server for Koishi",
"version": "2.3.0",
"version": "2.3.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,12 +37,12 @@
}
},
"peerDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"devDependencies": {
"koishi": "^4.15.5"
"koishi": "^4.15.6"
},
"dependencies": {
"@satorijs/server-satori": "^2.3.0"
"@satorijs/server-satori": "^2.3.1"
}
}

0 comments on commit ac28f56

Please sign in to comment.