@requestnetwork/request-network.js
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -59,3 +59,3 @@ "use strict"; | ||
var dataParsed = JSON.parse(_data); | ||
_this.ipfs.add(Buffer.from(JSON.stringify(dataParsed)), function (err, result) { | ||
_this.ipfs.add(Buffer.from(JSON.stringify(dataParsed)), { pin: false }, function (err, result) { | ||
if (err) | ||
@@ -62,0 +62,0 @@ return reject(err); |
{ | ||
"name": "@requestnetwork/request-network.js", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "A JavaScript library for interacting with the Request Network protocol", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/RequestNetwork/requestNetwork-v1-archive/tree/master/packages/requestNetwork.js", |
Sorry, the diff of this file is not supported yet
635152