@arkadiuminc/sdk
Advanced tools
Comparing version 0.0.5 to 0.0.6
import { BackendApi } from '../backend/backend.api'; | ||
import { createStore } from '../../utils/observable'; | ||
interface Image { | ||
@@ -18,2 +19,3 @@ png: string; | ||
interface AuthUIManagerContract { | ||
openAuthRequest: ReturnType<typeof createStore<boolean>>; | ||
openAuthForm(): Promise<void>; | ||
@@ -20,0 +22,0 @@ } |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
17988
336