electrum-store
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -143,3 +143,3 @@ 'use strict'; | ||
return state.getValue(id); | ||
return state.get(id); | ||
} | ||
@@ -146,0 +146,0 @@ }]); |
{ | ||
"name": "electrum-store", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Electrum store provides a store implementation tailored for Electrum.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -119,3 +119,3 @@ 'use strict'; | ||
const {state} = props; | ||
return state.getValue (id); | ||
return state.get (id); | ||
} | ||
@@ -122,0 +122,0 @@ } |
73261