Fix list loading in feeds hanging and pagination in feeds with since/until
This commit is contained in:
+2
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user