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 1a2c1c8833
17 changed files with 36 additions and 20 deletions

View File

@@ -18,6 +18,7 @@
"@img/sharp-libvips-linux-arm": "1.3.0-rc.1"
},
"files": [
"index.cjs",
"lib"
],
"publishConfig": {
@@ -25,7 +26,7 @@
},
"type": "commonjs",
"exports": {
"./sharp.node": "./lib/sharp-linux-arm.node",
"./sharp.node": "./index.cjs",
"./package": "./package.json"
},
"engines": {