@yaswap/wallet-core 2.8.0 → 2.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @yaswap/wallet-core
2
2
 
3
+ ## 2.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Support HEAD request
8
+ - Updated dependencies
9
+ - @yaswap/cryptoassets@2.8.2
10
+ - @yaswap/error-parser@2.8.2
11
+
12
+ ## 2.8.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Reset metadata before fetching from ipfs gateway
17
+ - Updated dependencies
18
+ - @yaswap/cryptoassets@2.8.1
19
+ - @yaswap/error-parser@2.8.1
20
+
3
21
  ## 2.8.0
4
22
 
5
23
  ### Minor Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/wallet-core",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "description": "Common library for yaswap wallet",
5
5
  "repository": "git@github.com:yaswap/wallet-core.git",
6
6
  "author": "monokh <mnokhb@gmail.com>",
@@ -33,23 +33,23 @@
33
33
  "@uniswap/v2-sdk": "^3.0.1",
34
34
  "@unstoppabledomains/resolution": "8.3.1",
35
35
  "@xchainjs/xchain-util": "^0.6.0",
36
- "@yaswap/bitcoin": "2.9.0",
37
- "@yaswap/bitcoin-ledger": "2.9.0",
38
- "@yaswap/client": "2.9.0",
36
+ "@yaswap/bitcoin": "2.9.2",
37
+ "@yaswap/bitcoin-ledger": "2.9.2",
38
+ "@yaswap/client": "2.9.2",
39
39
  "@yaswap/cryptoassets": "workspace:*",
40
- "@yaswap/dogecoin": "2.9.0",
40
+ "@yaswap/dogecoin": "2.9.2",
41
41
  "@yaswap/error-parser": "workspace:*",
42
- "@yaswap/errors": "2.9.0",
43
- "@yaswap/evm": "2.9.0",
44
- "@yaswap/evm-ledger": "2.9.0",
45
- "@yaswap/hw-ledger": "2.9.0",
46
- "@yaswap/litecoin": "2.9.0",
47
- "@yaswap/near": "2.9.0",
48
- "@yaswap/solana": "2.9.0",
49
- "@yaswap/terra": "2.9.0",
50
- "@yaswap/types": "2.9.0",
51
- "@yaswap/utils": "2.9.0",
52
- "@yaswap/yacoin": "2.9.0",
42
+ "@yaswap/errors": "2.9.2",
43
+ "@yaswap/evm": "2.9.2",
44
+ "@yaswap/evm-ledger": "2.9.2",
45
+ "@yaswap/hw-ledger": "2.9.2",
46
+ "@yaswap/litecoin": "2.9.2",
47
+ "@yaswap/near": "2.9.2",
48
+ "@yaswap/solana": "2.9.2",
49
+ "@yaswap/terra": "2.9.2",
50
+ "@yaswap/types": "2.9.2",
51
+ "@yaswap/utils": "2.9.2",
52
+ "@yaswap/yacoin": "2.9.2",
53
53
  "amplitude-js": "8.18.2",
54
54
  "bignumber.js": "^9.0.2",
55
55
  "detect-circular-deps": "^3.0.0",