@bitgo/sdk-coin-coreum 18.1.0 → 19.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [19.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coreum@19.0.0...@bitgo/sdk-coin-coreum@19.0.1) (2024-02-22)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-coreum
9
+
10
+ # 19.0.0 (2024-02-19)
11
+
12
+ ### Bug Fixes
13
+
14
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
15
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
16
+
17
+ ### Code Refactoring
18
+
19
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
20
+
21
+ ### BREAKING CHANGES
22
+
23
+ - rename coin module, coin name, named exports for coreum
24
+
6
25
  # 18.0.0 (2024-01-30)
7
26
 
8
27
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-coreum",
3
- "version": "18.1.0",
3
+ "version": "19.0.1",
4
4
  "description": "BitGo SDK coin library for Coreum",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,18 +40,18 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/abstract-cosmos": "^8.1.0",
44
- "@bitgo/sdk-core": "^25.1.0",
45
- "@bitgo/sdk-lib-mpc": "^8.33.0",
46
- "@bitgo/statics": "^46.1.0",
43
+ "@bitgo/abstract-cosmos": "^9.0.1",
44
+ "@bitgo/sdk-core": "^26.1.0",
45
+ "@bitgo/sdk-lib-mpc": "^9.0.0",
46
+ "@bitgo/statics": "^47.1.0",
47
47
  "@cosmjs/amino": "^0.29.5",
48
48
  "@cosmjs/encoding": "^0.29.5",
49
49
  "@cosmjs/stargate": "^0.29.5",
50
50
  "bignumber.js": "^9.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@bitgo/sdk-api": "^1.42.0",
54
- "@bitgo/sdk-test": "^7.1.0"
53
+ "@bitgo/sdk-api": "^1.43.1",
54
+ "@bitgo/sdk-test": "^8.0.1"
55
55
  },
56
- "gitHead": "37753b2db011cb776da6bf73c2313cd95ec97f5b"
56
+ "gitHead": "a41ea5f31c4e917e93f9f0a83d9d4ff03711c08d"
57
57
  }