@trpc/react-query 11.1.3-canary.10 → 11.1.3-canary.19

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",
91
92
  "/src/shared/proxy/utilsProxy.ts",
92
93
  "/src/shared/proxy/useQueriesProxy.ts",
93
- "/src/shared/hooks/createHooksInternal.tsx",
94
- "/src/server/ssgProxy.ts"
94
+ "/src/shared/hooks/createHooksInternal.tsx"
95
95
  ],
96
96
  "percent": 5.49,
97
97
  "reduction": 40.27
@@ -230,26 +230,26 @@
230
230
  "reduction": 100
231
231
  },
232
232
  {
233
- "id": "/src/shared/index.ts",
233
+ "id": "/src/server/index.ts",
234
234
  "size": 0,
235
- "origSize": 706,
235
+ "origSize": 54,
236
236
  "renderedExports": [],
237
237
  "removedExports": [],
238
- "dependents": [
239
- "/src/createTRPCReact.tsx",
240
- "/src/createTRPCQueryUtils.tsx",
241
- "/src/server/ssgProxy.ts"
242
- ],
238
+ "dependents": [],
243
239
  "percent": 0,
244
240
  "reduction": 100
245
241
  },
246
242
  {
247
- "id": "/src/server/index.ts",
243
+ "id": "/src/shared/index.ts",
248
244
  "size": 0,
249
- "origSize": 54,
245
+ "origSize": 706,
250
246
  "renderedExports": [],
251
247
  "removedExports": [],
252
- "dependents": [],
248
+ "dependents": [
249
+ "/src/createTRPCReact.tsx",
250
+ "/src/createTRPCQueryUtils.tsx",
251
+ "/src/server/ssgProxy.ts"
252
+ ],
253
253
  "percent": 0,
254
254
  "reduction": 100
255
255
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/react-query",
3
- "version": "11.1.3-canary.10+cc2c1e9d2",
3
+ "version": "11.1.3-canary.19+b7cac1db5",
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.10+cc2c1e9d2",
71
- "@trpc/server": "11.1.3-canary.10+cc2c1e9d2",
70
+ "@trpc/client": "11.1.3-canary.19+b7cac1db5",
71
+ "@trpc/server": "11.1.3-canary.19+b7cac1db5",
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.10+cc2c1e9d2",
85
- "@trpc/server": "11.1.3-canary.10+cc2c1e9d2",
84
+ "@trpc/client": "11.1.3-canary.19+b7cac1db5",
85
+ "@trpc/server": "11.1.3-canary.19+b7cac1db5",
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": "cc2c1e9d2cf7be1ce5b4396992f80c409d23dc6a"
107
+ "gitHead": "b7cac1db56e8113fbb6e942af4534cd6db7cac60"
108
108
  }