@bloks/wallet
Advanced tools
Comparing version 3.5.12 to 3.5.13
{ | ||
"name": "@bloks/wallet", | ||
"version": "3.5.12", | ||
"version": "3.5.13", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2b7407b9b1d3e35b117b7958340dabf453a40176" | ||
"gitHead": "fd1cb78aac8a5184de202e7dbdb37b75a8c89535" | ||
} |
import store from 'store' | ||
import { defaultUser } from './defaults' | ||
const USER_KEY = 'user-v.0.0.1' | ||
const USERS_KEY = 'user-v.0.0.1' | ||
const USER_KEY = 'user-v.0.0.2' | ||
const USERS_KEY = 'users-v.0.0.2' | ||
@@ -7,0 +7,0 @@ class Users { |
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
15809