Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "skynet-js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Sia Skynet Javascript Client", | ||
@@ -5,0 +5,0 @@ "browser": "src/index.js", |
@@ -6,3 +6,3 @@ import parse from "url-parse"; | ||
this.upload = upload.bind(null, portalUrl); | ||
this.uploadDirectory = upload.bind(null, portalUrl); | ||
this.uploadDirectory = uploadDirectory.bind(null, portalUrl); | ||
this.download = download.bind(null, portalUrl); | ||
@@ -9,0 +9,0 @@ this.open = open.bind(null, portalUrl); |
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
16157