From fb63b9b1eb4f910fff41f8e586c45984915d713d Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 20 Nov 2023 17:42:39 -0800 Subject: [PATCH] fix: rename the bin files to avoid conflicts with node-gyp-build --- package.json | 4 ++-- pnpm-lock.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 300b8e39..5b6e16c8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "http://zeromq.github.io/zeromq.js/", "dependencies": { - "@aminya/node-gyp-build": "4.5.0-aminya.4", + "@aminya/node-gyp-build": "4.5.0-aminya.5", "cross-env": "^7.0.3", "node-addon-api": "^7.0.0", "shelljs": "^0.8.5", @@ -79,7 +79,7 @@ "tsconfig.json" ], "scripts": { - "install": "(shx test -f ./script/build.js || run-s build.js) && cross-env npm_config_build_from_source=true node-gyp-build", + "install": "(shx test -f ./script/build.js || run-s build.js) && cross-env npm_config_build_from_source=true aminya-node-gyp-build", "clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.js.map ./script/*.d.ts ./script/*.tsbuildinfo", "clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep", "build.library.compat": "shx rm -rf ./lib/ts3.7 && downlevel-dts ./lib ./lib/ts3.7 --to=3.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 10c8c20c..1acd1f12 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,8 +10,8 @@ overrides: dependencies: '@aminya/node-gyp-build': - specifier: 4.5.0-aminya.4 - version: 4.5.0-aminya.4 + specifier: 4.5.0-aminya.5 + version: 4.5.0-aminya.5 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -124,8 +124,8 @@ packages: engines: {node: '>=6'} dev: true - /@aminya/node-gyp-build@4.5.0-aminya.4: - resolution: {integrity: sha512-2c2+BqZOxfTz/m+1MNWncMyMgil2WOg8cHhKPf1qUo1t9ohOWOgSeb7TVVD4fnTxIcAcpWdmXBpFkjPRyBVS9g==} + /@aminya/node-gyp-build@4.5.0-aminya.5: + resolution: {integrity: sha512-TO7GldxDfSeSRNZVmhlm0liS2GX2o2Q/qTlcD3iD4ltTM6dir568LTRZ+ZDsDbLfMAkfhrbU+VuzNYImwYfczg==} hasBin: true dev: false