@bitgo-beta/sdk-coin-apt 1.0.1-beta.124 → 1.0.1-beta.126
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
|
+
# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@1.6.0...@bitgo/sdk-coin-apt@1.7.0) (2025-02-05)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **sdk-coin-apt:** exporting fungible and non fungible files ([e426aeb](https://github.com/BitGo/BitGoJS/commit/e426aebbbf45f5e837e868e6eaa139505c2ab8be))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **sdk-coin-apt:** change fungibleAddress to assetId ([3c1bd56](https://github.com/BitGo/BitGoJS/commit/3c1bd56a05e20f1fc0bc3ad69227b021c972f919))
|
|
15
|
+
- **sdk-coin-apt:** changing names of classes ([937b17c](https://github.com/BitGo/BitGoJS/commit/937b17cce52fdb68670577b1b8887cee586dc4e0))
|
|
16
|
+
- **sdk-coin-apt:** fungible asset transfer transaction ([65cbd70](https://github.com/BitGo/BitGoJS/commit/65cbd7054728d50b1bb64f6229fd8465d8ac6b97))
|
|
17
|
+
- **sdk-coin-apt:** legacy coin and aptos coin transfer changes ([9db8d65](https://github.com/BitGo/BitGoJS/commit/9db8d6519f3e77525f583398853e6b90f021c4e7))
|
|
18
|
+
- **sdk-coin-apt:** non fungible asset transaction building ([eb84c77](https://github.com/BitGo/BitGoJS/commit/eb84c774cb3e22985a161460b39ab5e52a1af339))
|
|
19
|
+
|
|
6
20
|
# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@1.5.1...@bitgo/sdk-coin-apt@1.6.0) (2025-01-28)
|
|
7
21
|
|
|
8
22
|
### Bug Fixes
|
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.126",
|
|
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.686",
|
|
45
|
+
"@bitgo-beta/statics": "15.1.1-beta.689",
|
|
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": "^8.0.
|
|
50
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.685",
|
|
51
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.678",
|
|
52
|
+
"@bitgo-beta/sdk-test": "^8.0.69"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "56034f1ebe1ff08459d57fb524a631c0faf82b55"
|
|
55
55
|
}
|