koishi-core
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
{ | ||
"name": "koishi-core", | ||
"version": "1.0.0-alpha.5", | ||
"description": "Core features for Koishi", | ||
"version": "1.0.0-alpha.6", | ||
"main": "dist/index.js", | ||
@@ -25,7 +26,14 @@ "typings": "dist/index.d.ts", | ||
"homepage": "https://github.com/koishijs/koishi/tree/master/packages/koishi-core#readme", | ||
"keywords": [ | ||
"bot", | ||
"qqbot", | ||
"cqhttp", | ||
"coolq", | ||
"chatbot", | ||
"koishi" | ||
], | ||
"devDependencies": { | ||
"@types/debug": "^4.1.5", | ||
"@types/ws": "^6.0.4", | ||
"husky": "^3.1.0", | ||
"koishi-test-utils": "^1.0.0-alpha.4" | ||
"koishi-test-utils": "^1.0.0-alpha.5" | ||
}, | ||
@@ -36,3 +44,3 @@ "dependencies": { | ||
"escape-string-regexp": "^2.0.0", | ||
"koishi-utils": "^1.0.0-alpha.1", | ||
"koishi-utils": "^1.0.0-alpha.2", | ||
"leven": "^3.1.0", | ||
@@ -39,0 +47,0 @@ "ws": "^7.2.0" |
91376
3
Updatedkoishi-utils@^1.0.0-alpha.2