@trpc/react-query 11.0.0-alpha-tmp-subscription-connection-state.485 → 11.0.0-alpha-tmp-subscription-connection-state.486
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
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
"dependents": [
|
|
109
109
|
"/src/index.ts",
|
|
110
110
|
"/src/rsc.tsx",
|
|
111
|
+
"/src/server/ssgProxy.ts",
|
|
111
112
|
"/src/shared/proxy/utilsProxy.ts",
|
|
112
113
|
"/src/shared/proxy/useQueriesProxy.ts",
|
|
113
|
-
"/src/shared/hooks/createHooksInternal.tsx"
|
|
114
|
-
"/src/server/ssgProxy.ts"
|
|
114
|
+
"/src/shared/hooks/createHooksInternal.tsx"
|
|
115
115
|
],
|
|
116
116
|
"percent": 6.13,
|
|
117
117
|
"reduction": 40.21
|
|
@@ -247,26 +247,26 @@
|
|
|
247
247
|
"reduction": 100
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
|
-
"id": "/src/
|
|
250
|
+
"id": "/src/server/index.ts",
|
|
251
251
|
"size": 0,
|
|
252
|
-
"origSize":
|
|
252
|
+
"origSize": 54,
|
|
253
253
|
"renderedExports": [],
|
|
254
254
|
"removedExports": [],
|
|
255
|
-
"dependents": [
|
|
256
|
-
"/src/createTRPCReact.tsx",
|
|
257
|
-
"/src/createTRPCQueryUtils.tsx",
|
|
258
|
-
"/src/server/ssgProxy.ts"
|
|
259
|
-
],
|
|
255
|
+
"dependents": [],
|
|
260
256
|
"percent": 0,
|
|
261
257
|
"reduction": 100
|
|
262
258
|
},
|
|
263
259
|
{
|
|
264
|
-
"id": "/src/
|
|
260
|
+
"id": "/src/shared/index.ts",
|
|
265
261
|
"size": 0,
|
|
266
|
-
"origSize":
|
|
262
|
+
"origSize": 706,
|
|
267
263
|
"renderedExports": [],
|
|
268
264
|
"removedExports": [],
|
|
269
|
-
"dependents": [
|
|
265
|
+
"dependents": [
|
|
266
|
+
"/src/createTRPCReact.tsx",
|
|
267
|
+
"/src/createTRPCQueryUtils.tsx",
|
|
268
|
+
"/src/server/ssgProxy.ts"
|
|
269
|
+
],
|
|
270
270
|
"percent": 0,
|
|
271
271
|
"reduction": 100
|
|
272
272
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/react-query",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-subscription-connection-state.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-subscription-connection-state.486+fb825f371",
|
|
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-subscription-connection-state.
|
|
68
|
-
"@trpc/server": "11.0.0-alpha-tmp-subscription-connection-state.
|
|
67
|
+
"@trpc/client": "11.0.0-alpha-tmp-subscription-connection-state.486+fb825f371",
|
|
68
|
+
"@trpc/server": "11.0.0-alpha-tmp-subscription-connection-state.486+fb825f371",
|
|
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-subscription-connection-state.
|
|
75
|
-
"@trpc/server": "11.0.0-alpha-tmp-subscription-connection-state.
|
|
74
|
+
"@trpc/client": "11.0.0-alpha-tmp-subscription-connection-state.486+fb825f371",
|
|
75
|
+
"@trpc/server": "11.0.0-alpha-tmp-subscription-connection-state.486+fb825f371",
|
|
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": "fb825f371eeffc9b17a3621fcd4acf9990913d8f"
|
|
96
96
|
}
|