fix: update dependencies and improve session management #41
Annotations
1 error
|
commitlint
You have commit messages with errors
⧗ input: fix: update dependencies and improve session management
- Updated various dependencies in package.json primarily to fix the btoa polyfill issue with unicode chars
- Refactored session management in session.ts:
- Removed credential migration on initialization (replaced with migrate on use).
- Enhanced session switching logic to handle credentials more effectively.
- Improved configuration updates to avoid unnecessary triggers.
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|