@bitgo-beta/sdk-coin-apt 1.0.1-beta.233 → 1.0.1-beta.235

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 +16 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@2.0.0...@bitgo/sdk-coin-apt@2.0.1) (2025-04-02)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-apt
9
+
10
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@1.10.3...@bitgo/sdk-coin-apt@2.0.0) (2025-03-28)
11
+
12
+ ### Features
13
+
14
+ - **sdk-coin-apt:** send many support fungible asset ([66a935f](https://github.com/BitGo/BitGoJS/commit/66a935f78cf8154bbca09fbdd821ad8f01b098ad))
15
+ - **sdk-coin-apt:** send many: addition of recipients ([11023bd](https://github.com/BitGo/BitGoJS/commit/11023bdce766eb75db9ddd376e7e87322d5b699e))
16
+ - **sdk-coin-apt:** sendMany multiple recipients native aptos ([6efbd37](https://github.com/BitGo/BitGoJS/commit/6efbd37a4f2f0d1ea33a9c4101bfe7f5504aef6a))
17
+
18
+ ### BREAKING CHANGES
19
+
20
+ - **sdk-coin-apt:** Replaced protected `recipient` field with `recipients` in Aptos transactions.
21
+
6
22
  ## [1.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-apt@1.10.2...@bitgo/sdk-coin-apt@1.10.3) (2025-03-20)
7
23
 
8
24
  **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.233",
3
+ "version": "1.0.1-beta.235",
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.793",
45
- "@bitgo-beta/statics": "15.1.1-beta.796",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.795",
45
+ "@bitgo-beta/statics": "15.1.1-beta.798",
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.792",
51
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.785",
52
- "@bitgo-beta/sdk-test": "^8.0.77"
50
+ "@bitgo-beta/sdk-api": "1.10.1-beta.794",
51
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.787",
52
+ "@bitgo-beta/sdk-test": "^8.0.79"
53
53
  },
54
- "gitHead": "fa65999c82377b2da2ec43e15161871cbc0c51b5"
54
+ "gitHead": "024f8441159145dff776a0e1eac9f512d7d4d128"
55
55
  }