bf-lib-browser
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const cache_1 = require("../cache"); | ||
function auth() { | ||
@@ -51,3 +52,3 @@ function requestUserData(nexusUrl) { | ||
if (system) { | ||
// TODO: This is a placeholder for when this might actually be needed | ||
cache_1.default(system); | ||
} | ||
@@ -54,0 +55,0 @@ } |
{ | ||
"name": "bf-lib-browser", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"private": false, | ||
@@ -69,3 +69,3 @@ "description": "the standard library browser based clients using block-5 services", | ||
"dependencies": { | ||
"bf-lib": "^1.1.0", | ||
"bf-lib": "^1.2.0", | ||
"bf-types": "^2.5.27" | ||
@@ -77,3 +77,3 @@ }, | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.4", | ||
"@types/node": "^12.7.5", | ||
"commitizen": "^4.0.3", | ||
@@ -80,0 +80,0 @@ "husky": "^3.0.5", |
13004
19
235
Updatedbf-lib@^1.2.0