@alicloud/mns
Advanced tools
Comparing version 1.0.0-beta6 to 1.0.0-beta7
@@ -494,3 +494,3 @@ 'use strict'; | ||
var url = `/queues/${queueName}/messages?` + `receiptHandle=${receiptHandle}&visibilityTimeout=${visibilityTimeout}`; | ||
return this.put(url, 'ChangeVisibility'); | ||
return this.put(url, 'ChangeVisibility', ''); | ||
} | ||
@@ -497,0 +497,0 @@ |
@@ -272,3 +272,3 @@ 'use strict'; | ||
`receiptHandle=${receiptHandle}&visibilityTimeout=${visibilityTimeout}`; | ||
return this.put(url, 'ChangeVisibility'); | ||
return this.put(url, 'ChangeVisibility', ''); | ||
} | ||
@@ -275,0 +275,0 @@ |
{ | ||
"name": "@alicloud/mns", | ||
"version": "1.0.0-beta6", | ||
"version": "1.0.0-beta7", | ||
"description": "> 该 SDK 并未完全实现所有文档所提及的功能,如果您想使用的功能并未实现,请提[issue](https://github.com/aliyun/aliyun-mns-nodejs-sdk/issues/new)以增加优先级。", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
39981