@yaswap/yacoin 2.6.9 → 2.7.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 +13 -9
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,25 +1,29 @@
1
1
  # @yaswap/bitcoin
2
2
 
3
- ## 2.6.9
3
+ ## 2.7.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Use bitcoinselect
7
8
  - Updated dependencies
8
- - @yaswap/client@2.6.9
9
+ - @yaswap/client@2.7.1
10
+ - @yaswap/errors@2.7.1
11
+ - @yaswap/types@2.7.1
12
+ - @yaswap/utils@2.7.1
9
13
 
10
- ## 2.6.8
14
+ ## 2.7.0
11
15
 
12
- ### Patch Changes
13
-
14
- - Updated dependencies
15
- - @yaswap/client@2.6.8
16
+ ### Minor Changes
16
17
 
17
- ## 2.6.7
18
+ - Finalize single wallet version
18
19
 
19
20
  ### Patch Changes
20
21
 
21
22
  - Updated dependencies
22
- - @yaswap/client@2.6.7
23
+ - @yaswap/client@2.7.0
24
+ - @yaswap/errors@2.7.0
25
+ - @yaswap/types@2.7.0
26
+ - @yaswap/utils@2.7.0
23
27
 
24
28
  ## 2.6.6
25
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/yacoin",
3
- "version": "2.6.9",
3
+ "version": "2.7.1",
4
4
  "description": "",
5
5
  "author": "Yaswap",
6
6
  "homepage": "",
@@ -20,10 +20,10 @@
20
20
  "@types/bitcoinjs-lib": "^5.0.0",
21
21
  "@types/lodash": "^4.14.178",
22
22
  "@types/memoizee": "^0.4.7",
23
- "@yaswap/client": "2.6.9",
24
- "@yaswap/errors": "2.6.6",
25
- "@yaswap/types": "2.6.6",
26
- "@yaswap/utils": "2.6.6",
23
+ "@yaswap/client": "2.7.1",
24
+ "@yaswap/errors": "2.7.1",
25
+ "@yaswap/types": "2.7.1",
26
+ "@yaswap/utils": "2.7.1",
27
27
  "@yaswap/yacoinjs-coinselect": "^1.1.0",
28
28
  "@yaswap/yacoinjs-lib": "^1.3.0",
29
29
  "bip174": "^2.0.1",