@koishijs/plugin-database-mysql 5.4.4 → 5.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +0 -2
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -31,6 +31,4 @@ var src_default = (0, import_koishi.defineDriver)(import_driver_mysql.MySQLDrive
31
31
  password: import_koishi.Schema.string().description("要使用的密码。").role("secret"),
32
32
  database: import_koishi.Schema.string().description("要访问的数据库名。").default("koishi")
33
33
  }));
34
- // Annotate the CommonJS export names for ESM import in node:
35
- 0 && (module.exports = {});
36
34
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@koishijs/plugin-database-mysql",
3
3
  "description": "MySQL support for Koishi",
4
- "version": "5.4.4",
4
+ "version": "5.4.6",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -41,12 +41,12 @@
41
41
  }
42
42
  },
43
43
  "peerDependencies": {
44
- "koishi": "^4.12.3"
44
+ "koishi": "^4.13.4"
45
45
  },
46
46
  "devDependencies": {
47
- "koishi": "^4.12.3"
47
+ "koishi": "^4.13.4"
48
48
  },
49
49
  "dependencies": {
50
- "@minatojs/driver-mysql": "^2.4.4"
50
+ "@minatojs/driver-mysql": "^2.4.6"
51
51
  }
52
52
  }