Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"import": "./ESM_wrapper.mjs",
"require": "./uws.js",
"types": "./index.d.ts"
}
},
"optionalDependencies": {}
}
2 changes: 1 addition & 1 deletion source_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
da323442662b64c2b38e9585e044d7624e88d691
cbaf0143bee8e1634d600a442cce3136688ac0cf
2 changes: 1 addition & 1 deletion uws.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

module.exports = (() => {
try {
return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node');
return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules);
} catch (e) {
throw new Error('This version of uWS.js (v20.52.0) supports only Node.js versions 20, 22, 23 and 24 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).\n\n' + e.toString());
}
Expand Down
Binary file modified uws_darwin_arm64_115.node
Binary file not shown.
Binary file modified uws_darwin_arm64_127.node
Binary file not shown.
Binary file modified uws_darwin_arm64_131.node
Binary file not shown.
Binary file modified uws_darwin_arm64_137.node
Binary file not shown.
Binary file modified uws_darwin_x64_115.node
Binary file not shown.
Binary file modified uws_darwin_x64_127.node
Binary file not shown.
Binary file modified uws_darwin_x64_131.node
Binary file not shown.
Binary file modified uws_darwin_x64_137.node
Binary file not shown.
Binary file modified uws_linux_arm64_115.node
Binary file not shown.
Binary file modified uws_linux_arm64_127.node
Binary file not shown.
Binary file modified uws_linux_arm64_131.node
Binary file not shown.
Binary file modified uws_linux_arm64_137.node
Binary file not shown.
Binary file modified uws_linux_x64_115.node
Binary file not shown.
Binary file modified uws_linux_x64_127.node
Binary file not shown.
Binary file modified uws_linux_x64_131.node
Binary file not shown.
Binary file modified uws_linux_x64_137.node
Binary file not shown.