trpc-uwebsockets 11.4.3 → 11.4.4
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/package.json +4 -4
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.4",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"types": "./types/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"test:coverage": "vitest --coverage",
|
|
18
18
|
"test:publish": "yarn test && yarn build && yarn pack",
|
|
19
19
|
"bump-version": "node ./bumpVersion.js && yarn install && yarn test",
|
|
20
|
-
"publish:main": "yarn npm publish",
|
|
20
|
+
"publish:main": "node ./checkVersion.js && yarn npm publish",
|
|
21
21
|
"publish:canary": "yarn npm publish --tag canary",
|
|
22
22
|
"prepack": "yarn build",
|
|
23
23
|
"prepublish": "yarn clean && yarn prettier && yarn lint && yarn test",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prettier:dry": "prettier src/**/*.ts --config .prettierrc"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@trpc/server": "
|
|
32
|
+
"@trpc/server": "11.4.4"
|
|
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": "
|
|
40
|
+
"@trpc/client": "11.4.4",
|
|
41
41
|
"@types/node": "^20.11.5",
|
|
42
42
|
"@types/node-fetch": "^2.6.12",
|
|
43
43
|
"@types/ws": "^8.5.10",
|