@atomicfinance/bitcoin-ddk-provider 4.3.0 → 4.3.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @atomicfinance/bitcoin-ddk-provider@4.3.0 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider
3
+ > @atomicfinance/bitcoin-ddk-provider@4.3.2 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider
4
4
  > ../../node_modules/.bin/tsc --project tsconfig.json
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atomicfinance/bitcoin-ddk-provider
2
2
 
3
+ ## 4.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - dd55924: Bump @node-dlc to 1.2.0, which preserves raw DLC change scripts (taproot change output support)
8
+ - Updated dependencies [dd55924]
9
+ - @atomicfinance/types@4.3.2
10
+ - @atomicfinance/bitcoin-utils@4.3.2
11
+ - @atomicfinance/provider@4.3.2
12
+ - @atomicfinance/utils@4.3.2
13
+
14
+ ## 4.3.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 3df9ca2: Bump @node-dlc 1.1.9 and ddk-ts 0.3.41 to fix backward compatibility dlc protocol issues contract flags
19
+ - Updated dependencies [3df9ca2]
20
+ - @atomicfinance/types@4.3.1
21
+ - @atomicfinance/bitcoin-utils@4.3.1
22
+ - @atomicfinance/provider@4.3.1
23
+ - @atomicfinance/utils@4.3.1
24
+
3
25
  ## 4.3.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@atomicfinance/bitcoin-ddk-provider",
3
3
  "umdName": "BitcoinDdkProvider",
4
- "version": "4.3.0",
4
+ "version": "4.3.2",
5
5
  "description": "Bitcoin Abstraction Layer Ddk 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.3.0",
12
- "@atomicfinance/provider": "^4.3.0",
13
- "@atomicfinance/types": "^4.3.0",
14
- "@atomicfinance/utils": "^4.3.0",
11
+ "@atomicfinance/bitcoin-utils": "4.3.2",
12
+ "@atomicfinance/provider": "^4.3.2",
13
+ "@atomicfinance/types": "^4.3.2",
14
+ "@atomicfinance/utils": "^4.3.2",
15
15
  "bignumber.js": "^9.0.1",
16
16
  "bip66": "^1.1.5",
17
17
  "bitcoin-network": "0.1.0",