@bitgo-beta/sdk-coin-tao 1.0.1-alpha.70 → 1.0.1-alpha.72

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.7.0...@bitgo/sdk-coin-tao@1.7.1) (2025-05-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ - remove empty space character at end of file names ([51bd0f5](https://github.com/BitGo/BitGoJS/commit/51bd0f56ca3275dcf980a21a20e7d94c8837ba42))
11
+
12
+ # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.9...@bitgo/sdk-coin-tao@1.7.0) (2025-05-20)
13
+
14
+ ### Features
15
+
16
+ - **sdk-coin-polyx:** add transaction builders ([31c96bb](https://github.com/BitGo/BitGoJS/commit/31c96bbbce60b93e13208e3eab06bd144cfe57e4))
17
+
6
18
  ## [1.6.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tao@1.6.8...@bitgo/sdk-coin-tao@1.6.9) (2025-05-07)
7
19
 
8
20
  **Note:** Version bump only for package @bitgo/sdk-coin-tao
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-tao",
3
- "version": "1.0.1-alpha.70",
3
+ "version": "1.0.1-alpha.72",
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.73",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.321",
45
- "@bitgo-beta/statics": "10.0.1-alpha.321",
43
+ "@bitgo-beta/abstract-substrate": "1.0.0-alpha.75",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.323",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.323",
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.321",
53
- "@bitgo-beta/sdk-test": "^8.0.84"
52
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.323",
53
+ "@bitgo-beta/sdk-test": "^8.0.86"
54
54
  },
55
- "gitHead": "29de16fc0db9f43b1409989098c41c621918c29b"
55
+ "gitHead": "cd81cb52224fc362536f0526e76ebc434f6d263d"
56
56
  }
package/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- node_modules/
2
- .idea/
3
- dist/
package/.prettierignore DELETED
@@ -1,2 +0,0 @@
1
- .nyc_output/
2
- dist/