Skip to content

Commit

Permalink
chore: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 22, 2022
1 parent 6f22282 commit dcc8199
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 50 deletions.
2 changes: 1 addition & 1 deletion packages/nonebot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-nonebot",
"description": "NoneBot runtime for Koishi",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/nonebot/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

</div>

## 特点

- **纯原生**:原生 Koishi.js 实现 NoneBot,无需 Python 环境即可运行。
- **更易用**:告别命令行,告别编辑文件。全流程 UI 操作,一键安装、在线配置。
- **更强大**:NoneBot 不支持的适配器,接入 Koishi 即可轻松实现!
Expand Down
6 changes: 3 additions & 3 deletions plugins/abbrreply/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-abbrreply",
"description": "缩写查询器",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-abstract",
"description": "语句抽象化",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -39,13 +39,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/acc-calculate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-acc-calculate",
"description": "malody 段位计算单曲 acc",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/analysis-bilibili/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-analysis-bilibili",
"description": "bilibili 视频、番剧解析插件",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -39,13 +39,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
8 changes: 4 additions & 4 deletions plugins/biliav/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-biliav",
"description": "biliav小程序转换器",
"version": "0.1.0",
"description": "biliav 小程序转换器",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/bottle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-bottle",
"description": "漂流瓶插件",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,13 +36,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-code",
"description": "在线运行代码",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,13 +42,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/crazy-thursday/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-crazy-thursday",
"description": "疯狂星期四",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -39,13 +39,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/gscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-gscode",
"description": "查询原神前瞻直播兑换码",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/person/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-person",
"description": "随个群友当幸运观众",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/songpicker2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-songpicker2",
"description": "适用于nonebot2的点歌插件,数据源为网易云音乐",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -40,13 +40,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/trace-moe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-trace-moe",
"description": "基于 trace.moe 的动画截图场景追溯插件",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/warframe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-warframe",
"description": "星际战甲事件查询插件",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/weather-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-weather-lite",
"description": "使用 wttr.in 的天气查询",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions plugins/ygo-trade/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nonebot/koishi-plugin-ygo-trade",
"description": "游戏王查价插件",
"version": "0.1.0",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"peerDependencies": {
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0"
"koishi-plugin-nonebot": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.6",
"koishi-plugin-nonebot": "^0.1.0",
"koishi-plugin-nonebot": "^1.0.0",
"typescript": "^4.9.4"
}
}
Loading

0 comments on commit dcc8199

Please sign in to comment.