@alicloud/pop-core
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -29,3 +29,3 @@ // Type definitions for [~THE LIBRARY NAME~] [~OPTIONAL VERSION NUMBER~] | ||
request(action: String, params: Object, options?: Object): Promise; | ||
request<T>(action: String, params: Object, options?: Object): Promise<T>; | ||
} | ||
@@ -32,0 +32,0 @@ |
@@ -109,3 +109,3 @@ 'use strict'; | ||
} | ||
this.opts = config.opts || {}; | ||
@@ -112,0 +112,0 @@ |
{ | ||
"name": "@alicloud/pop-core", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "AliCloud POP SDK core", | ||
@@ -23,2 +23,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"debug": "^3.1.0", | ||
"httpx": "^2.1.2", | ||
@@ -25,0 +26,0 @@ "json-bigint": "^0.2.3", |
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
17381
5
+ Addeddebug@^3.1.0
+ Addeddebug@3.2.7(transitive)