@bitgo-beta/sdk-coin-sol 2.4.3-beta.654 → 2.4.3-beta.655

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 +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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
+ ## [4.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@4.8.0...@bitgo/sdk-coin-sol@4.8.1) (2025-01-23)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-sol
9
+
10
+ # [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@4.7.17...@bitgo/sdk-coin-sol@4.8.0) (2025-01-23)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **sdk-coin-sol:** add priority instruction when token transfer ([701935a](https://github.com/BitGo/BitGoJS/commit/701935aba34a586d2f58c5c5542a396587f02c49))
15
+ - **sdk-coin-sol:** update tests ([1e85dce](https://github.com/BitGo/BitGoJS/commit/1e85dce08f4511c0bed60a85e739dd08d29494f0))
16
+
17
+ ### Features
18
+
19
+ - **sdk-coin-sol:** add prio fees for token txns ([90628d4](https://github.com/BitGo/BitGoJS/commit/90628d4908e5d4acc031e8793c358b6bf741167f))
20
+ - **sdk-coin-sol:** fetch prio fees from WP ([7dd8807](https://github.com/BitGo/BitGoJS/commit/7dd8807cabb2ad0f8a800ff1b914b201a71ba074))
21
+ - **sdk-coin-sol:** ignore zero value prio fee ([a6cd5ee](https://github.com/BitGo/BitGoJS/commit/a6cd5ee4dd486b71774d47b6c9763de2d1dcc13e))
22
+
6
23
  ## [4.7.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@4.7.16...@bitgo/sdk-coin-sol@4.7.17) (2025-01-20)
7
24
 
8
25
  **Note:** Version bump only for package @bitgo/sdk-coin-sol
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-sol",
3
- "version": "2.4.3-beta.654",
3
+ "version": "2.4.3-beta.655",
4
4
  "description": "BitGo SDK coin library for Sol",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-core": "8.2.1-beta.659",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.651",
45
- "@bitgo-beta/statics": "15.1.1-beta.662",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.660",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.652",
45
+ "@bitgo-beta/statics": "15.1.1-beta.663",
46
46
  "@solana/spl-token": "0.3.1",
47
47
  "@solana/web3.js": "1.92.1",
48
48
  "bignumber.js": "^9.0.0",
@@ -52,9 +52,9 @@
52
52
  "tweetnacl": "^1.0.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@bitgo-beta/sdk-api": "1.10.1-beta.658",
56
- "@bitgo-beta/sdk-test": "^8.0.65",
55
+ "@bitgo-beta/sdk-api": "1.10.1-beta.659",
56
+ "@bitgo-beta/sdk-test": "^8.0.67",
57
57
  "@types/lodash": "^4.14.121"
58
58
  },
59
- "gitHead": "6678691036fba35273c2cf6c445b0f2e5fdfe22e"
59
+ "gitHead": "2000f7acc00a8645bbff259dcd234e4a23d8e43c"
60
60
  }