@atomicfinance/bitcoin-cfd-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-cfd-provider@4.1.11 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-cfd-provider
3
+ > @atomicfinance/bitcoin-cfd-provider@4.1.13 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-cfd-provider
4
4
  > ../../node_modules/.bin/tsc --project tsconfig.json
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atomicfinance/bitcoin-cfd-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/provider@4.1.13
10
+ - @atomicfinance/types@4.1.13
11
+ - @atomicfinance/utils@4.1.13
12
+
13
+ ## 4.1.12
14
+
15
+ ### Patch Changes
16
+
17
+ - 054a95e: Add Buffer.from() wrapper for React Native compatibility
18
+ - ebe6af2: Bump @node-dlc to 1.1.2 to fix react native buffer compatibility issues
19
+ - Updated dependencies [054a95e]
20
+ - Updated dependencies [ebe6af2]
21
+ - @atomicfinance/provider@4.1.12
22
+ - @atomicfinance/types@4.1.12
23
+ - @atomicfinance/utils@4.1.12
24
+
3
25
  ## 4.1.11
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@atomicfinance/bitcoin-cfd-provider",
3
3
  "umdName": "BitcoinCfdProvider",
4
- "version": "4.1.11",
4
+ "version": "4.1.13",
5
5
  "description": "Bitcoin Abstraction Layer Cfd 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/provider": "^4.1.11",
12
- "@atomicfinance/types": "^4.1.11",
13
- "@atomicfinance/utils": "^4.1.11",
11
+ "@atomicfinance/provider": "^4.1.13",
12
+ "@atomicfinance/types": "^4.1.13",
13
+ "@atomicfinance/utils": "^4.1.13",
14
14
  "lodash": "^4.17.20"
15
15
  },
16
16
  "devDependencies": {