Skip to content

Commit ecc774b

Browse files
committed
release v3.0.0
1 parent 46f93f9 commit ecc774b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"lcov",
1111
"node-wxcrypto",
1212
"onwarn",
13+
"PKCS",
1314
"pnpm",
1415
"reinstaller",
1516
"Retryable",

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ const data = await wxCrypto.decrypt(encrypt, timestamp, nonce, options)
7272

7373
```js
7474
import {
75-
type BuildXMLOptions,
76-
type ParserXMLOptions,
77-
WxCrypto,
78-
aes256Decrypt,
79-
aes256Encrypt,
80-
buildXML,
81-
buildXMLSync,
82-
parseXML,
83-
parseXMLSync,
84-
sha1
75+
// PKCS7Decode,
76+
// PKCS7Encode,
77+
WxCrypto
78+
// aes256Decrypt,
79+
// aes256Encrypt,
80+
// buildXML,
81+
// buildXMLSync,
82+
// parseXML,
83+
// parseXMLSync,
84+
// sha1
8585
} from 'node-wxcrypto'
8686

8787
const wxCrypto = new WxCrypto(token, aesKey, appID, options)

0 commit comments

Comments
 (0)