@agconnect/network-types
Advanced tools
Comparing version 1.3.0 to 1.3.1-beta
@@ -7,2 +7,10 @@ export type Method = | ||
export type SystemInfo = { | ||
name:string, | ||
version:string | ||
}; | ||
export type BrowserInfo = { | ||
name:string, | ||
version:string | ||
}; | ||
@@ -28,2 +36,6 @@ export namespace AGCPlatformInfoService { | ||
getCountry(): string; | ||
getSystemInfo():SystemInfo; | ||
getBrowsersInfo():BrowserInfo; | ||
} | ||
@@ -45,2 +57,3 @@ } | ||
cancelToken?: CancelToken; | ||
throwAGCException?:boolean; | ||
} | ||
@@ -47,0 +60,0 @@ |
{ | ||
"name": "@agconnect/network-types", | ||
"version": "1.3.0", | ||
"version": "1.3.1-beta", | ||
"description": "@agconnect/network-types", | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
9102
251
2