@alicloud/pop-core
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -161,8 +161,8 @@ 'use strict'; | ||
get(path, query) { | ||
return this.request('GET', path, query); | ||
get(path, query, headers) { | ||
return this.request('GET', path, query, '', headers); | ||
} | ||
delete(path, query) { | ||
return this.request('DELETE', path, query); | ||
delete(path, query, headers) { | ||
return this.request('DELETE', path, query, '', headers); | ||
} | ||
@@ -169,0 +169,0 @@ } |
{ | ||
"name": "@alicloud/pop-core", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "AliCloud POP SDK core", | ||
@@ -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
12951