trpc-uwebsockets 11.7.0 → 11.7.1
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.7.
|
|
4
|
+
"version": "11.7.1",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"types": "./types/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"publish:main": "yarn npm publish",
|
|
21
21
|
"publish:canary": "yarn npm publish --tag canary",
|
|
22
22
|
"prepack": "yarn build",
|
|
23
|
-
"prepublish": "node ./checkVersion.js && yarn clean && yarn prettier && yarn lint && yarn test",
|
|
23
|
+
"prepublish": "yarn install && node ./checkVersion.js && yarn clean && yarn prettier && yarn lint && yarn test",
|
|
24
24
|
"clean": "rimraf -rf ./dist && rimraf -rf ./types && rimraf -rf ./coverage && rimraf -rf ./package.tgz",
|
|
25
25
|
"format": "yarn clean && yarn prettier && yarn lint",
|
|
26
26
|
"lint": "eslint src/**/*.ts --fix",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prettier:dry": "prettier src/**/*.ts --config .prettierrc"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@trpc/server": "11.7.
|
|
32
|
+
"@trpc/server": "11.7.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"uWebSockets.js": "*"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@eslint/eslintrc": "^3.3.1",
|
|
44
44
|
"@eslint/js": "^9.24.0",
|
|
45
|
-
"@trpc/client": "11.7.
|
|
45
|
+
"@trpc/client": "11.7.1",
|
|
46
46
|
"@types/node": "^20.11.5",
|
|
47
47
|
"@types/node-fetch": "^2.6.12",
|
|
48
48
|
"@types/ws": "^8.5.10",
|