trpc-uwebsockets 0.10.0-proxy-beta.10.1 → 0.10.0-proxy-beta.15

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 -1
  2. package/package.json +3 -11
package/README.md CHANGED
@@ -123,5 +123,4 @@ yarn test:watch
123
123
  # Todo
124
124
 
125
125
  - [ ] Various improvements (res.tryEnd + reading multiple headers /w same key)
126
- - [ ] Improve these (remove rollup and many dependencies)
127
126
  - [ ] Subscription support with websockets
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": "0.10.0-proxy-beta.10.1",
5
+ "version": "0.10.0-proxy-beta.15",
6
6
  "main": "./dist/index.js",
7
7
  "type": "commonjs",
8
8
  "types": "./types/index.d.ts",
@@ -24,23 +24,17 @@
24
24
  "prettier:dry": "prettier --config .prettierrc 'src/**/*.ts'"
25
25
  },
26
26
  "dependencies": {
27
- "@trpc/server": "^10.0.0-proxy-beta.10",
27
+ "@trpc/server": "^10.0.0-proxy-beta.15",
28
28
  "uWebSockets.js": "uNetworking/uWebSockets.js#v20.10.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@rollup/plugin-typescript": "^8.3.3",
32
- "@swc/core": "^1.2.215",
33
- "@swc/jest": "^0.2.21",
34
- "@trpc/client": "^10.0.0-proxy-beta.10",
35
- "@types/cookie": "^0.5.1",
31
+ "@trpc/client": "^10.0.0-proxy-beta.15",
36
32
  "@types/jest": "^28.1.6",
37
33
  "@types/node": "^18.0.6",
38
34
  "@types/node-fetch": "^2.6.2",
39
- "@types/webrtc": "^0.0.32",
40
35
  "@typescript-eslint/eslint-plugin": "^5.30.6",
41
36
  "@typescript-eslint/parser": "^5.30.6",
42
37
  "abort-controller": "^3.0.0",
43
- "babel-jest": "^28.1.3",
44
38
  "eslint": "^8.19.0",
45
39
  "eslint-config-prettier": "^8.5.0",
46
40
  "eslint-plugin-jest": "^26.6.0",
@@ -51,8 +45,6 @@
51
45
  "node-fetch": "2",
52
46
  "prettier": "^2.7.1",
53
47
  "rimraf": "^3.0.2",
54
- "rollup": "^2.77.0",
55
- "rollup-plugin-swc": "^0.2.1",
56
48
  "ts-jest": "^28.0.7",
57
49
  "ts-node": "^10.9.1",
58
50
  "typescript": "^4.4.4",