@yaswap/yacoin 3.0.0 → 3.1.0

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 +25 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @yaswap/bitcoin
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Integrate new dogecoin explorer
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @yaswap/client@3.1.0
13
+ - @yaswap/errors@3.1.0
14
+ - @yaswap/types@3.1.0
15
+ - @yaswap/utils@3.1.0
16
+
17
+ ## 3.0.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Handle AxiosError in case the transaction/block not found
22
+ - Updated dependencies
23
+ - @yaswap/client@3.0.1
24
+ - @yaswap/errors@3.0.1
25
+ - @yaswap/types@3.0.1
26
+ - @yaswap/utils@3.0.1
27
+
3
28
  ## 3.0.0
4
29
 
5
30
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/yacoin",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
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": "3.0.0",
24
- "@yaswap/errors": "3.0.0",
25
- "@yaswap/types": "3.0.0",
26
- "@yaswap/utils": "3.0.0",
23
+ "@yaswap/client": "3.1.0",
24
+ "@yaswap/errors": "3.1.0",
25
+ "@yaswap/types": "3.1.0",
26
+ "@yaswap/utils": "3.1.0",
27
27
  "@yaswap/yacoinjs-coinselect": "^1.1.0",
28
28
  "@yaswap/yacoinjs-lib": "^1.3.0",
29
29
  "bip174": "^2.0.1",