@trpc/react-query 11.0.0-alpha-tmp-issues-5851-take-two.476 → 11.0.0-alpha-tmp-issues-5851-take-two.477

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.
@@ -86,10 +86,10 @@
86
86
  "dependents": [
87
87
  "/src/index.ts",
88
88
  "/src/rsc.tsx",
89
- "/src/server/ssgProxy.ts",
90
89
  "/src/shared/proxy/utilsProxy.ts",
91
90
  "/src/shared/proxy/useQueriesProxy.ts",
92
- "/src/shared/hooks/createHooksInternal.tsx"
91
+ "/src/shared/hooks/createHooksInternal.tsx",
92
+ "/src/server/ssgProxy.ts"
93
93
  ],
94
94
  "percent": 6.12,
95
95
  "reduction": 42.79
@@ -224,16 +224,6 @@
224
224
  "percent": 0,
225
225
  "reduction": 100
226
226
  },
227
- {
228
- "id": "/src/server/index.ts",
229
- "size": 0,
230
- "origSize": 54,
231
- "renderedExports": [],
232
- "removedExports": [],
233
- "dependents": [],
234
- "percent": 0,
235
- "reduction": 100
236
- },
237
227
  {
238
228
  "id": "/src/shared/index.ts",
239
229
  "size": 0,
@@ -247,6 +237,16 @@
247
237
  ],
248
238
  "percent": 0,
249
239
  "reduction": 100
240
+ },
241
+ {
242
+ "id": "/src/server/index.ts",
243
+ "size": 0,
244
+ "origSize": 54,
245
+ "renderedExports": [],
246
+ "removedExports": [],
247
+ "dependents": [],
248
+ "percent": 0,
249
+ "reduction": 100
250
250
  }
251
251
  ],
252
252
  "moduleCount": 17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/react-query",
3
- "version": "11.0.0-alpha-tmp-issues-5851-take-two.476+e1af713d1",
3
+ "version": "11.0.0-alpha-tmp-issues-5851-take-two.477+1bb740385",
4
4
  "description": "The tRPC React library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -64,15 +64,15 @@
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@tanstack/react-query": "^5.49.2",
67
- "@trpc/client": "11.0.0-alpha-tmp-issues-5851-take-two.476+e1af713d1",
68
- "@trpc/server": "11.0.0-alpha-tmp-issues-5851-take-two.476+e1af713d1",
67
+ "@trpc/client": "11.0.0-alpha-tmp-issues-5851-take-two.477+1bb740385",
68
+ "@trpc/server": "11.0.0-alpha-tmp-issues-5851-take-two.477+1bb740385",
69
69
  "react": ">=18.2.0",
70
70
  "react-dom": ">=18.2.0"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@tanstack/react-query": "^5.49.2",
74
- "@trpc/client": "11.0.0-alpha-tmp-issues-5851-take-two.476+e1af713d1",
75
- "@trpc/server": "11.0.0-alpha-tmp-issues-5851-take-two.476+e1af713d1",
74
+ "@trpc/client": "11.0.0-alpha-tmp-issues-5851-take-two.477+1bb740385",
75
+ "@trpc/server": "11.0.0-alpha-tmp-issues-5851-take-two.477+1bb740385",
76
76
  "@types/express": "^4.17.17",
77
77
  "@types/node": "^20.10.0",
78
78
  "@types/react": "^18.3.1",
@@ -92,5 +92,5 @@
92
92
  "funding": [
93
93
  "https://trpc.io/sponsor"
94
94
  ],
95
- "gitHead": "e1af713d10e62ead3c709a6342f063c5586622f7"
95
+ "gitHead": "1bb7403859d3cc30d446da446f9774fc840a3893"
96
96
  }