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 26, 2024
1 parent 5dee042 commit 57429dd
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 45 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@
"shx": "^0.3.4",
"source-map-support": "^0.5.21",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-alpha.10",
"yakumo-esbuild": "^1.0.0-alpha.2",
"yakumo-mocha": "^1.0.0-alpha.1",
"yakumo-publish-sync": "^1.0.0-alpha.1",
"yakumo-tsc": "^1.0.0-alpha.2",
"yakumo": "^1.0.0-beta.2",
"yakumo-esbuild": "^1.0.0-beta.1",
"yakumo-mocha": "^1.0.0-beta.1",
"yakumo-tsc": "^1.0.0-beta.0",
"yml-register": "^1.1.0"
}
}
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.16.6",
"version": "4.16.7",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@koishijs/i18n-utils": "^1.0.1",
"@koishijs/utils": "^7.1.2",
"@minatojs/core": "^2.8.1",
"@satorijs/core": "^3.4.2",
"@satorijs/core": "^3.4.4",
"cordis": "^3.6.1",
"cosmokit": "^1.5.2",
"fastest-levenshtein": "^1.0.16"
Expand Down
10 changes: 5 additions & 5 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi",
"description": "Cross-Platform Chatbot Framework Made with Love",
"version": "4.16.6",
"version": "4.16.7",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,11 +45,11 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.16.6",
"@koishijs/loader": "4.4.2",
"@koishijs/plugin-server": "^3.1.3",
"@koishijs/core": "4.16.7",
"@koishijs/loader": "4.4.3",
"@koishijs/plugin-server": "^3.1.6",
"@koishijs/utils": "^7.1.2",
"@satorijs/satori": "^3.4.2",
"@satorijs/satori": "^3.4.4",
"cac": "^6.7.14",
"kleur": "^4.1.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/loader",
"description": "Config Loader for Koishi",
"version": "4.4.2",
"version": "4.4.3",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,10 +45,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.16.6"
"@koishijs/core": "4.16.7"
},
"devDependencies": {
"@koishijs/core": "4.16.6",
"@koishijs/core": "4.16.7",
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
]
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.6"
"koishi": "^4.16.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.6"
"koishi": "^4.16.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.6"
"koishi": "^4.16.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
]
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.6"
"koishi": "^4.16.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.5.1",
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.6"
"koishi": "^4.16.7"
}
}
4 changes: 2 additions & 2 deletions plugins/common/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
]
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.6.5",
"koishi": "^4.16.6"
"koishi": "^4.16.7"
}
}
4 changes: 2 additions & 2 deletions plugins/database/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"dependencies": {
"@minatojs/driver-memory": "^2.5.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"dependencies": {
"@minatojs/driver-mongo": "^2.10.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"dependencies": {
"@minatojs/driver-mysql": "^2.7.5"
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"dependencies": {
"@minatojs/driver-postgres": "^1.1.3"
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"dependencies": {
"@minatojs/driver-sqlite": "^3.8.4"
Expand Down
4 changes: 2 additions & 2 deletions plugins/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
}
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"esbuild": "^0.18.20",
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"dependencies": {
"@babel/code-frame": "^7.23.5",
Expand Down
6 changes: 3 additions & 3 deletions plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.1.3",
"koishi": "^4.16.6"
"@koishijs/plugin-server": "^3.1.6",
"koishi": "^4.16.7"
}
}
4 changes: 2 additions & 2 deletions plugins/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
}
},
"peerDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"devDependencies": {
"koishi": "^4.16.6"
"koishi": "^4.16.7"
},
"dependencies": {
"@cordisjs/server": "^0.1.6"
Expand Down
1 change: 0 additions & 1 deletion yakumo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
- tsc --clean
- name: yakumo-esbuild
- name: yakumo-mocha
- name: yakumo-publish-sync
- name: yakumo-tsc

0 comments on commit 57429dd

Please sign in to comment.