@nexusts/grpc 0.9.0 → 0.9.1

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/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `nexusjs/grpc` — gRPC integration for the Bun-native stack.
2
+ * `@nexusts/grpc` — gRPC integration for the Bun-native stack.
3
3
  *
4
4
  * Public API:
5
5
  * - `GrpcService` — the main service. Owns the @grpc/grpc-js server
package/dist/types.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Public types for `nexusjs/grpc`.
2
+ * Public types for `@nexusts/grpc`.
3
3
  *
4
- * `nexusjs/grpc` is a reflection-based gRPC integration. The user
4
+ * `@nexusts/grpc` is a reflection-based gRPC integration. The user
5
5
  * provides a `.proto` file and a service implementation class
6
6
  * with `@GrpcService` / `@GrpcMethod` decorators. The framework
7
7
  * loads the proto at runtime and wires the methods to the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusts/grpc",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
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.0"
29
+ "@nexusts/core": "^0.9.1"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",