diff --git a/packages/core/package.json b/packages/core/package.json index 314a5ff180..15fc18d237 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -28,7 +28,7 @@ "koishi" ], "devDependencies": { - "@koishijs/plugin-database-memory": "^1.2.0", + "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", diff --git a/plugins/a11y/bind/package.json b/plugins/a11y/bind/package.json index 122dc2ce7d..359c3225fa 100644 --- a/plugins/a11y/bind/package.json +++ b/plugins/a11y/bind/package.json @@ -35,7 +35,7 @@ "koishi": "^4.7.0" }, "devDependencies": { - "@koishijs/plugin-database-memory": "^1.2.0", + "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" } } \ No newline at end of file diff --git a/plugins/a11y/callme/package.json b/plugins/a11y/callme/package.json index 064b4562db..0445ca7360 100644 --- a/plugins/a11y/callme/package.json +++ b/plugins/a11y/callme/package.json @@ -33,7 +33,7 @@ "koishi": "^4.7.0" }, "devDependencies": { - "@koishijs/plugin-database-memory": "^1.2.0", + "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" } } \ No newline at end of file diff --git a/plugins/a11y/schedule/package.json b/plugins/a11y/schedule/package.json index d9f36d994b..b8a49c0c4a 100644 --- a/plugins/a11y/schedule/package.json +++ b/plugins/a11y/schedule/package.json @@ -29,7 +29,7 @@ "required:database" ], "devDependencies": { - "@koishijs/plugin-database-memory": "^1.2.0", + "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" }, "peerDependencies": { diff --git a/plugins/a11y/sudo/package.json b/plugins/a11y/sudo/package.json index 6fa44f0e5c..0221d12177 100644 --- a/plugins/a11y/sudo/package.json +++ b/plugins/a11y/sudo/package.json @@ -34,7 +34,7 @@ "koishi": "^4.7.0" }, "devDependencies": { - "@koishijs/plugin-database-memory": "^1.2.0", + "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { diff --git a/plugins/a11y/switch/package.json b/plugins/a11y/switch/package.json index 1bfa3a2f83..62d30d850f 100644 --- a/plugins/a11y/switch/package.json +++ b/plugins/a11y/switch/package.json @@ -34,7 +34,7 @@ "koishi": "^4.7.0" }, "devDependencies": { - "@koishijs/plugin-database-memory": "^1.2.0", + "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 45d960127c..5ad51585f5 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -34,7 +34,7 @@ "koishi": "^4.7.0" }, "devDependencies": { - "@koishijs/plugin-database-memory": "^1.2.0", + "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" } } \ No newline at end of file diff --git a/plugins/common/forward/package.json b/plugins/common/forward/package.json index 78aa53683a..c948d6d296 100644 --- a/plugins/common/forward/package.json +++ b/plugins/common/forward/package.json @@ -35,7 +35,7 @@ "koishi": "^4.7.0" }, "devDependencies": { - "@koishijs/plugin-database-memory": "^1.2.0", + "@koishijs/plugin-database-memory": "^1.3.0", "@koishijs/plugin-mock": "^1.0.4" }, "dependencies": { diff --git a/plugins/database/level/package.json b/plugins/database/level/package.json index f731e5d82b..523e2c6c79 100644 --- a/plugins/database/level/package.json +++ b/plugins/database/level/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-level", "description": "LevelDB implementation for Koishi", - "version": "1.2.0", + "version": "1.3.0", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 123148f383..dc506a0811 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-memory", "description": "A in-memory database implementation for Koishi", - "version": "1.2.0", + "version": "1.3.0", "main": "lib/node.js", "module": "lib/browser.js", "typings": "lib/index.d.ts", diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 5e34288653..b805e29a83 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-mongo", "description": "MongoDB support for Koishi", - "version": "3.2.2", + "version": "3.3.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 41c2020ff1..4bd09df7a1 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-mysql", "description": "MySQL support for Koishi", - "version": "4.3.3", + "version": "4.4.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index fa31b82e0a..81815db487 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-sqlite", "description": "SQLite support for Koishi", - "version": "1.2.2", + "version": "1.3.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ diff --git a/plugins/frontend/status/package.json b/plugins/frontend/status/package.json index a566f69c1e..6917def24b 100644 --- a/plugins/frontend/status/package.json +++ b/plugins/frontend/status/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-status", "description": "Status view for Koishi", - "version": "5.3.6", + "version": "5.4.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [