@trpc/next 11.0.0-alpha-tmp-12-06-react.665 → 11.0.0-alpha-tmp-12-06-react.674

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -92,3 +92,7 @@ export function Hello() {
92
92
  return <div>{data && <p>{data.greeting}</p>}</div>;
93
93
  }
94
94
  ```
95
+
96
+ ## Server components
97
+
98
+ See https://trpc.io/docs/client/react/server-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/next",
3
- "version": "11.0.0-alpha-tmp-12-06-react.665+f3677f632",
3
+ "version": "11.0.0-alpha-tmp-12-06-react.674+d396198ca",
4
4
  "description": "The tRPC Next.js library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -74,9 +74,9 @@
74
74
  ],
75
75
  "peerDependencies": {
76
76
  "@tanstack/react-query": "^5.59.15",
77
- "@trpc/client": "11.0.0-alpha-tmp-12-06-react.665+f3677f632",
78
- "@trpc/react-query": "11.0.0-alpha-tmp-12-06-react.665+f3677f632",
79
- "@trpc/server": "11.0.0-alpha-tmp-12-06-react.665+f3677f632",
77
+ "@trpc/client": "11.0.0-alpha-tmp-12-06-react.674+d396198ca",
78
+ "@trpc/react-query": "11.0.0-alpha-tmp-12-06-react.674+d396198ca",
79
+ "@trpc/server": "11.0.0-alpha-tmp-12-06-react.674+d396198ca",
80
80
  "next": "*",
81
81
  "react": ">=16.8.0",
82
82
  "react-dom": ">=16.8.0",
@@ -92,9 +92,9 @@
92
92
  },
93
93
  "devDependencies": {
94
94
  "@tanstack/react-query": "^5.59.15",
95
- "@trpc/client": "11.0.0-alpha-tmp-12-06-react.665+f3677f632",
96
- "@trpc/react-query": "11.0.0-alpha-tmp-12-06-react.665+f3677f632",
97
- "@trpc/server": "11.0.0-alpha-tmp-12-06-react.665+f3677f632",
95
+ "@trpc/client": "11.0.0-alpha-tmp-12-06-react.674+d396198ca",
96
+ "@trpc/react-query": "11.0.0-alpha-tmp-12-06-react.674+d396198ca",
97
+ "@trpc/server": "11.0.0-alpha-tmp-12-06-react.674+d396198ca",
98
98
  "@types/express": "^4.17.17",
99
99
  "@types/node": "^22.9.0",
100
100
  "@types/react": "^19.0.0",
@@ -115,5 +115,5 @@
115
115
  "funding": [
116
116
  "https://trpc.io/sponsor"
117
117
  ],
118
- "gitHead": "f3677f6326d62400c29d1c358db9f3a68a0dd27d"
118
+ "gitHead": "d396198ca526f56f0a5954cdee0fd407476d9475"
119
119
  }