Skip to content

Commit 494b93c

Browse files
committed
Add typesVersions to package.json
1 parent 1cb3203 commit 494b93c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trpc-sveltekit",
3-
"version": "3.5.23",
3+
"version": "3.5.24",
44
"description": "SvelteKit adapter for tRPC.io, working with Node.js, Vercel and Netlify",
55
"keywords": [
66
"trpc",
@@ -49,6 +49,13 @@
4949
},
5050
"./package.json": "./package.json"
5151
},
52+
"typesVersions": {
53+
"*": {
54+
"websocket": [
55+
"dist/websocket/index.d.ts"
56+
]
57+
}
58+
},
5259
"scripts": {
5360
"build": "tsc && cp ../README.md README.md && cp ../LICENSE LICENSE",
5461
"lint": "prettier --plugin-search-dir . --check . && eslint .",

0 commit comments

Comments
 (0)