@stryke/trpc-next 0.5.3 → 0.5.4

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/dist/server.d.ts +1 -0
  2. package/package.json +5 -5
package/dist/server.d.ts CHANGED
@@ -28,6 +28,7 @@ export type NextAppDirDecorateRouterRecord<TRoot extends AnyRootTypes, TRecord e
28
28
  /**
29
29
  * This client invokes procedures directly on the server without fetching over HTTP.
30
30
  *
31
+ * @param cookies - A function that returns the cookies
31
32
  * @param router - The router created by the user
32
33
  * @param createContext - An optional function to generate a context
33
34
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/trpc-next",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "description": "A package to help in using tRPC in modern NextJs applications.",
6
6
  "repository": {
@@ -10,8 +10,8 @@
10
10
  },
11
11
  "private": false,
12
12
  "peerDependencies": {
13
- "react": "^19.0.0",
14
- "react-dom": "^19.0.0",
13
+ "react": "^19.1.0",
14
+ "react-dom": "^19.1.0",
15
15
  "react-native": "^0.77.0"
16
16
  },
17
17
  "peerDependenciesMeta": {
@@ -35,8 +35,8 @@
35
35
  "@stryke/types": ">=0.7.3"
36
36
  },
37
37
  "devDependencies": {
38
- "@types/react": "^19.0.8",
39
- "@types/react-dom": "^19.0.3",
38
+ "@types/react": "^19.0.12",
39
+ "@types/react-dom": "^19.0.4",
40
40
  "@types/react-native": "0.72.8"
41
41
  },
42
42
  "publishConfig": { "access": "public" },