trpc-uwebsockets 0.8.1 → 0.8.2

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 +0 -6
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -8,12 +8,6 @@
8
8
  yarn add trpc-uwebsockets
9
9
  ```
10
10
 
11
- or
12
-
13
- ```bash
14
- yarn add trpc-uwebsockets
15
- ```
16
-
17
11
  # Usage
18
12
 
19
13
  Import needed packages
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "trpc-uwebsockets",
4
4
  "description": "uWebSockets adapter for tRPC",
5
- "version": "0.8.1",
5
+ "version": "0.8.2",
6
6
  "main": "./dist/index.js",
7
7
  "type": "commonjs",
8
8
  "types": "./types/index.d.ts",
@@ -63,7 +63,11 @@
63
63
  "test"
64
64
  ],
65
65
  "license": "MIT",
66
- "keywords": [],
66
+ "keywords": [
67
+ "trpc",
68
+ "uwebsockets",
69
+ "trpc adapter"
70
+ ],
67
71
  "repository": {
68
72
  "type": "git",
69
73
  "url": "https://github.com/romanzy-1612/trpc-uwebsockets.git"