@screencloud/auth-sdk
Advanced tools
Comparing version 1.8.0-pre.5 to 1.8.0-pre.6
@@ -45,3 +45,3 @@ import { EventEmitter } from './EventEmitter'; | ||
set autoRefresh(value: boolean); | ||
fetchJson<T_RESPONSE = any, T_BODY extends {} = any>(path: string, init?: RequestInit & { | ||
fetchJson<T_RESPONSE = any, T_BODY extends {} = any>(path: string, init?: Omit<RequestInit, 'body'> & { | ||
body?: T_BODY; | ||
@@ -48,0 +48,0 @@ }): Promise<T_RESPONSE>; |
@@ -64,3 +64,3 @@ { | ||
}, | ||
"version": "1.8.0-pre.5" | ||
"version": "1.8.0-pre.6" | ||
} |
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
52590