egg-wechat-sdk-x 1.0.6 → 1.0.7

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/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,16 +29,16 @@ Description here.
29
29
  ## Install
30
30
 
31
31
  ```bash
32
- $ npm i egg-wechat-api-x --save
32
+ $ npm i egg-wechat-sdk-x --save
33
33
  ```
34
34
 
35
35
  ## Usage
36
36
 
37
37
  ```js
38
38
  // {app_root}/config/plugin.js
39
- exports.wechatApi = {
39
+ exports.wechatSdk = {
40
40
  enable: true,
41
- package: 'egg-wechat-api-x',
41
+ package: 'egg-wechat-sdk-x',
42
42
  };
43
43
  ```
44
44
 
@@ -46,7 +46,7 @@ exports.wechatApi = {
46
46
 
47
47
  ```js
48
48
  // {app_root}/config/config.default.js
49
- exports.wechatApi = {
49
+ exports.wechatSdk = {
50
50
  };
51
51
  ```
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egg-wechat-sdk-x",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "eggPlugin": {
6
6
  "name": "wechatSdk",