@yaswap/wallet-core 2.0.1 → 2.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.
- package/CHANGELOG.md +12 -0
- package/dist/package.json +14 -14
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @yaswap/wallet-core
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Use CAL packages which support batch request for Yacoin
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @yaswap/cryptoassets@2.1.0
|
|
13
|
+
- @yaswap/error-parser@2.1.0
|
|
14
|
+
|
|
3
15
|
## 2.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaswap/wallet-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
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,21 +33,21 @@
|
|
|
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.
|
|
37
|
-
"@yaswap/bitcoin-ledger": "2.
|
|
38
|
-
"@yaswap/client": "2.
|
|
36
|
+
"@yaswap/bitcoin": "2.1.0",
|
|
37
|
+
"@yaswap/bitcoin-ledger": "2.1.0",
|
|
38
|
+
"@yaswap/client": "2.1.0",
|
|
39
39
|
"@yaswap/cryptoassets": "workspace:*",
|
|
40
40
|
"@yaswap/error-parser": "workspace:*",
|
|
41
|
-
"@yaswap/errors": "2.
|
|
42
|
-
"@yaswap/evm": "2.
|
|
43
|
-
"@yaswap/evm-ledger": "2.
|
|
44
|
-
"@yaswap/hw-ledger": "2.
|
|
45
|
-
"@yaswap/near": "2.
|
|
46
|
-
"@yaswap/solana": "2.
|
|
47
|
-
"@yaswap/terra": "2.
|
|
48
|
-
"@yaswap/types": "2.
|
|
49
|
-
"@yaswap/utils": "2.
|
|
50
|
-
"@yaswap/yacoin": "2.
|
|
41
|
+
"@yaswap/errors": "2.1.0",
|
|
42
|
+
"@yaswap/evm": "2.1.0",
|
|
43
|
+
"@yaswap/evm-ledger": "2.1.0",
|
|
44
|
+
"@yaswap/hw-ledger": "2.1.0",
|
|
45
|
+
"@yaswap/near": "2.1.0",
|
|
46
|
+
"@yaswap/solana": "2.1.0",
|
|
47
|
+
"@yaswap/terra": "2.1.0",
|
|
48
|
+
"@yaswap/types": "2.1.0",
|
|
49
|
+
"@yaswap/utils": "2.1.0",
|
|
50
|
+
"@yaswap/yacoin": "2.1.0",
|
|
51
51
|
"amplitude-js": "8.18.2",
|
|
52
52
|
"bignumber.js": "^9.0.2",
|
|
53
53
|
"detect-circular-deps": "^3.0.0",
|