Skip to content

Commit 1de6539

Browse files
authored
Deprecate getQueryKey in favour of standalone function (#55)
* feat: deprecate `getQueryKey` in favour of standalone function * refactor: clean-up index.ts * bump version
1 parent be64d3d commit 1de6539

File tree

2 files changed

+494
-458
lines changed

2 files changed

+494
-458
lines changed

@lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trpc-svelte-query-adapter",
3-
"version": "2.3.13",
3+
"version": "2.3.14",
44
"description": "A simple adapter to use `@tanstack/svelte-query` with trpc, similar to `@trpc/react-query`.",
55
"keywords": [
66
"trpc",

0 commit comments

Comments
 (0)