Comparing version 3.2.0 to 3.2.1
3.2.1 / 2018-10-18 | ||
================== | ||
**fixes** | ||
* [[`d6b6fc6`](http://github.com/ali-sdk/ali-ons/commit/d6b6fc61d049c5925c65913c299d0b423573d4b6)] - fix: accessKeyID => accessKeyId (#50) (fengmk2 <<fengmk2@gmail.com>>) | ||
3.2.0 / 2018-10-17 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -22,4 +22,4 @@ 'use strict'; | ||
const arr = address.split(':'); | ||
// support alias: accessKeyID and accessKeySecret | ||
options.accessKey = options.accessKey || options.accessKeyID; | ||
// support alias: accessKeyId and accessKeySecret | ||
options.accessKey = options.accessKey || options.accessKeyId; | ||
options.secretKey = options.secretKey || options.accessKeySecret; | ||
@@ -26,0 +26,0 @@ super(Object.assign({ |
{ | ||
"name": "ali-ons", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Aliyun Open Notification Service Client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -36,3 +36,3 @@ ali-ons | ||
httpclient, | ||
accessKeyID: 'your-AccessKeyID', | ||
accessKeyId: 'your-accessKeyId', | ||
accessKeySecret: 'your-AccessKeySecret', | ||
@@ -61,3 +61,3 @@ consumerGroup: 'your-consumer-group', | ||
httpclient, | ||
accessKeyID: 'your-AccessKeyID', | ||
accessKeyId: 'your-accessKeyId', | ||
accessKeySecret: 'your-AccessKeySecret', | ||
@@ -64,0 +64,0 @@ producerGroup: 'your-producer-group', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140491