@bitgo-beta/sdk-coin-tao 1.0.1-alpha.134 → 1.0.1-alpha.135

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 +18 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.11.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.3...@bitgo/sdk-coin-tao@1.11.4) (2025-09-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-tao:** handle subnetId as number ([18caa10](https://github.com/BitGo/BitGoJS/commit/18caa10f0b888462039b5b44c3b79124b4390bea))
11
+
12
+ ## [1.11.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.2...@bitgo/sdk-coin-tao@1.11.3) (2025-08-30)
13
+
14
+ **Note:** Version bump only for package @bitgo/sdk-coin-tao
15
+
16
+ ## [1.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.1...@bitgo/sdk-coin-tao@1.11.2) (2025-08-29)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-tao
19
+
20
+ ## [1.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.11.0...@bitgo/sdk-coin-tao@1.11.1) (2025-08-27)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-coin-tao
23
+
6
24
  # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.10.2...@bitgo/sdk-coin-tao@1.11.0) (2025-08-22)
7
25
 
8
26
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-tao",
3
- "version": "1.0.1-alpha.134",
3
+ "version": "1.0.1-alpha.135",
4
4
  "description": "BitGo SDK coin library for TAO (Bittensor) coin",
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-substrate": "1.0.0-alpha.137",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.385",
45
- "@bitgo-beta/statics": "10.0.1-alpha.385",
43
+ "@bitgo-beta/abstract-substrate": "1.0.0-alpha.138",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.386",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.386",
46
46
  "@polkadot/api": "14.1.1",
47
47
  "@substrate/txwrapper-core": "7.5.2",
48
48
  "@substrate/txwrapper-polkadot": "7.5.2",
49
49
  "bignumber.js": "^9.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@bitgo-beta/sdk-api": "1.6.1-alpha.385",
53
- "@bitgo-beta/sdk-test": "^9.0.5"
52
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.386",
53
+ "@bitgo-beta/sdk-test": "^9.0.9"
54
54
  },
55
- "gitHead": "18be22938f6032fc61c32d94bd029d86d5dc68e8"
55
+ "gitHead": "546f05448e8def0db7b1aeac856673263e50bd96"
56
56
  }