Comparing version 2.0.2 to 2.0.3
# Changelog | ||
## [2.0.3] | ||
### Changed | ||
- Remove some test code that made it into the published version. | ||
## [2.0.2] | ||
@@ -4,0 +10,0 @@ |
@@ -69,12 +69,2 @@ "use strict"; | ||
var _utils = require("./utils.js"); | ||
// Get the following files to run or the client's methods won't be defined. | ||
var client = new _client.SkynetClient("https://siasky.net"); | ||
var skylink = "CABqlFxQyimh292KJlqp-7HMA_vypPnSCoB-QZjzG5ObHw"; | ||
document.getElementById("download").addEventListener("click", function () { | ||
client.downloadFile(skylink); | ||
}); | ||
document.getElementById("open").addEventListener("click", function () { | ||
client.openFile(skylink); | ||
}); | ||
var _utils = require("./utils.js"); |
{ | ||
"name": "skynet-js", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Sia Skynet Javascript Client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
44480
835