Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
refactor: all queries are simplified, update cache immutably, and inf…
Browse files Browse the repository at this point in the history
…inite queries should work now
  • Loading branch information
goknsh committed Jan 30, 2023
1 parent c0bcfdf commit 7e7def0
Show file tree
Hide file tree
Showing 8 changed files with 393 additions and 247 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-tigers-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-query-pocketbase': patch
---

refactor: all queries are simplified, now update cache immutably, and infinite queries should work correctly now
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@commitlint/prompt-cli": "17.4.2",
"@square/svelte-store": "1.0.13",
"@sveltejs/adapter-node": "1.1.4",
"@sveltejs/kit": "1.2.9",
"@sveltejs/kit": "1.3.2",
"@types/lodash": "4.14.191",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
Expand All @@ -38,17 +38,18 @@
"eslint-config-prettier": "8.6.0",
"eslint-plugin-svelte3": "4.0.0",
"husky": "8.0.3",
"immer": "9.0.19",
"lodash": "4.17.21",
"postcss": "8.4.21",
"prettier": "2.8.3",
"prettier-plugin-svelte": "2.9.0",
"svelte-check": "3.0.3",
"tailwindcss": "3.2.4",
"tslib": "2.4.1",
"tslib": "2.5.0",
"tsup": "6.5.0",
"typescript": "4.9.4",
"vite": "4.0.4",
"vitest": "0.28.1"
"vitest": "0.28.3"
},
"tsup": {
"entry": [
Expand All @@ -58,7 +59,6 @@
"esm"
],
"sourcemap": true,
"minify": true,
"clean": true,
"dts": true
},
Expand Down
96 changes: 51 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e7def0

Please sign in to comment.