diff --git a/.dockerignore b/.dockerignore index 3d6ec33..01ebc5c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,6 @@ prebuilds index.d.ts LICENSE README.md -docker \ No newline at end of file +docker +src/build +src/node_modules \ No newline at end of file diff --git a/package.json b/package.json index 2d0ff91..99ba297 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@myunisoft/heif-converter", "description": "Bindings for the libheif C API to convert an image in Node.js", - "version": "0.0.6", + "version": "0.0.7", "keywords": [ "heif", "heic", @@ -46,7 +46,7 @@ "file-type": "^19.0.0", "heic-convert": "^2.1.0", "node-addon-api": "^8.0.0", - "node-gyp": "^10.1.0", + "node-gyp": "10.0.1", "rimraf": "^6.0.1", "tinybench": "^2.8.0" }, diff --git a/src/binding.gyp b/src/binding.gyp index 41d8aa2..7487a46 100644 --- a/src/binding.gyp +++ b/src/binding.gyp @@ -16,12 +16,14 @@ "defines": [ "NAPI_CPP_EXCEPTIONS" ], "conditions": [ [ - 'OS=="linux"', { + 'OS=="linux"', + { "variables": { "VCPKG_LIB_ROOT%": "