@trpc/client 10.0.0-rc.7 → 10.0.0-rc.9

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 +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -22,13 +22,13 @@ Full documentation for `@trpc/client` can be found [here](https://trpc.io/docs/v
22
22
 
23
23
  ```bash
24
24
  # npm
25
- npm install @trpc/client@next
25
+ npm install @trpc/client
26
26
 
27
27
  # Yarn
28
- yarn add @trpc/client@next
28
+ yarn add @trpc/client
29
29
 
30
30
  # pnpm
31
- pnpm add @trpc/client@next
31
+ pnpm add @trpc/client
32
32
  ```
33
33
 
34
34
  ## Basic Example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/client",
3
- "version": "10.0.0-rc.7",
3
+ "version": "10.0.0-rc.9",
4
4
  "description": "tRPC Client lib",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -66,11 +66,11 @@
66
66
  "links"
67
67
  ],
68
68
  "peerDependencies": {
69
- "@trpc/server": "10.0.0-rc.7"
69
+ "@trpc/server": "10.0.0-rc.9"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@testing-library/dom": "^8.18.1",
73
- "@trpc/server": "10.0.0-rc.7",
73
+ "@trpc/server": "10.0.0-rc.9",
74
74
  "@types/node": "^18.7.20",
75
75
  "rollup": "^2.79.1",
76
76
  "tsx": "^3.9.0"
@@ -78,5 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "f019f64a8200a881cbaf18f3e238c6a8898f3d70"
81
+ "gitHead": "246d57d67a53b02daaed9540b27b95b3790bddbb"
82
82
  }