koishi-plugin-schedule
Advanced tools
Comparing version 2.0.0-alpha.30 to 2.0.0-alpha.31
{ | ||
"name": "koishi-plugin-schedule", | ||
"description": "Schedule plugin for Koishi", | ||
"version": "2.0.0-alpha.30", | ||
"version": "2.0.0-alpha.31", | ||
"main": "dist/index.js", | ||
@@ -15,3 +15,3 @@ "typings": "dist/index.d.ts", | ||
"lint": "eslint src --ext .ts", | ||
"prepack": "tsc -b" | ||
"prepack": "rimraf dist & tsc -b" | ||
}, | ||
@@ -38,10 +38,10 @@ "repository": { | ||
"devDependencies": { | ||
"koishi-database-level": "^2.0.0-alpha.27", | ||
"koishi-database-mysql": "^2.0.0-alpha.27", | ||
"koishi-test-utils": "^4.0.0-alpha.27" | ||
"koishi-database-level": "^2.0.0-alpha.28", | ||
"koishi-database-mysql": "^2.0.0-alpha.28", | ||
"koishi-test-utils": "^4.0.0-alpha.28" | ||
}, | ||
"dependencies": { | ||
"koishi-core": "^2.0.0-alpha.27", | ||
"koishi-core": "^2.0.0-alpha.28", | ||
"koishi-utils": "^2.0.3" | ||
} | ||
} |
12068
8
141
Updatedkoishi-core@^2.0.0-alpha.28