@bitgo-beta/sdk-coin-apt 1.0.1-beta.161 → 1.0.1-beta.162

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 +11 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@1.7.2...@bitgo/sdk-coin-apt@1.8.0) (2025-02-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-apt:** correction 64 bit LE to two buffer of 32 bits ([2165171](https://github.com/BitGo/BitGoJS/commit/21651716d9704ffc0e66072b6bafc3e7bd996aec))
11
+ - **sdk-coin-apt:** fetch correction transaction ([a8e9db2](https://github.com/BitGo/BitGoJS/commit/a8e9db23326a680b5e78162c21d508edf00d3f07))
12
+
13
+ ### Features
14
+
15
+ - **sdk-coin-apt:** recommend min gas tank balance for next 1000 txns ([74071ab](https://github.com/BitGo/BitGoJS/commit/74071aba4c0754242fc96f7334cec74edba6c73b))
16
+
6
17
  ## [1.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@1.7.1...@bitgo/sdk-coin-apt@1.7.2) (2025-02-19)
7
18
 
8
19
  **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.161",
3
+ "version": "1.0.1-beta.162",
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.721",
45
- "@bitgo-beta/statics": "15.1.1-beta.724",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.722",
45
+ "@bitgo-beta/statics": "15.1.1-beta.725",
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.720",
51
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.713",
52
- "@bitgo-beta/sdk-test": "^8.0.71"
50
+ "@bitgo-beta/sdk-api": "1.10.1-beta.721",
51
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.714",
52
+ "@bitgo-beta/sdk-test": "^8.0.72"
53
53
  },
54
- "gitHead": "d01e6d8505a6ab66f0b94528a595aee01fde522e"
54
+ "gitHead": "e7aabd6106c4969c9deb76a28091698b0339a479"
55
55
  }