uport-core
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -58,3 +58,3 @@ 'use strict'; | ||
var transport = (0, _chasqui.URIHandlerSend)({ chasquiUrl: chasquiUrl, pollingInterval: pollingInterval }); | ||
var transport = (0, _chasqui.URIHandlerSend)(send(), { chasquiUrl: chasquiUrl, pollingInterval: pollingInterval }); | ||
return function (uri) { | ||
@@ -61,0 +61,0 @@ return transport(uri).then(function (res) { |
{ | ||
"name": "uport-core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
160558