@mimicprotocol/lib-ts 0.0.1-rc.32 → 0.0.1-rc.34
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @mimicprotocol/lib-ts
|
|
2
2
|
|
|
3
|
+
## 0.0.1-rc.34
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 73a7900: Add login, logout and profiles commands
|
|
8
|
+
- d455822: Bump SDK version
|
|
9
|
+
|
|
10
|
+
## 0.0.1-rc.33
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 9530e1c: Revert test command directory change
|
|
15
|
+
- 21aba8d: Improve mocks error messages
|
|
16
|
+
- 5c8c562: Fix MockConfig validator
|
|
17
|
+
|
|
3
18
|
## 0.0.1-rc.32
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|