fix(tests): update tests for v4.0.0 stateless architecture compatibility

This commit is contained in:
2025-07-27 08:51:31 +00:00
parent c9fab7def2
commit cb6e79ba50
9 changed files with 22 additions and 15 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-07-27 - 4.2.1 - fix(tests)
Fix test compatibility with breaking changes from v4.0.0
- Updated all tests to handle new API structure where methods return objects
- Fixed destructuring for getAccounts() which now returns { accounts, sessionData? }
- Ensures all 83 tests pass successfully with the stateless architecture
## 2025-07-27 - 4.2.0 - feat(core)
Switch to native fetch API for all HTTP requests