@nebulous/skynet
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -27,3 +27,3 @@ const axios = require('axios') | ||
.then(resp => { | ||
resolve(`sia://${resp.data.skylink}`) | ||
resolve(resp.data.skylink) | ||
}).catch(error => { | ||
@@ -30,0 +30,0 @@ reject(error) |
{ | ||
"name": "@nebulous/skynet", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Skynet SDK", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3244