@emurgo/yoroi-lib-browser
Advanced tools
Comparing version 0.1.5-alpha.20 to 0.2.1-alpha.22
@@ -619,2 +619,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
toBech32() { | ||
return Promise.resolve(this.wasm.to_bech32()); | ||
} | ||
asBytes() { | ||
@@ -632,2 +635,8 @@ return Promise.resolve(this.wasm.as_bytes()); | ||
} | ||
static generateEd25519() { | ||
return Promise.resolve(new PrivateKey(WasmV4.PrivateKey.generate_ed25519())); | ||
} | ||
static generateEd25519extended() { | ||
return Promise.resolve(new PrivateKey(WasmV4.PrivateKey.generate_ed25519extended())); | ||
} | ||
} | ||
@@ -634,0 +643,0 @@ Browser.PrivateKey = PrivateKey; |
{ | ||
"name": "@emurgo/yoroi-lib-browser", | ||
"version": "0.1.5-alpha.20", | ||
"version": "0.2.1-alpha.22", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"@emurgo/cardano-serialization-lib-browser": "9.1.4", | ||
"@emurgo/yoroi-lib-core": "0.1.5-alpha.20" | ||
"@emurgo/yoroi-lib-core": "0.2.1-alpha.22" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
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
50204
1277
+ Added@emurgo/yoroi-lib-core@0.2.1-alpha.22(transitive)
- Removed@emurgo/yoroi-lib-core@0.1.5-alpha.20(transitive)