@atomicfinance/types 4.1.13 → 4.2.1

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/types@4.1.13 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types
3
+ > @atomicfinance/types@4.2.0 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types
4
4
  > ../../node_modules/.bin/tsc --project tsconfig.json
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atomicfinance/types
2
2
 
3
+ ## 4.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8d13721: Fix lexographic ordering dlc input pubkeys
8
+
9
+ ## 4.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - ec43a60: Implement DDK DLC splicing support + util refactor
14
+
15
+ ### Patch Changes
16
+
17
+ - b718514: Refactor funding input sorting
18
+
3
19
  ## 4.1.13
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atomicfinance/types",
3
3
  "umdName": "Types",
4
- "version": "4.1.13",
4
+ "version": "4.2.1",
5
5
  "description": "Bitcoin Abstraction Layer Types",
6
6
  "author": "Atomic Finance <info@atomic.finance>",
7
7
  "homepage": "",