@bitgo-beta/sdk-coin-apt 1.0.1-beta.654 → 1.0.1-beta.656
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 +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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-apt@2.5.4...@bitgo/sdk-coin-apt@2.6.0) (2025-09-25)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- parsing of apt function args ([c414b2f](https://github.com/BitGo/BitGoJS/commit/c414b2f9578bf0deac43f2ae5ea2829bbe138a41))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- add utility to deserialize signable payload hex ([9f586ce](https://github.com/BitGo/BitGoJS/commit/9f586ce9ecd177f4a50b7c53eb35ca590c1ca52c))
|
|
15
|
+
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
16
|
+
- enable smart contract calls aptos ([704f6f9](https://github.com/BitGo/BitGoJS/commit/704f6f97478f7d9eeb57a31225bd3ca0a7164035))
|
|
17
|
+
- **sdk-coin-apt:** making abi mandatory for custom transactions ([fc3e879](https://github.com/BitGo/BitGoJS/commit/fc3e879e96fc13026b4eba6b6df97f08dfeef0f2))
|
|
18
|
+
- **sdk-coin-apt:** modify deserialization for custom tx and make abi optional ([1284e6f](https://github.com/BitGo/BitGoJS/commit/1284e6f95de5d8bc10b17877464e411dd73c8ebc))
|
|
19
|
+
|
|
6
20
|
## [2.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@2.5.3...@bitgo/sdk-coin-apt@2.5.4) (2025-09-03)
|
|
7
21
|
|
|
8
22
|
**Note:** Version bump only for package @bitgo/sdk-coin-apt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-apt",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.656",
|
|
4
4
|
"description": "BitGo SDK coin library for APT (Aptos) coin",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@aptos-labs/ts-sdk": "1.33.1",
|
|
44
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
45
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
44
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.1216",
|
|
45
|
+
"@bitgo-beta/statics": "15.1.1-beta.1219",
|
|
46
46
|
"bignumber.js": "^9.1.2",
|
|
47
47
|
"lodash": "^4.17.21"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@bitgo-beta/sdk-api": "1.10.1-beta.
|
|
51
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
52
|
-
"@bitgo-beta/sdk-test": "^9.0
|
|
50
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.1215",
|
|
51
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1208",
|
|
52
|
+
"@bitgo-beta/sdk-test": "^9.1.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "799e0184a89efc449255787cdc5eafbc966bea48"
|
|
55
55
|
}
|