node-ffi-rs
Advanced tools
Comparing version 1.0.73 to 1.0.74
{ | ||
"name": "node-ffi-rs", | ||
"version": "1.0.73", | ||
"version": "1.0.74", | ||
"main": "index.js", | ||
@@ -59,15 +59,15 @@ "types": "index.d.ts", | ||
"version": "napi version", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"pub": "npm version patch && git push origin master --tags" | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add . && git commit -m \"docs: update changelog.md\" && git push origin master", | ||
"pub": "npm version patch && git push origin master --tags && npm run changelog" | ||
}, | ||
"optionalDependencies": { | ||
"@yuuang/ffi-rs-win32-x64-msvc": "1.0.73", | ||
"@yuuang/ffi-rs-darwin-x64": "1.0.73", | ||
"@yuuang/ffi-rs-linux-x64-gnu": "1.0.73", | ||
"@yuuang/ffi-rs-darwin-arm64": "1.0.73", | ||
"@yuuang/ffi-rs-linux-arm64-gnu": "1.0.73", | ||
"@yuuang/ffi-rs-linux-arm64-musl": "1.0.73", | ||
"@yuuang/ffi-rs-win32-ia32-msvc": "1.0.73", | ||
"@yuuang/ffi-rs-linux-x64-musl": "1.0.73" | ||
"@yuuang/ffi-rs-win32-x64-msvc": "1.0.74", | ||
"@yuuang/ffi-rs-darwin-x64": "1.0.74", | ||
"@yuuang/ffi-rs-linux-x64-gnu": "1.0.74", | ||
"@yuuang/ffi-rs-darwin-arm64": "1.0.74", | ||
"@yuuang/ffi-rs-linux-arm64-gnu": "1.0.74", | ||
"@yuuang/ffi-rs-linux-arm64-musl": "1.0.74", | ||
"@yuuang/ffi-rs-win32-ia32-msvc": "1.0.74", | ||
"@yuuang/ffi-rs-linux-x64-musl": "1.0.74" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36029