trpc-uwebsockets 10.45.0 → 10.46.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,10 +4,18 @@
4
4
 
5
5
  # Installation
6
6
 
7
+ Version 10
8
+
7
9
  ```bash
8
10
  npm install trpc-uwebsockets
9
11
  ```
10
12
 
13
+ Version 11 beta
14
+
15
+ ```bash
16
+ npm install trpc-uwebsockets@beta
17
+ ```
18
+
11
19
  # Usage
12
20
 
13
21
  Import needed packages
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "trpc-uwebsockets",
4
4
  "description": "tRPC adapter for uWebSockets.js server",
5
- "version": "10.45.0",
5
+ "version": "10.46.0",
6
6
  "main": "./dist/index.js",
7
7
  "type": "commonjs",
8
8
  "types": "./types/index.d.ts",