@bitgo-beta/sdk-coin-vet 1.0.1-beta.325 → 1.0.1-beta.327

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 +13 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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
+ # [2.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.5.3...@bitgo/sdk-coin-vet@2.6.0) (2025-09-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add txn type for vechain claim rewards ([7c716ba](https://github.com/BitGo/BitGoJS/commit/7c716bae5cafdf172506c9ccab9b394ffff3ceca))
11
+ - export burn, exit delegation txns for vechain ([9aaa2fe](https://github.com/BitGo/BitGoJS/commit/9aaa2fe0dd081f2a534cccadb8aac4ca7d31e624))
12
+ - failing vechain tests ([6af94ac](https://github.com/BitGo/BitGoJS/commit/6af94acfaf5fc416ae1e567c07e40ebad0c6cfe1))
13
+
14
+ ### Features
15
+
16
+ - add claim rewards builder for vechain ([209a02a](https://github.com/BitGo/BitGoJS/commit/209a02a5b46cfbaf97aaf956130367791f21ec4a))
17
+ - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
18
+
6
19
  ## [2.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.5.2...@bitgo/sdk-coin-vet@2.5.3) (2025-09-03)
7
20
 
8
21
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-vet",
3
- "version": "1.0.1-beta.325",
3
+ "version": "1.0.1-beta.327",
4
4
  "description": "BitGo SDK coin library for VeChain",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,11 +40,11 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.0.2-beta.1443",
44
- "@bitgo-beta/blake2b": "3.0.4-beta.1451",
45
- "@bitgo-beta/sdk-core": "8.2.1-beta.1213",
46
- "@bitgo-beta/secp256k1": "1.0.2-beta.1240",
47
- "@bitgo-beta/statics": "15.1.1-beta.1216",
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.1445",
44
+ "@bitgo-beta/blake2b": "3.0.4-beta.1453",
45
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1215",
46
+ "@bitgo-beta/secp256k1": "1.0.2-beta.1242",
47
+ "@bitgo-beta/statics": "15.1.1-beta.1218",
48
48
  "@noble/curves": "1.8.1",
49
49
  "@vechain/sdk-core": "^1.2.0-rc.3",
50
50
  "bignumber.js": "^9.1.1",
@@ -54,8 +54,8 @@
54
54
  "tweetnacl": "^1.0.3"
55
55
  },
56
56
  "devDependencies": {
57
- "@bitgo-beta/sdk-api": "1.10.1-beta.1212",
58
- "@bitgo-beta/sdk-test": "^9.0.9"
57
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1214",
58
+ "@bitgo-beta/sdk-test": "^9.1.0"
59
59
  },
60
- "gitHead": "b771efec1325d31ec15a1d1e482c78c2974ffa81"
60
+ "gitHead": "fe43285aec5efb650432d9914f7f94bc906baba3"
61
61
  }