@atomicfinance/bitcoin-dlc-provider 4.1.11 → 4.1.13

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-dlc-provider@4.1.11 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-dlc-provider
3
+ > @atomicfinance/bitcoin-dlc-provider@4.1.13 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-dlc-provider
4
4
  > ../../node_modules/.bin/tsc --project tsconfig.json
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 4.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 9674167: Ensure consistent sequence numbers in funding sig verification
8
+ - Updated dependencies [9674167]
9
+ - @atomicfinance/bitcoin-utils@4.1.13
10
+ - @atomicfinance/provider@4.1.13
11
+ - @atomicfinance/types@4.1.13
12
+ - @atomicfinance/utils@4.1.13
13
+
14
+ ## 4.1.12
15
+
16
+ ### Patch Changes
17
+
18
+ - 054a95e: Add Buffer.from() wrapper for React Native compatibility
19
+ - ebe6af2: Bump @node-dlc to 1.1.2 to fix react native buffer compatibility issues
20
+ - Updated dependencies [054a95e]
21
+ - Updated dependencies [ebe6af2]
22
+ - @atomicfinance/bitcoin-utils@4.1.12
23
+ - @atomicfinance/provider@4.1.12
24
+ - @atomicfinance/types@4.1.12
25
+ - @atomicfinance/utils@4.1.12
26
+
3
27
  ## 4.1.11
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@atomicfinance/bitcoin-dlc-provider",
3
3
  "umdName": "BitcoinDlcProvider",
4
- "version": "4.1.11",
4
+ "version": "4.1.13",
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.11",
12
- "@atomicfinance/provider": "^4.1.11",
13
- "@atomicfinance/types": "^4.1.11",
14
- "@atomicfinance/utils": "^4.1.11",
15
- "@node-dlc/bitcoin": "1.1.1",
16
- "@node-dlc/bufio": "1.1.1",
17
- "@node-dlc/core": "1.1.1",
18
- "@node-dlc/crypto": "1.1.1",
19
- "@node-dlc/messaging": "1.1.1",
11
+ "@atomicfinance/bitcoin-utils": "4.1.13",
12
+ "@atomicfinance/provider": "^4.1.13",
13
+ "@atomicfinance/types": "^4.1.13",
14
+ "@atomicfinance/utils": "^4.1.13",
15
+ "@node-dlc/bitcoin": "1.1.2",
16
+ "@node-dlc/bufio": "1.1.2",
17
+ "@node-dlc/core": "1.1.2",
18
+ "@node-dlc/crypto": "1.1.2",
19
+ "@node-dlc/messaging": "1.1.2",
20
20
  "bignumber.js": "^9.0.1",
21
21
  "bip-schnorr": "0.6.2",
22
22
  "bitcoin-network": "0.1.0",