node-easywechat 2.13.3 → 2.13.5
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/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
## EasyWechat for Node.js
|
|
3
3
|
|
|
4
4
|

|
|
5
|
-
[](https://www.npmjs.com/package/node-easywechat) [](LICENSE)
|
|
5
|
+
[](https://www.npmjs.com/package/node-easywechat) [](LICENSE)
|
|
6
6
|
|
|
7
7
|
**注:2.x分支针对 EasyWechat 的 5.x版本(由于4.x与5.x的结构基本一致,就不升级大版本了)。**
|
|
8
8
|
|
|
@@ -28,7 +28,7 @@ import MediaClient from '../BaseService/Media/MediaClient';
|
|
|
28
28
|
import QrcodeClient from '../BaseService/Qrcode/QrcodeClient';
|
|
29
29
|
import UrlClient from '../BaseService/Url/UrlClient';
|
|
30
30
|
import { EasyWechatConfig } from '../Core/Types';
|
|
31
|
-
import WeChat from 'node-socialite/dist/Providers/WeChat';
|
|
31
|
+
import { WeChat } from 'node-socialite/dist/Providers/WeChat';
|
|
32
32
|
import BaseClient from '../Core/BaseClient';
|
|
33
33
|
declare class Client extends BaseClient {
|
|
34
34
|
}
|
|
@@ -37,7 +37,7 @@ import ExternalProductClient from './ExternalContact/ProductClient';
|
|
|
37
37
|
import ExternalSchoolClient from './ExternalContact/SchoolClient';
|
|
38
38
|
import ExternalMomentClient from './ExternalContact/MomentClient';
|
|
39
39
|
import CorpGroupClient from './CorpGroup/CorpGroupClient';
|
|
40
|
-
import WeWork from 'node-socialite/dist/Providers/WeWork';
|
|
40
|
+
import { WeWork } from 'node-socialite/dist/Providers/WeWork';
|
|
41
41
|
import BaseClient from '../Core/BaseClient';
|
|
42
42
|
declare class Client extends BaseClient {
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-easywechat",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.5",
|
|
4
4
|
"description": "EasyWechat SDK for Node.js (NOT OFFICIAL)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"typescript": "^4.9.5"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"axios": "^1.
|
|
30
|
-
"form-data": "^4.0.
|
|
31
|
-
"node-socialite": "^1.
|
|
32
|
-
"qs": "^6.
|
|
33
|
-
"raw-body": "^2.5.
|
|
29
|
+
"axios": "^1.18.0",
|
|
30
|
+
"form-data": "^4.0.6",
|
|
31
|
+
"node-socialite": "^1.5.6",
|
|
32
|
+
"qs": "^6.15.2",
|
|
33
|
+
"raw-body": "^2.5.3",
|
|
34
34
|
"xml2js": "^0.6.2"
|
|
35
35
|
},
|
|
36
36
|
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
|