@kibinrpc/server 0.2.0 → 0.3.0

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 +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -159,3 +159,10 @@ import type {
159
159
  RpcBatchItemResponse,
160
160
  } from "@kibinrpc/server"
161
161
  ```
162
+
163
+ ## Related packages
164
+
165
+ | Package | Description |
166
+ |---|---|
167
+ | [`@kibinrpc/client`](../client/README.md) | Type-safe fetch client with automatic batching and retry |
168
+ | [`@kibinrpc/tanstack-query`](../tanstack-query/README.md) | TanStack Query adapter — `queryOptions`, `mutationOptions`, and query key factories |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kibinrpc/server",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Devloper-friendly RPC server router with full type inference",
5
5
  "license": "MIT",
6
6
  "author": "ixexel661",
@@ -31,7 +31,7 @@
31
31
  "dist"
32
32
  ],
33
33
  "dependencies": {
34
- "@kibinrpc/shared": "0.2.0"
34
+ "@kibinrpc/shared": "0.3.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"