Comparing version 6.13.1 to 6.13.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [6.13.2](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.13.1...v6.13.2) (2021-01-21) | ||
### Bug Fixes | ||
* not use `object spread operator` because of the low version of Node.js ([#921](https://github.com/aliyun/oss-nodejs-sdk/issues/921)) ([cd50f88](https://github.com/aliyun/oss-nodejs-sdk/commit/cd50f8857fdbbf78e5f7702514cdbe0806e332be)) | ||
### [6.13.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.13.0...v6.13.1) (2021-01-07) | ||
@@ -7,0 +14,0 @@ |
@@ -1,1 +0,1 @@ | ||
exports.version="6.13.0" | ||
exports.version="6.13.2" |
@@ -241,6 +241,3 @@ const debug = require('debug')('ali-oss:object'); | ||
const params = this._objectRequestParams('GET', '', options); | ||
params.query = { | ||
'list-type': 2, | ||
...query | ||
}; | ||
params.query = Object.assign({ 'list-type': 2 }, query); | ||
params.xmlResponse = true; | ||
@@ -247,0 +244,0 @@ params.successStatuses = [200]; |
{ | ||
"name": "ali-oss", | ||
"version": "6.13.1", | ||
"version": "6.13.2", | ||
"description": "aliyun oss(object storage service) node client", | ||
@@ -5,0 +5,0 @@ "main": "lib/client.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2301703
43569