@bitgo-beta/abstract-substrate 1.0.1-beta.92 → 1.0.1-beta.94

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 +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
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.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.2.0) (2025-02-26)
7
+
8
+ ### Features
9
+
10
+ - **abstract-substrate:** add common types to abstract-substrate ([6298a42](https://github.com/BitGo/BitGoJS/commit/6298a42c0b476e87b3a5e0a3cd5e57cc5c262f50))
11
+ - **abstract-substrate:** add missing methods for TAO stake/unstake ([635854c](https://github.com/BitGo/BitGoJS/commit/635854cbd04f473c20d20820d03d1b82f8d013e9))
12
+
6
13
  ## [1.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.1.5...@bitgo/abstract-substrate@1.1.6) (2025-02-20)
7
14
 
8
15
  **Note:** Version bump only for package @bitgo/abstract-substrate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-substrate",
3
- "version": "1.0.1-beta.92",
3
+ "version": "1.0.1-beta.94",
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.730",
42
- "@bitgo-beta/statics": "15.1.1-beta.733",
41
+ "@bitgo-beta/sdk-core": "8.2.1-beta.732",
42
+ "@bitgo-beta/statics": "15.1.1-beta.735",
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": "934044cb917ec5d29deee9dc5dc095c58ad9a94d"
57
+ "gitHead": "a68d1866288310719a326b1d448d719b970a2019"
58
58
  }