@wallet01/cosmos
Advanced tools
Comparing version 0.5.5 to 0.6.0
# @wallet01/cosmos | ||
## 0.6.0 | ||
### Minor Changes | ||
- added package for tezos | ||
### Patch Changes | ||
- Updated dependencies | ||
- @wallet01/core@0.6.0 | ||
## 0.5.5 | ||
@@ -4,0 +15,0 @@ |
import { | ||
KeplrConnector | ||
} from "../chunk-6U2GXV7V.js"; | ||
} from "../chunk-MWCZKSJ3.js"; | ||
import "../chunk-3TMGHRIN.js"; | ||
@@ -5,0 +5,0 @@ export { |
import { | ||
KeplrConnector | ||
} from "./chunk-6U2GXV7V.js"; | ||
} from "./chunk-MWCZKSJ3.js"; | ||
import "./chunk-3TMGHRIN.js"; | ||
@@ -5,0 +5,0 @@ export { |
{ | ||
"name": "@wallet01/cosmos", | ||
"version": "0.5.5", | ||
"version": "0.6.0", | ||
"main": "dist/index.cjs", | ||
@@ -12,3 +12,3 @@ "types": "dist/index.d.ts", | ||
"eventemitter3": "^4.0.7", | ||
"@wallet01/core": "0.5.5" | ||
"@wallet01/core": "0.6.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
@@ -12,3 +12,3 @@ import { Window as KeplrWindow } from "@keplr-wallet/types"; | ||
constructor(chain: string = "secret-4") { | ||
super(chain, "keplr"); | ||
super(chain, "keplr", "cosmos"); | ||
} | ||
@@ -72,3 +72,3 @@ | ||
console.error("Cosmos Ecosystem doesn't support DIDs as of now"); | ||
return null; | ||
throw new Error("Cosmos Ecosystem doesn't support DIDs as of now"); | ||
} | ||
@@ -75,0 +75,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22663
41
0
+ Added@wallet01/core@0.6.0(transitive)
- Removed@wallet01/core@0.5.5(transitive)
Updated@wallet01/core@0.6.0