@trpc/react-query 11.1.3-canary.30 → 11.1.3-canary.32

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.
@@ -88,10 +88,10 @@
88
88
  "dependents": [
89
89
  "/src/index.ts",
90
90
  "/src/rsc.tsx",
91
- "/src/server/ssgProxy.ts",
92
91
  "/src/shared/proxy/utilsProxy.ts",
93
92
  "/src/shared/proxy/useQueriesProxy.ts",
94
- "/src/shared/hooks/createHooksInternal.tsx"
93
+ "/src/shared/hooks/createHooksInternal.tsx",
94
+ "/src/server/ssgProxy.ts"
95
95
  ],
96
96
  "percent": 5.49,
97
97
  "reduction": 40.27
@@ -229,16 +229,6 @@
229
229
  "percent": 0,
230
230
  "reduction": 100
231
231
  },
232
- {
233
- "id": "/src/server/index.ts",
234
- "size": 0,
235
- "origSize": 54,
236
- "renderedExports": [],
237
- "removedExports": [],
238
- "dependents": [],
239
- "percent": 0,
240
- "reduction": 100
241
- },
242
232
  {
243
233
  "id": "/src/shared/index.ts",
244
234
  "size": 0,
@@ -252,6 +242,16 @@
252
242
  ],
253
243
  "percent": 0,
254
244
  "reduction": 100
245
+ },
246
+ {
247
+ "id": "/src/server/index.ts",
248
+ "size": 0,
249
+ "origSize": 54,
250
+ "renderedExports": [],
251
+ "removedExports": [],
252
+ "dependents": [],
253
+ "percent": 0,
254
+ "reduction": 100
255
255
  }
256
256
  ],
257
257
  "moduleCount": 17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/react-query",
3
- "version": "11.1.3-canary.30+8dd6f9707",
3
+ "version": "11.1.3-canary.32+f7aef2511",
4
4
  "description": "The tRPC React library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -67,8 +67,8 @@
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@tanstack/react-query": "^5.67.1",
70
- "@trpc/client": "11.1.3-canary.30+8dd6f9707",
71
- "@trpc/server": "11.1.3-canary.30+8dd6f9707",
70
+ "@trpc/client": "11.1.3-canary.32+f7aef2511",
71
+ "@trpc/server": "11.1.3-canary.32+f7aef2511",
72
72
  "react": ">=18.2.0",
73
73
  "react-dom": ">=18.2.0",
74
74
  "typescript": ">=5.7.2"
@@ -81,8 +81,8 @@
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@testing-library/react": "^16.1.0",
83
83
  "@testing-library/user-event": "^14.4.3",
84
- "@trpc/client": "11.1.3-canary.30+8dd6f9707",
85
- "@trpc/server": "11.1.3-canary.30+8dd6f9707",
84
+ "@trpc/client": "11.1.3-canary.32+f7aef2511",
85
+ "@trpc/server": "11.1.3-canary.32+f7aef2511",
86
86
  "@types/express": "^5.0.0",
87
87
  "@types/node": "^22.13.5",
88
88
  "@types/react": "^19.1.0",
@@ -104,5 +104,5 @@
104
104
  "funding": [
105
105
  "https://trpc.io/sponsor"
106
106
  ],
107
- "gitHead": "8dd6f9707acc0c733e67568dd905eec6514d6f82"
107
+ "gitHead": "f7aef25110611d953acbfcb658e68fcf897a9470"
108
108
  }