@trpc/tanstack-react-query 11.0.0-rc.844 → 11.0.1-canary.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -27,14 +27,14 @@ Full documentation can be found at https://trpc.io/docs/client/tanstack-react-qu
27
27
 
28
28
  ```bash
29
29
  # npm
30
- npm install @trpc/tanstack-react-query@next @tanstack/react-query
30
+ npm install @trpc/tanstack-react-query @tanstack/react-query
31
31
 
32
32
  # Yarn
33
- yarn add @trpc/tanstack-react-query@next @tanstack/react-query
33
+ yarn add @trpc/tanstack-react-query @tanstack/react-query
34
34
 
35
35
  # pnpm
36
- pnpm add @trpc/tanstack-react-query@next @tanstack/react-query
36
+ pnpm add @trpc/tanstack-react-query @tanstack/react-query
37
37
 
38
38
  # Bun
39
- bun add @trpc/tanstack-react-query@next @tanstack/react-query
39
+ bun add @trpc/tanstack-react-query @tanstack/react-query
40
40
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/tanstack-react-query",
3
- "version": "11.0.0-rc.844+0244dee81",
3
+ "version": "11.0.1-canary.6+e3bc61c2f",
4
4
  "description": "TanStack React Query Integration for tRPC",
5
5
  "author": "juliusmarminge",
6
6
  "license": "MIT",
@@ -49,16 +49,16 @@
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@tanstack/react-query": "^5.67.1",
52
- "@trpc/client": "11.0.0-rc.844+0244dee81",
53
- "@trpc/server": "11.0.0-rc.844+0244dee81",
52
+ "@trpc/client": "11.0.1-canary.6+e3bc61c2f",
53
+ "@trpc/server": "11.0.1-canary.6+e3bc61c2f",
54
54
  "react": ">=18.2.0",
55
55
  "react-dom": ">=18.2.0",
56
56
  "typescript": ">=5.7.2"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@tanstack/react-query": "^5.67.1",
60
- "@trpc/client": "11.0.0-rc.844+0244dee81",
61
- "@trpc/server": "11.0.0-rc.844+0244dee81",
60
+ "@trpc/client": "11.0.1-canary.6+e3bc61c2f",
61
+ "@trpc/server": "11.0.1-canary.6+e3bc61c2f",
62
62
  "@types/node": "^22.13.5",
63
63
  "@types/react": "^19.0.0",
64
64
  "eslint": "^9.21.0",
@@ -79,5 +79,5 @@
79
79
  "funding": [
80
80
  "https://trpc.io/sponsor"
81
81
  ],
82
- "gitHead": "0244dee8108e808281041838d6c326dacb030bf2"
82
+ "gitHead": "e3bc61c2ff4b2c60111cf1ace42807dddc77135b"
83
83
  }