rpc4next 0.4.10 → 0.4.13

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 (1) hide show
  1. package/package.json +3 -6
package/package.json CHANGED
@@ -1,18 +1,15 @@
1
1
  {
2
2
  "name": "rpc4next",
3
+ "version": "0.4.13",
3
4
  "description": "Inspired by Hono RPC and Pathpida, rpc4next brings a lightweight and intuitive RPC solution to Next.js, making server-client communication seamless",
4
5
  "author": "watanabe-1",
5
6
  "license": "MIT",
6
- "version": "0.4.10",
7
+ "homepage": "https://github.com/watanabe-1/rpc4next#readme",
7
8
  "repository": {
8
9
  "type": "git",
9
10
  "url": "git+https://github.com/watanabe-1/rpc4next.git",
10
11
  "directory": "packages/rpc4next"
11
12
  },
12
- "homepage": "https://github.com/watanabe-1/rpc4next#readme",
13
- "bugs": {
14
- "url": "https://github.com/watanabe-1/rpc4next/issues"
15
- },
16
13
  "publishConfig": {
17
14
  "access": "public"
18
15
  },
@@ -102,7 +99,7 @@
102
99
  "typecheck": "tsc -b tsconfig.build.json --noEmit"
103
100
  },
104
101
  "dependencies": {
105
- "rpc4next-shared": "workspace:*"
102
+ "rpc4next-shared": "^0.1.4"
106
103
  },
107
104
  "peerDependencies": {
108
105
  "next": "^14.0.0 || ^15.0.0"