@trpc/next 10.0.0-proxy-alpha.56 → 10.0.0-proxy-alpha.59

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 +1 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -7,8 +7,7 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <!-- TODO: replace with new version GIF -->
11
- <img src="https://storage.googleapis.com/trpc/trpcgif.gif" alt="Demo" />
10
+ <img src="https://assets.trpc.io/www/v10/preview-dark.gif" alt="Demo" />
12
11
  </p>
13
12
 
14
13
  # `@trpc/next`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/next",
3
- "version": "10.0.0-proxy-alpha.56",
3
+ "version": "10.0.0-proxy-alpha.59",
4
4
  "description": "tRPC Next lib",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -36,9 +36,9 @@
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@tanstack/react-query": "^4.0.10",
39
- "@trpc/client": "10.0.0-proxy-alpha.56",
40
- "@trpc/react": "10.0.0-proxy-alpha.56",
41
- "@trpc/server": "10.0.0-proxy-alpha.56",
39
+ "@trpc/client": "10.0.0-proxy-alpha.59",
40
+ "@trpc/react": "10.0.0-proxy-alpha.59",
41
+ "@trpc/server": "10.0.0-proxy-alpha.59",
42
42
  "next": "*",
43
43
  "react": ">=16.8.0",
44
44
  "react-dom": ">=16.8.0"
@@ -48,9 +48,9 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@tanstack/react-query": "^4.0.10",
51
- "@trpc/client": "10.0.0-proxy-alpha.56",
52
- "@trpc/react": "10.0.0-proxy-alpha.56",
53
- "@trpc/server": "10.0.0-proxy-alpha.56",
51
+ "@trpc/client": "10.0.0-proxy-alpha.59",
52
+ "@trpc/react": "10.0.0-proxy-alpha.59",
53
+ "@trpc/server": "10.0.0-proxy-alpha.59",
54
54
  "@types/express": "^4.17.12",
55
55
  "express": "^4.17.1",
56
56
  "next": "^12.1.6",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "7fbc6a4b84d02d0aa913a37cd595eee3e03d0c72"
64
+ "gitHead": "45d04747c5f1205b9e0037f888d9fefddea97768"
65
65
  }