@shun-js/vicvic-server 0.2.0 → 0.3.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.
Files changed (2) hide show
  1. package/app.js +2 -1
  2. package/package.json +3 -2
package/app.js CHANGED
@@ -16,8 +16,9 @@ const { parseServerConfig } = require("@shun-js/shun-config");
16
16
  // options cros
17
17
  options.cros = true;
18
18
 
19
- // options config
19
+ // options mysql
20
20
  options.config = config;
21
+ options.mysql = require("qiao-mysql");
21
22
 
22
23
  // options redis
23
24
  options.redis = require("qiao-redis");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shun-js/vicvic-server",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "license": "MIT",
5
5
  "author": "uikoo9 <uikoo9@qq.com>",
6
6
  "homepage": "https://github.com/uikoo9/shun-js",
@@ -19,6 +19,7 @@
19
19
  "@shun-js/shun-config": "^0.3.1",
20
20
  "@shun-js/shun-service": "^0.3.1",
21
21
  "qiao-log": "^6.0.0",
22
+ "qiao-mysql": "^6.0.0",
22
23
  "qiao-rate-limit": "^6.0.0",
23
24
  "qiao-redis": "^6.0.0",
24
25
  "qiao-z": "^6.0.0",
@@ -31,5 +32,5 @@
31
32
  "access": "public",
32
33
  "registry": "https://registry.npmjs.org/"
33
34
  },
34
- "gitHead": "f046b0693bd259b26956d1da8b3efaf8f7c32ae8"
35
+ "gitHead": "0b29135b8ce9e1ef12773cbcfe2900702d616909"
35
36
  }