@bitgo-beta/abstract-substrate 1.0.1-beta.108 → 1.0.1-beta.109

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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.3.0) (2025-03-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-tao:** change amount and netuid type to string ([bbb92aa](https://github.com/BitGo/BitGoJS/commit/bbb92aa3e9def1e6260a074761cdf4a38888ebd6))
11
+
12
+ ### Features
13
+
14
+ - **abstract-substrate:** add common types to abstract-substrate ([6298a42](https://github.com/BitGo/BitGoJS/commit/6298a42c0b476e87b3a5e0a3cd5e57cc5c262f50))
15
+ - **abstract-substrate:** add missing methods for TAO stake/unstake ([635854c](https://github.com/BitGo/BitGoJS/commit/635854cbd04f473c20d20820d03d1b82f8d013e9))
16
+
6
17
  # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.2.0) (2025-02-26)
7
18
 
8
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-substrate",
3
- "version": "1.0.1-beta.108",
3
+ "version": "1.0.1-beta.109",
4
4
  "description": "BitGo SDK coin library for Substrate base implementation",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
38
38
  ]
39
39
  },
40
40
  "dependencies": {
41
- "@bitgo-beta/sdk-core": "8.2.1-beta.746",
42
- "@bitgo-beta/statics": "15.1.1-beta.749",
41
+ "@bitgo-beta/sdk-core": "8.2.1-beta.747",
42
+ "@bitgo-beta/statics": "15.1.1-beta.750",
43
43
  "@polkadot/keyring": "13.3.1",
44
44
  "@polkadot/types": "14.1.1",
45
45
  "@polkadot/util": "13.3.1",
@@ -54,5 +54,5 @@
54
54
  "lodash": "^4.17.15",
55
55
  "tweetnacl": "^1.0.3"
56
56
  },
57
- "gitHead": "c1a237450145ed04d29010afd0a04a5d5b7d2e64"
57
+ "gitHead": "e7f190bc185e359be9dc9437692ce1f5761911db"
58
58
  }