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

Commit 7e7def0

Browse files
committed
refactor: all queries are simplified, update cache immutably, and infinite queries should work now
1 parent c0bcfdf commit 7e7def0

File tree

8 files changed

+393
-247
lines changed

8 files changed

+393
-247
lines changed

.changeset/nervous-tigers-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte-query-pocketbase': patch
3+
---
4+
5+
refactor: all queries are simplified, now update cache immutably, and infinite queries should work correctly now

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@commitlint/prompt-cli": "17.4.2",
3030
"@square/svelte-store": "1.0.13",
3131
"@sveltejs/adapter-node": "1.1.4",
32-
"@sveltejs/kit": "1.2.9",
32+
"@sveltejs/kit": "1.3.2",
3333
"@types/lodash": "4.14.191",
3434
"@typescript-eslint/eslint-plugin": "5.49.0",
3535
"@typescript-eslint/parser": "5.49.0",
@@ -38,17 +38,18 @@
3838
"eslint-config-prettier": "8.6.0",
3939
"eslint-plugin-svelte3": "4.0.0",
4040
"husky": "8.0.3",
41+
"immer": "9.0.19",
4142
"lodash": "4.17.21",
4243
"postcss": "8.4.21",
4344
"prettier": "2.8.3",
4445
"prettier-plugin-svelte": "2.9.0",
4546
"svelte-check": "3.0.3",
4647
"tailwindcss": "3.2.4",
47-
"tslib": "2.4.1",
48+
"tslib": "2.5.0",
4849
"tsup": "6.5.0",
4950
"typescript": "4.9.4",
5051
"vite": "4.0.4",
51-
"vitest": "0.28.1"
52+
"vitest": "0.28.3"
5253
},
5354
"tsup": {
5455
"entry": [
@@ -58,7 +59,6 @@
5859
"esm"
5960
],
6061
"sourcemap": true,
61-
"minify": true,
6262
"clean": true,
6363
"dts": true
6464
},

pnpm-lock.yaml

Lines changed: 51 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)