@bitgo-beta/sdk-coin-baby 1.0.1-beta.8 → 1.0.1-beta.81

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 +28 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,34 @@
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
+ ## [1.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-baby@1.1.5...@bitgo/sdk-coin-baby@1.1.7) (2025-02-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
11
+
12
+ ## [1.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-baby@1.1.5...@bitgo/sdk-coin-baby@1.1.6) (2025-02-20)
13
+
14
+ ### Bug Fixes
15
+
16
+ - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
17
+
18
+ ## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-baby@1.1.4...@bitgo/sdk-coin-baby@1.1.5) (2025-02-19)
19
+
20
+ **Note:** Version bump only for package @bitgo/sdk-coin-baby
21
+
22
+ ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-baby@1.1.3...@bitgo/sdk-coin-baby@1.1.4) (2025-02-11)
23
+
24
+ **Note:** Version bump only for package @bitgo/sdk-coin-baby
25
+
26
+ ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-baby@1.1.2...@bitgo/sdk-coin-baby@1.1.3) (2025-02-05)
27
+
28
+ **Note:** Version bump only for package @bitgo/sdk-coin-baby
29
+
30
+ ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-baby@1.1.1...@bitgo/sdk-coin-baby@1.1.2) (2025-01-28)
31
+
32
+ **Note:** Version bump only for package @bitgo/sdk-coin-baby
33
+
6
34
  ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-baby@1.1.0...@bitgo/sdk-coin-baby@1.1.1) (2025-01-23)
7
35
 
8
36
  **Note:** Version bump only for package @bitgo/sdk-coin-baby
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-baby",
3
- "version": "1.0.1-beta.8",
3
+ "version": "1.0.1-beta.81",
4
4
  "description": "BitGo SDK coin library for Babylon",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,17 +40,17 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-cosmos": "1.0.1-beta.649",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.668",
45
- "@bitgo-beta/statics": "15.1.1-beta.671",
43
+ "@bitgo-beta/abstract-cosmos": "1.0.1-beta.722",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.741",
45
+ "@bitgo-beta/statics": "15.1.1-beta.744",
46
46
  "@cosmjs/amino": "^0.29.5",
47
47
  "@cosmjs/encoding": "^0.29.5",
48
48
  "@cosmjs/stargate": "^0.29.5",
49
49
  "bignumber.js": "^9.1.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@bitgo-beta/sdk-api": "1.10.1-beta.667",
53
- "@bitgo-beta/sdk-test": "^8.0.67"
52
+ "@bitgo-beta/sdk-api": "1.10.1-beta.740",
53
+ "@bitgo-beta/sdk-test": "^8.0.73"
54
54
  },
55
- "gitHead": "5e4257457d837abfd4b4844ea55ec15946de1d18"
55
+ "gitHead": "93181ea243689c4f0373f7748f073858cd19b57b"
56
56
  }