@trpc/react-query 11.0.0-alpha-tmp-issues-5851-take-two.477 → 11.0.0-alpha-tmp-issues-5851-take-two.478
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/dist/bundle-analysis.json +12 -12
- package/package.json +6 -6
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"dependents": [
|
|
87
87
|
"/src/index.ts",
|
|
88
88
|
"/src/rsc.tsx",
|
|
89
|
+
"/src/server/ssgProxy.ts",
|
|
89
90
|
"/src/shared/proxy/utilsProxy.ts",
|
|
90
91
|
"/src/shared/proxy/useQueriesProxy.ts",
|
|
91
|
-
"/src/shared/hooks/createHooksInternal.tsx"
|
|
92
|
-
"/src/server/ssgProxy.ts"
|
|
92
|
+
"/src/shared/hooks/createHooksInternal.tsx"
|
|
93
93
|
],
|
|
94
94
|
"percent": 6.12,
|
|
95
95
|
"reduction": 42.79
|
|
@@ -225,26 +225,26 @@
|
|
|
225
225
|
"reduction": 100
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
"id": "/src/
|
|
228
|
+
"id": "/src/server/index.ts",
|
|
229
229
|
"size": 0,
|
|
230
|
-
"origSize":
|
|
230
|
+
"origSize": 54,
|
|
231
231
|
"renderedExports": [],
|
|
232
232
|
"removedExports": [],
|
|
233
|
-
"dependents": [
|
|
234
|
-
"/src/createTRPCReact.tsx",
|
|
235
|
-
"/src/createTRPCQueryUtils.tsx",
|
|
236
|
-
"/src/server/ssgProxy.ts"
|
|
237
|
-
],
|
|
233
|
+
"dependents": [],
|
|
238
234
|
"percent": 0,
|
|
239
235
|
"reduction": 100
|
|
240
236
|
},
|
|
241
237
|
{
|
|
242
|
-
"id": "/src/
|
|
238
|
+
"id": "/src/shared/index.ts",
|
|
243
239
|
"size": 0,
|
|
244
|
-
"origSize":
|
|
240
|
+
"origSize": 706,
|
|
245
241
|
"renderedExports": [],
|
|
246
242
|
"removedExports": [],
|
|
247
|
-
"dependents": [
|
|
243
|
+
"dependents": [
|
|
244
|
+
"/src/createTRPCReact.tsx",
|
|
245
|
+
"/src/createTRPCQueryUtils.tsx",
|
|
246
|
+
"/src/server/ssgProxy.ts"
|
|
247
|
+
],
|
|
248
248
|
"percent": 0,
|
|
249
249
|
"reduction": 100
|
|
250
250
|
}
|
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.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-issues-5851-take-two.478+6c450dc97",
|
|
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.
|
|
68
|
-
"@trpc/server": "11.0.0-alpha-tmp-issues-5851-take-two.
|
|
67
|
+
"@trpc/client": "11.0.0-alpha-tmp-issues-5851-take-two.478+6c450dc97",
|
|
68
|
+
"@trpc/server": "11.0.0-alpha-tmp-issues-5851-take-two.478+6c450dc97",
|
|
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.
|
|
75
|
-
"@trpc/server": "11.0.0-alpha-tmp-issues-5851-take-two.
|
|
74
|
+
"@trpc/client": "11.0.0-alpha-tmp-issues-5851-take-two.478+6c450dc97",
|
|
75
|
+
"@trpc/server": "11.0.0-alpha-tmp-issues-5851-take-two.478+6c450dc97",
|
|
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": "
|
|
95
|
+
"gitHead": "6c450dc97329d8328193f0f90fd46fa11d088949"
|
|
96
96
|
}
|