From f54431d2cf0f6b2318a27b85cfdc724d0eed531f Mon Sep 17 00:00:00 2001 From: TheNorthMemory Date: Tue, 16 Mar 2021 15:29:40 +0800 Subject: [PATCH] bump to v0.4.5 --- README.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f5c682..fb83296 100644 --- a/README.md +++ b/README.md @@ -881,6 +881,7 @@ console.info(params) ## 变更历史 - v0.4.5 + - 支持APIv2版的俩账单下载,调用方法与APIv3类同; - 增加测试用例覆盖,初始化参数`secret`(for APIv2)如未设置,`HMAC-SHA256`数据签名时,可能引发 #14 - v0.4.4 diff --git a/package.json b/package.json index 69a04d5..e647937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechatpay-axios-plugin", - "version": "0.4.4", + "version": "0.4.5", "description": "微信支付APIv2及v3 NodeJS SDK,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...", "main": "index.js", "typings": "index.d.ts", @@ -41,7 +41,7 @@ "aes-256-ecb", "pkcs7padding", "rsa-oaep", - "axios-plugin" + "axios-ecosystem" ], "author": "James ZHANG", "license": "MIT",