Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 28, 2022
1 parent fa3911e commit 21dfd25
Show file tree
Hide file tree
Showing 55 changed files with 120 additions and 119 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/cli",
"description": "CLI for Koishi",
"version": "4.1.0",
"version": "4.1.1",
"main": "index.js",
"typings": "index.d.ts",
"engines": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"chokidar": "^3.5.3",
"js-yaml": "^4.1.0",
"kleur": "^4.1.4",
"koishi": "^4.1.0",
"koishi": "^4.1.1",
"prompts": "^2.4.2",
"throttle-debounce": "^3.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/core",
"description": "Core features for Koishi",
"version": "4.1.0",
"version": "4.1.1",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-shape": "^1.0.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/create/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@koishijs/cli": "^4.1.0",
"@koishijs/cli": "^4.1.1",
"@koishijs/plugin-adapter-discord": "^2.0.0",
"@koishijs/plugin-adapter-onebot": "^4.0.0",
"@koishijs/plugin-adapter-telegram": "^2.0.1",
"@koishijs/plugin-console": "^1.1.0",
"@koishijs/plugin-dataview": "^1.0.0",
"@koishijs/plugin-insight": "^1.0.0",
"@koishijs/plugin-logger": "^1.0.0",
"@koishijs/plugin-manager": "^1.1.0",
"@koishijs/plugin-status": "^5.1.0",
"koishi": "^4.1.0"
"@koishijs/plugin-console": "^2.0.0",
"@koishijs/plugin-dataview": "^1.1.0",
"@koishijs/plugin-insight": "^1.1.0",
"@koishijs/plugin-logger": "^1.1.0",
"@koishijs/plugin-manager": "^1.2.0",
"@koishijs/plugin-status": "^5.2.0",
"koishi": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"command"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi",
"description": "A QQ bot framework based on CQHTTP",
"version": "4.1.0",
"version": "4.1.1",
"main": "lib/index.js",
"typings": "lib/node.d.ts",
"engines": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.1.0",
"@koishijs/core": "^4.1.1",
"@koishijs/utils": "^5.0.0",
"@types/koa": "*",
"@types/koa__router": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"vue": "^3.2.21"
},
"dependencies": {
"@koishijs/core": "^4.1.0"
"@koishijs/core": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/ui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue": "^3.2.21"
},
"dependencies": {
"@koishijs/core": "^4.1.0",
"@koishijs/core": "^4.1.1",
"@vueuse/core": "^7.5.3",
"monaco-editor": "^0.31.1"
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"@koishijs/helpers": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"bind"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions plugins/a11y/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"callme"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions plugins/a11y/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"rate-limit"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"@koishijs/helpers": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
],
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions plugins/a11y/sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"sudo"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"@koishijs/helpers": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"@koishijs/helpers": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"verifier"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.1",
"@types/es-aggregate-error": "^1.0.2",
"@types/ws": "^8.2.2",
"axios": "^0.24.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/kaiheila/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"axios": "^0.24.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.1",
"@types/ws": "^8.2.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"dependencies": {
"@qq-guild-sdk/core": "^1.1.4",
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@types/es-aggregate-error": "^1.0.2",
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"axios": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"dependencies": {
"simple-git": "^2.48.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.47.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cache/lru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lru"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"dependencies": {
"lru-cache": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cache/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lru"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"dependencies": {
"generic-pool": "^3.8.2",
Expand Down
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"broadcast"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"echo"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"@koishijs/helpers": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/common/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"feedback"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"@koishijs/helpers": "^1.0.0"
Expand Down
7 changes: 4 additions & 3 deletions plugins/common/forward/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-forward",
"description": "Forward plugin for Koishi",
"version": "1.0.1",
"version": "2.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -33,10 +33,11 @@
"optional:database"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-database-memory": "^1.0.0",
"@koishijs/plugin-mock": "^1.0.1"
},
"dependencies": {
"@koishijs/helpers": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/common/recall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"recall"
],
"peerDependencies": {
"koishi": "^4.1.0"
"koishi": "^4.1.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
"@koishijs/plugin-mock": "^1.0.1"
}
}
Loading

0 comments on commit 21dfd25

Please sign in to comment.