@equinor/fusion
Advanced tools
Comparing version 0.1.32 to 0.1.33
@@ -6,3 +6,3 @@ export default class LocalStorageProvider { | ||
const cachedJson = localStorage.getItem(this.baseKey); | ||
const cachedValue = cachedJson ? JSON.parse(cachedJson) : {}; | ||
const cachedValue = cachedJson ? JSON.parse(cachedJson) : null; | ||
this.localCache = cachedValue; | ||
@@ -9,0 +9,0 @@ if (!cachedValue && defaultValue) { |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
110468