trpc-uwebsockets 11.4.1 → 11.4.3
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 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -231,3 +231,7 @@ Big thanks to [Ahoy Labs](https://github.com/ahoylabs) for sponsoring the develo
|
|
|
231
231
|
<!-- # TODOS:
|
|
232
232
|
- Make test "aborted requests are handled" less flaky
|
|
233
233
|
- Skipped test "uWebsockets pubsub" doesn't work as intended... But usage of built-in pubsub is not needed with trpc -->
|
|
234
|
+
|
|
235
|
+
<!-- Publishing notes:
|
|
236
|
+
Set env variable `YARN_NPM_AUTH_TOKEN` before running `yarn publish:main`
|
|
237
|
+
-->
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trpc-uwebsockets",
|
|
3
3
|
"description": "tRPC adapter for uWebSockets.js server",
|
|
4
|
-
"version": "11.4.
|
|
4
|
+
"version": "11.4.3",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"types": "./types/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prettier:dry": "prettier src/**/*.ts --config .prettierrc"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@trpc/server": "^11.4.
|
|
32
|
+
"@trpc/server": "^11.4.3"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"uWebSockets.js": "*"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@eslint/eslintrc": "^3.3.1",
|
|
39
39
|
"@eslint/js": "^9.24.0",
|
|
40
|
-
"@trpc/client": "^11.4.
|
|
40
|
+
"@trpc/client": "^11.4.3",
|
|
41
41
|
"@types/node": "^20.11.5",
|
|
42
42
|
"@types/node-fetch": "^2.6.12",
|
|
43
43
|
"@types/ws": "^8.5.10",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
],
|
|
76
76
|
"repository": {
|
|
77
77
|
"type": "git",
|
|
78
|
-
"url": "
|
|
78
|
+
"url": "https://github.com/romanzy313/trpc-uwebsockets.git"
|
|
79
79
|
},
|
|
80
80
|
"author": "Roman Volovoy",
|
|
81
81
|
"packageManager": "yarn@4.8.1"
|