@atomicfinance/bitcoin-wallet-provider 4.1.0 → 4.1.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-wallet-provider@4.1.0 build /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-wallet-provider
3
+ > @atomicfinance/bitcoin-wallet-provider@4.1.2 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-wallet-provider
4
4
  > ../../node_modules/.bin/tsc --project tsconfig.json
5
5
 
@@ -1,5 +1,4 @@
1
-
2
- 
3
- > @atomicfinance/bitcoin-wallet-provider@4.0.3 lint:fix /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-wallet-provider
4
- > ../../node_modules/.bin/eslint --fix .
5
-
1
+
2
+ > @atomicfinance/bitcoin-wallet-provider@4.0.3 lint:fix /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-wallet-provider
3
+ > ../../node_modules/.bin/eslint --fix .
4
+
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @atomicfinance/bitcoin-wallet-provider@4.0.3 lint /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-wallet-provider
3
+ > @atomicfinance/bitcoin-wallet-provider@4.0.3 lint /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-wallet-provider
4
4
  > ../../node_modules/.bin/eslint .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @atomicfinance/bitcoin-wallet-provider
2
2
 
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 5536d01: Add ensure buffer to BitcoinDdkProvider
8
+ - Updated dependencies [5536d01]
9
+ - @atomicfinance/bitcoin-utils@4.1.2
10
+ - @atomicfinance/errors@4.1.2
11
+ - @atomicfinance/provider@4.1.2
12
+ - @atomicfinance/types@4.1.2
13
+ - @atomicfinance/utils@4.1.2
14
+
15
+ ## 4.1.1
16
+
17
+ ### Patch Changes
18
+
19
+ - ece1dc1: Add DDK address derivation provider
20
+ - 0d882fc: Update changeset for ddk
21
+ - Updated dependencies [ece1dc1]
22
+ - Updated dependencies [0d882fc]
23
+ - @atomicfinance/types@4.1.1
24
+ - @atomicfinance/bitcoin-utils@4.1.1
25
+ - @atomicfinance/errors@4.1.1
26
+ - @atomicfinance/provider@4.1.1
27
+ - @atomicfinance/utils@4.1.1
28
+
3
29
  ## 4.1.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@atomicfinance/bitcoin-wallet-provider",
3
3
  "umdName": "BitcoinWalletProvider",
4
- "version": "4.1.0",
4
+ "version": "4.1.2",
5
5
  "description": "Bitcoin Abstraction Layer Wallet 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.0",
12
- "@atomicfinance/errors": "^4.1.0",
13
- "@atomicfinance/provider": "^4.1.0",
14
- "@atomicfinance/types": "^4.1.0",
15
- "@atomicfinance/utils": "^4.1.0",
11
+ "@atomicfinance/bitcoin-utils": "^4.1.2",
12
+ "@atomicfinance/errors": "^4.1.2",
13
+ "@atomicfinance/provider": "^4.1.2",
14
+ "@atomicfinance/types": "^4.1.2",
15
+ "@atomicfinance/utils": "^4.1.2",
16
16
  "@node-dlc/core": "1.1.0",
17
17
  "bip32": "^2.0.6",
18
18
  "bitcoin-networks": "^1.0.0",