Fix list loading in feeds hanging and pagination in feeds with since/until

This commit is contained in:
Jon Staab
2025-07-25 11:04:28 -07:00
parent 16ca2b53ac
commit dc9a873d92
16 changed files with 17 additions and 16 deletions
+2 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@welshman",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"workspaces": [
"packages/*"
],
@@ -12,8 +12,7 @@
"lint": "eslint .",
"test": "vitest",
"docs": "typedoc && vitepress build docs",
"prepare": "husky",
"apply-version": "./scripts/apply_version.sh"
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "~9.23.0",