@bitgo-beta/sdk-coin-apt 1.0.1-beta.185 → 1.0.1-beta.187

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 +14 -0
  2. 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.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@1.7.2...@bitgo/sdk-coin-apt@1.10.0) (2025-03-04)
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
+ - **statics:** mainnet apt token registration ([88c5b19](https://github.com/BitGo/BitGoJS/commit/88c5b19f5f80e2991f9e78d6821e0e5ba87b3f04))
13
+ - **statics:** modify gas tank factor ([4c00d68](https://github.com/BitGo/BitGoJS/commit/4c00d681687c8edc061a6d048cd367240425eabf))
14
+
15
+ ### Features
16
+
17
+ - **sdk-coin-apt:** recommend min gas tank balance for next 1000 txns ([74071ab](https://github.com/BitGo/BitGoJS/commit/74071aba4c0754242fc96f7334cec74edba6c73b))
18
+ - **statics:** add GasTankAccountCoin ([b031d23](https://github.com/BitGo/BitGoJS/commit/b031d234e9acc38f3244c0407715a709a8aa28ab))
19
+
6
20
  # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@1.7.2...@bitgo/sdk-coin-apt@1.9.0) (2025-02-26)
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.185",
3
+ "version": "1.0.1-beta.187",
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.745",
45
- "@bitgo-beta/statics": "15.1.1-beta.748",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.747",
45
+ "@bitgo-beta/statics": "15.1.1-beta.750",
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.744",
51
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.737",
52
- "@bitgo-beta/sdk-test": "^8.0.73"
50
+ "@bitgo-beta/sdk-api": "1.10.1-beta.746",
51
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.739",
52
+ "@bitgo-beta/sdk-test": "^8.0.74"
53
53
  },
54
- "gitHead": "55cb3211aa16a99416c5d3b203a53bc7f81eb044"
54
+ "gitHead": "e7f190bc185e359be9dc9437692ce1f5761911db"
55
55
  }