We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3273ecc commit a78e8d2Copy full SHA for a78e8d2
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "uwebsockets-express",
3
- "version": "1.3.9",
+ "version": "1.3.10",
4
"description": "Express API compatibility layer for uWebSockets.js",
5
"main": "build/index.js",
6
"module": "build/index.mjs",
7
+ "types": "build/index.d.ts",
8
"exports": {
9
".": {
10
"import": "./build/index.mjs",
0 commit comments