next-zero-rpc 0.1.0 → 0.1.2
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -440,7 +440,7 @@ Code generator and Next.js plugin:
|
|
|
440
440
|
│ │ │
|
|
441
441
|
│ ▼ │
|
|
442
442
|
│ apiClient.ts ◄──── TypeScript infers paths, methods, │
|
|
443
|
-
│ success types, AND error types
|
|
443
|
+
│ success types, AND error types │
|
|
444
444
|
└─────────────────────────────────────────────────────────────────┘
|
|
445
445
|
|
|
446
446
|
┌───────────────────────────────────────────────────────────────────┐
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-zero-rpc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Type-safe fetch for Next.js — zero runtime, zero config, zero dependencies.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nextjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"type": "git",
|
|
26
26
|
"url": "https://github.com/caocchinh/next-zero-rpc"
|
|
27
27
|
},
|
|
28
|
-
"homepage": "https://
|
|
28
|
+
"homepage": "https://next-zero-rpc.vercel.app",
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/caocchinh/next-zero-rpc/issues"
|
|
31
31
|
},
|