@atomicfinance/bitcoin-dlc-provider 4.1.5 → 4.1.7

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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 4.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 1203f06: Ensure refund tx includes sequence from original refund tx ddk provider
8
+ - Updated dependencies [1203f06]
9
+ - @atomicfinance/bitcoin-utils@4.1.7
10
+ - @atomicfinance/provider@4.1.7
11
+ - @atomicfinance/types@4.1.7
12
+ - @atomicfinance/utils@4.1.7
13
+
14
+ ## 4.1.6
15
+
16
+ ### Patch Changes
17
+
18
+ - 5b7d9ea: Fix refund sig generation bitcoin ddk provider
19
+ - Updated dependencies [5b7d9ea]
20
+ - @atomicfinance/bitcoin-utils@4.1.6
21
+ - @atomicfinance/provider@4.1.6
22
+ - @atomicfinance/types@4.1.6
23
+ - @atomicfinance/utils@4.1.6
24
+
3
25
  ## 4.1.5
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@atomicfinance/bitcoin-dlc-provider",
3
3
  "umdName": "BitcoinDlcProvider",
4
- "version": "4.1.5",
4
+ "version": "4.1.7",
5
5
  "description": "Bitcoin Abstraction Layer Dlc Provider",
6
6
  "author": "Atomic Finance <info@atomic.finance>",
7
7
  "homepage": "",
8
8
  "license": "ISC",
9
9
  "main": "dist/index.js",
10
10
  "dependencies": {
11
- "@atomicfinance/bitcoin-utils": "4.1.5",
12
- "@atomicfinance/provider": "^4.1.5",
13
- "@atomicfinance/types": "^4.1.5",
14
- "@atomicfinance/utils": "^4.1.5",
11
+ "@atomicfinance/bitcoin-utils": "4.1.7",
12
+ "@atomicfinance/provider": "^4.1.7",
13
+ "@atomicfinance/types": "^4.1.7",
14
+ "@atomicfinance/utils": "^4.1.7",
15
15
  "@node-dlc/bitcoin": "1.1.0",
16
16
  "@node-dlc/bufio": "1.1.0",
17
17
  "@node-dlc/core": "1.1.0",