Skip to content

Conversation

porsager
Copy link

These changes allow for the new release.yml script to function properly. Both this PR and #1125 must be merged for everything to work right

package.json Outdated
"types": "./index.d.ts"
},
"optionalDependencies": {
$deps
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This placeholder will be replaced with the actual single binary versions.

uws.js Outdated
module.exports = (() => {
try {
return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node');
return require('@uws/uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the new path that resolves to the specific binary installed as its own package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants