Skip to content

Commit

Permalink
bump to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Apr 8, 2021
1 parent 02ba836 commit b81f617
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,12 @@ QQ群: **684379275**
## 变更历史
- v0.5.4 (2021-04-08)
- 优化CLI,`wxpay crt` 下载平台证书仅在成功验签完成后写入文件
- 优化文档,`AesGcm` 解密示例
- 优化内部`chain`逻辑,遵循 `RFC3986` 规范,`baseURL`支持带部分路径的海外接入点
- 优化代码`SonarQue`检测结果`3A+0.5%`
- v0.5.3
- 优化CLI,`wxpay <uri>` 向前兼容以支持slash(/)结尾的请求,形如 `v3/applyment4sub/applyment/`
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wechatpay-axios-plugin",
"version": "0.5.3",
"description": "微信支付APIv2及v3 NodeJS SDK,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"version": "0.5.4",
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
"files": [
Expand Down Expand Up @@ -42,6 +42,7 @@
"pkcs7padding",
"rsa-oaep",
"axios-ecosystem",
"wxpay",
"微信支付"
],
"author": "James ZHANG",
Expand All @@ -55,9 +56,9 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.13",
"@babel/eslint-parser": "^7.13.10",
"eslint": "^7.22.0",
"@babel/core": "^7.13.14",
"@babel/eslint-parser": "^7.13.14",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.1.0",
Expand Down

0 comments on commit b81f617

Please sign in to comment.