@cypsela/sailplane-node
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@cypsela/sailplane-node", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "collaborative file system on ipfs", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -109,4 +109,6 @@ | ||
const ipfsAddOptions = { ...options, ...ipfsAddConfig } | ||
try { | ||
const ipfsUpload = await all(this._ipfs.add(source, ipfsAddConfig, options)) | ||
const ipfsUpload = await all(this._ipfs.add(source, ipfsAddOptions)) | ||
const batch = this._db.batch() | ||
@@ -113,0 +115,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16050
248