@trpc/tanstack-react-query 11.15.2-canary.2 → 11.15.2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trpc/tanstack-react-query",
3
3
  "type": "module",
4
- "version": "11.15.2-canary.2+bdf2c6532",
4
+ "version": "11.15.2",
5
5
  "description": "TanStack React Query Integration for tRPC",
6
6
  "author": "juliusmarminge",
7
7
  "license": "MIT",
@@ -91,5 +91,5 @@
91
91
  "bin": {
92
92
  "intent": "./bin/intent.js"
93
93
  },
94
- "gitHead": "bdf2c6532e68afdccec30c50bfe44f94669bd865"
94
+ "gitHead": "85b0ab89850167ae14ec5376044e2ac2a051c1d8"
95
95
  }
@@ -7,7 +7,7 @@ description: >
7
7
  to queryClient.invalidateQueries with queryFilter, provider changes.
8
8
  type: lifecycle
9
9
  library: trpc
10
- library_version: '11.14.0'
10
+ library_version: '11.15.1'
11
11
  requires:
12
12
  - react-query-setup
13
13
  sources:
@@ -8,7 +8,7 @@ description: >
8
8
  type: framework
9
9
  library: trpc
10
10
  framework: react
11
- library_version: '11.14.0'
11
+ library_version: '11.15.1'
12
12
  requires:
13
13
  - client-setup
14
14
  - links