@nexusts/grpc 0.9.8 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,7 +26,7 @@ bun add @nexusts/grpc
26
26
 
27
27
  ## Peer dependencies
28
28
 
29
- **None.** No external runtime dependencies. `gRPC` is built into the Bun runtime. On Node.js, install `@grpc/grpc-js` and `@grpc/proto-loader` separately.
29
+ **None.** gRPC is built into the Bun runtime no extra dependencies needed.
30
30
 
31
31
  ## Usage
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusts/grpc",
3
- "version": "0.9.8",
3
+ "version": "0.9.10",
4
4
  "description": "gRPC server + typed client (reflection-based)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@nexusts/core": "^0.9.8"
29
+ "@nexusts/core": "^0.9.10"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",