@keplr-wallet/crypto
Advanced tools
Comparing version 0.8.0-rc.0 to 0.8.0-rc.1
@@ -10,3 +10,3 @@ "use strict"; | ||
const key_1 = require("./key"); | ||
const cosmos_1 = require("@keplr/cosmos"); | ||
const cosmos_1 = require("@keplr-wallet/cosmos"); | ||
describe("Test priv key", () => { | ||
@@ -13,0 +13,0 @@ it("priv key should generate the valid address", () => { |
{ | ||
"name": "@keplr-wallet/crypto", | ||
"version": "0.8.0-rc.0", | ||
"version": "0.8.0-rc.1", | ||
"main": "build/index.js", | ||
@@ -20,3 +20,3 @@ "author": "chainapsis", | ||
"devDependencies": { | ||
"@keplr-wallet/cosmos": "^0.8.0-rc.0", | ||
"@keplr-wallet/cosmos": "^0.8.0-rc.1", | ||
"@types/crypto-js": "^4.0.1", | ||
@@ -35,3 +35,3 @@ "@types/elliptic": "^6.4.12", | ||
}, | ||
"gitHead": "1b34adaaa8227f03404ea8f2d591b2b6bce4ed7a" | ||
"gitHead": "32549d9b95b8f3b3bcfada2bfd293503c1d08d25" | ||
} |
@@ -5,3 +5,3 @@ import assert from "assert"; | ||
import { PrivKeySecp256k1 } from "./key"; | ||
import { Bech32Address } from "@keplr/cosmos"; | ||
import { Bech32Address } from "@keplr-wallet/cosmos"; | ||
@@ -8,0 +8,0 @@ describe("Test priv key", () => { |
Sorry, the diff of this file is not supported yet
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
29558