@8base/api-token-auth-client
Advanced tools
Comparing version 0.27.0 to 0.27.1
@@ -1,2 +0,2 @@ | ||
import { AuthState, AuthClient } from '@8base/utils'; | ||
import { AuthState, IAuthClient } from '@8base/utils'; | ||
declare type ApiTokenAuthClientOptions = { | ||
@@ -9,3 +9,3 @@ apiToken: string; | ||
*/ | ||
declare class ApiTokenAuthClient implements AuthClient { | ||
declare class ApiTokenAuthClient implements IAuthClient { | ||
apiToken: string; | ||
@@ -12,0 +12,0 @@ state: {}; |
{ | ||
"name": "@8base/api-token-auth-client", | ||
"version": "0.27.0", | ||
"version": "0.27.1", | ||
"author": "8base", | ||
@@ -17,3 +17,3 @@ "repository": "https://github.com/8base/sdk", | ||
"dependencies": { | ||
"@8base/utils": "^0.27.0" | ||
"@8base/utils": "^0.27.1" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6850
Updated@8base/utils@^0.27.1