@shun-js/recommend 0.3.2 → 0.3.3

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 +0 -4
  2. package/package.json +2 -2
package/app.js CHANGED
@@ -17,10 +17,6 @@ const { parseServerConfig } = require('@shun-js/shun-config');
17
17
  options.config = config;
18
18
  options.mysql = require('qiao-mysql');
19
19
 
20
- // options.redis
21
- options.redis = require('qiao-redis');
22
- options.redisOptions = config.redisOptions;
23
-
24
20
  // options log
25
21
  options.log = require('qiao-log');
26
22
  options.logOptions = require('./server/log-options.js')();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shun-js/recommend",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "recommend",
5
5
  "keywords": [
6
6
  "shun.js",
@@ -31,5 +31,5 @@
31
31
  "access": "public",
32
32
  "registry": "https://registry.npmjs.org/"
33
33
  },
34
- "gitHead": "a31fd2bf7127a36ce9d8759e28ba55fd750b26bd"
34
+ "gitHead": "10f71828bbb92479c8120f013200b6f8f91146be"
35
35
  }