@bitgo-beta/sdk-coin-sol 2.4.3-beta.1111 → 2.4.3-beta.1113

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/.mocharc.yml CHANGED
@@ -1,4 +1,4 @@
1
- require: 'ts-node/register'
1
+ require: 'tsx'
2
2
  timeout: '60000'
3
3
  reporter: 'min'
4
4
  reporter-option:
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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
+ # [6.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@6.0.0...@bitgo/sdk-coin-sol@6.1.0) (2025-08-22)
7
+
8
+ ### Features
9
+
10
+ - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
11
+
12
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@5.0.1...@bitgo/sdk-coin-sol@6.0.0) (2025-08-22)
13
+
14
+ ### Features
15
+
16
+ - **sdk-coin-sol:** add support to recover unsupported spl tokens ([56ee7d0](https://github.com/BitGo/BitGoJS/commit/56ee7d08c61528a82e052f4adaef32d46fac7a76))
17
+ - **sdk-coin-sol:** use sol intent staking type from public types ([3487704](https://github.com/BitGo/BitGoJS/commit/3487704ded0d97fbafa3ef76e64269cfcecb343a))
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ - **sdk-coin-sol:** txBuilder.stakingType now uses SolStakingTypeEnum
22
+ from public-types instead of StakingType from BitGoJS.
23
+
24
+ Ticket: SC-2789
25
+
6
26
  ## [5.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@5.0.0...@bitgo/sdk-coin-sol@5.0.1) (2025-08-19)
7
27
 
8
28
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-sol",
3
- "version": "2.4.3-beta.1111",
3
+ "version": "2.4.3-beta.1113",
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.1117",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1109",
45
- "@bitgo-beta/statics": "15.1.1-beta.1120",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1119",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1111",
45
+ "@bitgo-beta/statics": "15.1.1-beta.1122",
46
46
  "@bitgo/public-types": "5.18.0",
47
47
  "@solana/spl-stake-pool": "1.1.8",
48
48
  "@solana/spl-token": "0.3.1",
@@ -54,9 +54,9 @@
54
54
  "tweetnacl": "^1.0.3"
55
55
  },
56
56
  "devDependencies": {
57
- "@bitgo-beta/sdk-api": "1.10.1-beta.1116",
58
- "@bitgo-beta/sdk-test": "^9.0.3",
57
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1118",
58
+ "@bitgo-beta/sdk-test": "^9.0.5",
59
59
  "@types/lodash": "^4.14.121"
60
60
  },
61
- "gitHead": "e8e6e75ec1c988f70f904a3e04c4e6dd5c19b6f5"
61
+ "gitHead": "f2e286a9799bfcf7a51f98a1145001815ca4488a"
62
62
  }