@bitgo-beta/sdk-coin-vet 1.0.0-alpha.39 → 1.0.0-alpha.40
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 +12 -0
- package/package.json +9 -9
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
|
+
# [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.0.1...@bitgo/sdk-coin-vet@2.2.0) (2025-07-25)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **sdk-coin-vet:** implement getHashFunction for vet sdk ([10e0db8](https://github.com/BitGo/BitGoJS/commit/10e0db869cdf5aa5ab2416b174c6b8357715819f))
|
|
11
|
+
- **sdk-coin-vet:** make nonce field string type ([31e3a21](https://github.com/BitGo/BitGoJS/commit/31e3a21a4e99a132393efbc808d4735167b2a5d3))
|
|
12
|
+
- **sdk-coin-vet:** use expiration variable in tx ([88b2765](https://github.com/BitGo/BitGoJS/commit/88b27650717370385475a35adfaeff61b19d5921))
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **sdk-coin-vet:** add token transaction builder for vechain ([86036b8](https://github.com/BitGo/BitGoJS/commit/86036b83f8d3c5c27dbe91e0cc915b2548b0a6ba))
|
|
17
|
+
|
|
6
18
|
# [2.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-vet@2.0.1...@bitgo/sdk-coin-vet@2.1.0) (2025-07-23)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-vet",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.40",
|
|
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.2.3-alpha.
|
|
44
|
-
"@bitgo-beta/blake2b": "3.2.1-alpha.
|
|
45
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
46
|
-
"@bitgo-beta/secp256k1": "1.0.1-alpha.
|
|
47
|
-
"@bitgo-beta/statics": "10.0.1-alpha.
|
|
43
|
+
"@bitgo-beta/abstract-eth": "1.2.3-alpha.362",
|
|
44
|
+
"@bitgo-beta/blake2b": "3.2.1-alpha.363",
|
|
45
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.362",
|
|
46
|
+
"@bitgo-beta/secp256k1": "1.0.1-alpha.320",
|
|
47
|
+
"@bitgo-beta/statics": "10.0.1-alpha.362",
|
|
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.6.1-alpha.
|
|
58
|
-
"@bitgo-beta/sdk-test": "^8.0.
|
|
57
|
+
"@bitgo-beta/sdk-api": "1.6.1-alpha.362",
|
|
58
|
+
"@bitgo-beta/sdk-test": "^8.0.98"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "b69ff87b8125f82410772b85f794ee92d3d9fbb1"
|
|
61
61
|
}
|