rpc4next 0.4.9 → 0.4.10
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"description": "Inspired by Hono RPC and Pathpida, rpc4next brings a lightweight and intuitive RPC solution to Next.js, making server-client communication seamless",
|
|
4
4
|
"author": "watanabe-1",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"version": "0.4.10",
|
|
6
7
|
"repository": {
|
|
7
8
|
"type": "git",
|
|
8
9
|
"url": "git+https://github.com/watanabe-1/rpc4next.git",
|
|
@@ -105,6 +106,5 @@
|
|
|
105
106
|
},
|
|
106
107
|
"peerDependencies": {
|
|
107
108
|
"next": "^14.0.0 || ^15.0.0"
|
|
108
|
-
}
|
|
109
|
-
"version": "0.4.9"
|
|
109
|
+
}
|
|
110
110
|
}
|