b4099f15bd
build: fixed vitest version in @mtcute/test + fixed vite configs
2024-03-19 01:07:22 +03:00
852b1b766c
test: properly run tests on bun
...
turned out bun sucks :D
2024-03-18 01:58:36 +03:00
6c36cf2a72
chore: initial bun support
2024-02-20 00:55:41 +03:00
6768b15514
fix: tests
2024-02-03 11:57:40 +03:00
eca99a7535
refactor!: large refactor of storage implementation
...
breaking: pretty much the entire storage thing has been overhauled.
migrations from older versions **are not** available, please do them manually through string sessions
2024-01-04 00:22:26 +03:00
a36cdf1d20
test: run tests in browser
2023-11-30 00:20:37 +03:00
13be8482e0
refactor: moved test utils to @mtcute/test
2023-11-13 20:14:32 +03:00
f525c12f83
fix: auth storage fixes
...
- .reset() no longer resets auth keys by default
- auth keys are stored immediately in sqlite
- update loop fixes for logout
- tests for sqlite storage
likely closes #13 (?)
2023-11-12 07:51:30 +03:00