@yaswap/wallet-core 3.3.0 → 3.3.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 +18 -0
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @yaswap/wallet-core
|
|
2
2
|
|
|
3
|
+
## 3.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Use old YAC API URL
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @yaswap/cryptoassets@3.3.2
|
|
10
|
+
- @yaswap/error-parser@3.3.2
|
|
11
|
+
|
|
12
|
+
## 3.3.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Use new YAC API URL
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @yaswap/cryptoassets@3.3.1
|
|
19
|
+
- @yaswap/error-parser@3.3.1
|
|
20
|
+
|
|
3
21
|
## 3.3.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|