@kelbyone/core
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@kelbyone/core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Core providers and utilities for @KelbyOne/Components", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -16,3 +16,3 @@ import { get, remove, set } from './storage-service'; | ||
async logout(): Promise<void> { | ||
const user = await logout(); | ||
await logout(); | ||
await remove(HAS_LOGGED_IN); | ||
@@ -19,0 +19,0 @@ await remove('user'); |
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
3996