@bitgo-beta/utxo-staking 1.1.1-beta.187 → 1.1.1-beta.188

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 +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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/utxo-staking@1.6.0...@bitgo/utxo-staking@1.8.0) (2025-03-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **utxo-staking:** avoid mutating input array in sortedKeys ([17f6e5d](https://github.com/BitGo/BitGoJS/commit/17f6e5de5f16d0356075816ba3f204b8612ce641))
11
+
12
+ ### Features
13
+
14
+ - **utxo-core:** simplify module exports ([ea7cd0f](https://github.com/BitGo/BitGoJS/commit/ea7cd0f90977894c25fc0734386b9e8d27465fd5))
15
+ - **utxo-staking:** add single key finality provider script generation ([0fe5393](https://github.com/BitGo/BitGoJS/commit/0fe539359f01c204d34cfe86f208cdc2697bcb7d))
16
+ - **utxo-staking:** exclude test fixtures from prettier formatting ([7cf7bdc](https://github.com/BitGo/BitGoJS/commit/7cf7bdcc57bc5ee09be387abcf5ae119889f44db))
17
+ - **utxo-staking:** update CoreDAO output type to use utxo-core Output ([30902d6](https://github.com/BitGo/BitGoJS/commit/30902d6e152581651806a86aa3d1b2f56a1a9830))
18
+
6
19
  # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-staking@1.6.0...@bitgo/utxo-staking@1.7.0) (2025-02-26)
7
20
 
8
21
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/utxo-staking",
3
- "version": "1.1.1-beta.187",
3
+ "version": "1.1.1-beta.188",
4
4
  "description": "BitGo SDK for build UTXO staking transactions",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -39,14 +39,14 @@
39
39
  ]
40
40
  },
41
41
  "dependencies": {
42
- "@bitgo-beta/unspents": "0.13.2-beta.746",
43
- "@bitgo-beta/utxo-core": "1.0.0-beta.57",
44
- "@bitgo-beta/utxo-lib": "8.0.3-beta.747",
42
+ "@bitgo-beta/unspents": "0.13.2-beta.747",
43
+ "@bitgo-beta/utxo-core": "1.0.0-beta.58",
44
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.748",
45
45
  "@bitgo/wasm-miniscript": "2.0.0-beta.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "bip174": "=2.1.1",
49
49
  "bitcoinjs-lib": "^6.1.7"
50
50
  },
51
- "gitHead": "c1a237450145ed04d29010afd0a04a5d5b7d2e64"
51
+ "gitHead": "e7f190bc185e359be9dc9437692ce1f5761911db"
52
52
  }