Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "zeromq", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Next-generation ZeroMQ bindings for Node.js", | ||
@@ -98,3 +98,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"install": "(npm run build.js || echo ok) && aminya-node-gyp-build --build-from-source", | ||
"install": "(npm run build.js || echo ok) && cross-env npm_config_build_from_source=true aminya-node-gyp-build", | ||
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.mjs ./script/*.js.map ./script/*.mjs.map ./script/*.d.ts ./script/*.d.mts ./script/*.cjs ./scripts/*.cjs.map ./scripts/*.d.cts ./script/*.tsbuildinfo", | ||
@@ -101,0 +101,0 @@ "clean.release": "shx rm -rf ./build/Release", |
@@ -9,6 +9,3 @@ { | ||
"moduleResolution": "node", | ||
"types": [ | ||
"node", | ||
"mocha" | ||
], | ||
"forceConsistentCasingInFileNames": true, | ||
"strictPropertyInitialization": false, // TODO | ||
@@ -15,0 +12,0 @@ "strict": true, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5892505
7213