We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7067a67 commit cc4d9fbCopy full SHA for cc4d9fb
packages/svelte-query-runes/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svelte-query-runes",
3
- "version": "5.14.2-beta.18",
+ "version": "5.14.2-beta.18.1",
4
"private": false,
5
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte",
6
"author": "zhiheng",
@@ -19,6 +19,7 @@
19
"exports": {
20
".": {
21
"types": "./dist/index.d.ts",
22
+ "default": "./src/index",
23
"svelte": "./dist/index.js"
24
},
25
"./dev": {
@@ -45,7 +46,7 @@
45
46
"pack": "pnpm pack --pack-destination"
47
48
"dependencies": {
- "@tanstack/query-core": "workspace:^"
49
+ "@tanstack/query-core": "latest"
50
51
"devDependencies": {
52
"@sveltejs/package": "^2.2.7",
0 commit comments