@kibinrpc/client 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
@@ -169,3 +169,10 @@ import type {
169
169
  RetryConfig,
170
170
  } from "@kibinrpc/client"
171
171
  ```
172
+
173
+ ## Related packages
174
+
175
+ | Package | Description |
176
+ |---|---|
177
+ | [`@kibinrpc/server`](../server/README.md) | Server-side router and action decorators |
178
+ | [`@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/client",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Type-safe and developer-friendly RPC client with end-to-end type inference",
5
5
  "license": "MIT",
6
6
  "author": "ixexel661",
@@ -29,7 +29,7 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@kibinrpc/shared": "0.2.0"
32
+ "@kibinrpc/shared": "0.3.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"