@koishijs/plugin-database-mysql 6.5.0 → 6.7.0

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.
package/lib/index.js CHANGED
@@ -17,11 +17,11 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // src/index.ts
20
- var src_exports = {};
21
- __export(src_exports, {
22
- default: () => src_default
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
+ default: () => index_default
23
23
  });
24
- module.exports = __toCommonJS(src_exports);
24
+ module.exports = __toCommonJS(index_exports);
25
25
  var import_driver_mysql = require("@minatojs/driver-mysql");
26
- var src_default = import_driver_mysql.MySQLDriver;
26
+ var index_default = import_driver_mysql.MySQLDriver;
27
27
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAA4B;AAE5B,IAAO,cAAQ;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAA4B;AAE5B,IAAO,gBAAQ;",
5
5
  "names": []
6
6
  }
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": "6.5.0",
4
+ "version": "6.7.0",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/koishijs/koishi.git",
18
+ "url": "git+https://github.com/koishijs/upstream.git",
19
19
  "directory": "plugins/database/mysql"
20
20
  },
21
21
  "bugs": {
@@ -42,13 +42,13 @@
42
42
  }
43
43
  },
44
44
  "peerDependencies": {
45
- "koishi": "^4.17.11"
45
+ "koishi": "^4.18.10"
46
46
  },
47
47
  "devDependencies": {
48
- "koishi": "^4.17.11",
49
- "minato": "^3.5.0"
48
+ "koishi": "^4.18.10",
49
+ "minato": "^3.7.0"
50
50
  },
51
51
  "dependencies": {
52
- "@minatojs/driver-mysql": "^3.5.0"
52
+ "@minatojs/driver-mysql": "^3.7.0"
53
53
  }
54
54
  }