wxpay-nodejs-sdk 0.2.3 → 0.2.4

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # wxpay-nodejs-sdk
2
2
 
3
+ [![Coverage](https://img.shields.io/badge/coverage-94%25-brightgreen)](https://github.com/broxiang/wxpay-nodejs-sdk)
4
+ [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue)](https://www.typescriptlang.org/)
5
+ [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-brightgreen)](https://nodejs.org/)
6
+
3
7
  微信支付 API V3 Node.js SDK,基于 TypeScript,提供类型安全的支付接口封装。
4
8
 
5
9
  > **免责声明:本项目为社区开源项目,非微信支付官方 SDK。使用前请阅读 [微信支付官方文档](https://pay.weixin.qq.com/doc/v3/merchant/4012062524)。**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wxpay-nodejs-sdk",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "微信支付 API V3 Node.js SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",