@trpc/client 11.0.0-next-alpha.158 → 11.0.0-next-alpha.159
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/README.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,16 +24,16 @@ Full documentation for `@trpc/client` can be found [here](https://trpc.io/docs/v
|
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
26
|
# npm
|
|
27
|
-
npm install @trpc/client
|
|
27
|
+
npm install @trpc/client@next
|
|
28
28
|
|
|
29
29
|
# Yarn
|
|
30
|
-
yarn add @trpc/client
|
|
30
|
+
yarn add @trpc/client@next
|
|
31
31
|
|
|
32
32
|
# pnpm
|
|
33
|
-
pnpm add @trpc/client
|
|
33
|
+
pnpm add @trpc/client@next
|
|
34
34
|
|
|
35
35
|
# Bun
|
|
36
|
-
bun add @trpc/client
|
|
36
|
+
bun add @trpc/client@next
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Basic Example
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/client",
|
|
3
|
-
"version": "11.0.0-next-alpha.
|
|
3
|
+
"version": "11.0.0-next-alpha.159+6b4f9cfa6",
|
|
4
4
|
"description": "The tRPC client library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"!**/*.test.*"
|
|
77
77
|
],
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@trpc/core": "11.0.0-next-alpha.
|
|
79
|
+
"@trpc/core": "11.0.0-next-alpha.159+6b4f9cfa6"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@testing-library/dom": "^9.0.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"funding": [
|
|
97
97
|
"https://trpc.io/sponsor"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "6b4f9cfa693a450945e6b4adf07677d9982584a8"
|
|
100
100
|
}
|