Skip to content

Commit

Permalink
chore: fix outdated links
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 15, 2023
1 parent a68d2a8 commit 3e8090d
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"source-map-support": "^0.5.21",
"typescript": "^4.9.4",
"yakumo": "^0.3.9",
"yakumo-esbuild": "^0.3.19",
"yakumo-esbuild": "^0.3.22",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@koishijs/utils": "^7.0.0",
"@minatojs/core": "^2.2.2",
"@satorijs/core": "^2.1.2",
"@satorijs/core": "^2.1.3",
"cordis": "^2.7.2",
"cosmokit": "^1.4.0",
"fastest-levenshtein": "^1.0.16"
Expand Down
4 changes: 2 additions & 2 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
},
"dependencies": {
"@koishijs/core": "4.11.6",
"@koishijs/loader": "2.6.1",
"@koishijs/loader": "2.6.2",
"@koishijs/utils": "^7.0.0",
"@satorijs/satori": "^2.1.2",
"@satorijs/satori": "^2.1.3",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"kleur": "^4.1.5",
Expand Down
15 changes: 13 additions & 2 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "@koishijs/loader",
"description": "Config Loader for Koishi",
"version": "2.6.1",
"version": "2.6.2",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"typings": "lib/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./lib/shared.mjs"
},
"./shared": {
"require": "./lib/shared.js",
"import": "./lib/shared.mjs"
},
"./package.json": "./package.json"
},
"files": [
"lib"
],
Expand All @@ -31,7 +42,7 @@
},
"devDependencies": {
"@koishijs/core": "4.11.6",
"@koishijs/registry": "^4.4.7",
"@koishijs/registry": "^4.5.1",
"@types/js-yaml": "^4.0.5"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/common/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-admin",
"description": "Admin Plugin for Koishi",
"version": "1.1.5",
"version": "1.1.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -15,12 +15,12 @@
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/admin"
"directory": "plugins/common/admin"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.chat/plugins/accessibility/admin.html",
"homepage": "https://koishi.chat/plugins/common/admin.html",
"keywords": [
"bot",
"chatbot",
Expand Down
6 changes: 3 additions & 3 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-bind",
"description": "Bind User Accounts Across Platforms in Koishi",
"version": "1.3.2",
"version": "1.3.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -15,12 +15,12 @@
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/bind"
"directory": "plugins/common/bind"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.chat/plugins/accessibility/bind.html",
"homepage": "https://koishi.chat/plugins/common/bind.html",
"keywords": [
"bot",
"chatbot",
Expand Down
6 changes: 3 additions & 3 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-callme",
"description": "Set User Nickname in Koishi",
"version": "1.3.1",
"version": "1.3.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -15,12 +15,12 @@
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/callme"
"directory": "plugins/common/callme"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.chat/plugins/accessibility/callme.html",
"homepage": "https://koishi.chat/plugins/common/callme.html",
"keywords": [
"bot",
"chatbot",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/echo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-echo",
"description": "Echo plugin for Koishi",
"version": "2.0.6",
"version": "2.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/echo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Config: Schema<Config> = Schema.object({})
export function apply(ctx: Context) {
ctx.i18n.define('zh', zh)

ctx.command('echo <message:text>', { authority: 2 })
ctx.command('echo <message:text>')
.option('escape', '-e', { authority: 3 })
.option('unescape', '-E', { authority: 3 })
.option('user', '-u [user:user]', { authority: 3 })
Expand Down
6 changes: 3 additions & 3 deletions plugins/common/rate-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-rate-limit",
"description": "Set Rate Limits for Commands in Koishi",
"version": "1.2.5",
"version": "1.2.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -15,12 +15,12 @@
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi.git",
"directory": "plugins/a11y/rate-limit"
"directory": "plugins/common/rate-limit"
},
"bugs": {
"url": "https://github.com/koishijs/koishi/issues"
},
"homepage": "https://koishi.chat/plugins/accessibility/rate-limit.html",
"homepage": "https://koishi.chat/plugins/common/rate-limit.html",
"keywords": [
"bot",
"chatbot",
Expand Down

0 comments on commit 3e8090d

Please sign in to comment.