@atomicfinance/bitcoin-js-wallet-provider 3.3.0 → 3.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atomicfinance/bitcoin-js-wallet-provider
2
2
 
3
+ ## 3.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f6f4a8: Fix rounding error with find payout
8
+ - Updated dependencies [7f6f4a8]
9
+ - @atomicfinance/bitcoin-utils@3.3.1
10
+ - @atomicfinance/bitcoin-wallet-provider@3.3.1
11
+ - @atomicfinance/types@3.3.1
12
+ - @atomicfinance/utils@3.3.1
13
+
3
14
  ## 3.3.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomicfinance/bitcoin-js-wallet-provider",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.js",
@@ -24,10 +24,10 @@
24
24
  "node": ">=14"
25
25
  },
26
26
  "dependencies": {
27
- "@atomicfinance/bitcoin-utils": "^3.3.0",
28
- "@atomicfinance/bitcoin-wallet-provider": "^3.3.0",
29
- "@atomicfinance/types": "^3.3.0",
30
- "@atomicfinance/utils": "^3.3.0",
27
+ "@atomicfinance/bitcoin-utils": "^3.3.1",
28
+ "@atomicfinance/bitcoin-wallet-provider": "^3.3.1",
29
+ "@atomicfinance/types": "^3.3.1",
30
+ "@atomicfinance/utils": "^3.3.1",
31
31
  "@babel/runtime": "^7.12.1",
32
32
  "bip32": "^2.0.6",
33
33
  "bip39": "^3.0.2",