refactor: Update @blah-im/core to 0.10.0 and refactor message manager

- Move MessageManager to src/lib/blah/chat with sectioning logic
- Remove old messageManager from connection
- Add message sectioning utility
- Update apiCall to support query params
- Update chat exports and types
This commit is contained in:
Shibo Lyu 2025-05-29 01:56:04 +08:00
parent e410dc915f
commit 75239c865d
9 changed files with 119 additions and 56 deletions

View file

@ -37,7 +37,7 @@
"vitest": "^3.1.4"
},
"dependencies": {
"@blah-im/core": "^0.9.0",
"@blah-im/core": "^0.10.0",
"@zeabur/svelte-adapter": "^1.0.0",
"bits-ui": "^1.5.3",
"canonicalize": "^2.1.0",