Comparing version 2.3.0 to 2.3.1
# Changelog | ||
## [2.3.1] | ||
### Changed | ||
- Fix compatibility issue that made `getEntry` not work in the browser. | ||
## [2.3.0] | ||
@@ -4,0 +10,0 @@ |
@@ -75,3 +75,3 @@ "use strict"; | ||
return [4 /*yield*/, this.executeRequest(__assign(__assign({}, opts), { method: "get", query: { | ||
publickey: "ed25519:" + publicKey.toString("hex"), | ||
publickey: "ed25519:" + buffer_1.Buffer.from(publicKey).toString("hex"), | ||
datakey: buffer_1.Buffer.from(crypto_1.HashDataKey(datakey)).toString("hex") | ||
@@ -78,0 +78,0 @@ }, timeout: opts.timeout }))]; |
{ | ||
"name": "skynet-js", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"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
78305