@atomicfinance/bitcoin-dlc-provider 4.1.11 → 4.1.12

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.12 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,18 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 4.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 054a95e: Add Buffer.from() wrapper for React Native compatibility
8
+ - ebe6af2: Bump @node-dlc to 1.1.2 to fix react native buffer compatibility issues
9
+ - Updated dependencies [054a95e]
10
+ - Updated dependencies [ebe6af2]
11
+ - @atomicfinance/bitcoin-utils@4.1.12
12
+ - @atomicfinance/provider@4.1.12
13
+ - @atomicfinance/types@4.1.12
14
+ - @atomicfinance/utils@4.1.12
15
+
3
16
  ## 4.1.11
4
17
 
5
18
  ### 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.12",
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.12",
12
+ "@atomicfinance/provider": "^4.1.12",
13
+ "@atomicfinance/types": "^4.1.12",
14
+ "@atomicfinance/utils": "^4.1.12",
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",