Add version to shared library filename to help avoid collision

This commit is contained in:
Lovell Fuller
2025-12-19 23:55:21 +00:00
parent aaeded2b67
commit deecb81b86
17 changed files with 23 additions and 20 deletions

View File

@@ -25,7 +25,7 @@
},
"type": "commonjs",
"exports": {
"./sharp.node": "./lib/sharp-linux-x64.node",
"./sharp": "./index.cjs",
"./package": "./package.json"
},
"engines": {