@bitgo-beta/sdk-coin-coreum 1.0.1-beta.79 → 1.0.1-beta.80

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 +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
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
+ # 15.0.0 (2024-01-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
11
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
12
+
13
+ ### Code Refactoring
14
+
15
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
16
+
17
+ ### BREAKING CHANGES
18
+
19
+ - rename coin module, coin name, named exports for coreum
20
+
6
21
  # 14.0.0 (2024-01-22)
7
22
 
8
23
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-coreum",
3
- "version": "1.0.1-beta.79",
3
+ "version": "1.0.1-beta.80",
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-beta/abstract-cosmos": "1.0.1-beta.216",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.234",
45
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.226",
46
- "@bitgo-beta/statics": "15.1.1-beta.237",
43
+ "@bitgo-beta/abstract-cosmos": "1.0.1-beta.217",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.235",
45
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.227",
46
+ "@bitgo-beta/statics": "15.1.1-beta.238",
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-beta/sdk-api": "1.10.1-beta.234",
54
- "@bitgo-beta/sdk-test": "^3.0.0"
53
+ "@bitgo-beta/sdk-api": "1.10.1-beta.235",
54
+ "@bitgo-beta/sdk-test": "^4.0.0"
55
55
  },
56
- "gitHead": "618db61c9d3fe3530c4d73dea7e549bfac847b01"
56
+ "gitHead": "dd5ec4a888d93519876bd534a0d57c99c5579f76"
57
57
  }