@cypsela/sailplane-node
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "@cypsela/sailplane-node", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "collaborative file system on ipfs", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -113,2 +113,4 @@ | ||
get identity () { return this._db.identity } | ||
async upload (path, source, options = {}) { | ||
@@ -115,0 +117,0 @@ if (!this.running) throw errors.notStarted() |
17432
278