Loupi / node-cypher-parser

A Cypher parser/linter addon module for NodeJS.
MIT License
36 stars 9 forks source link

add arm support with node 16, 18 #39

Closed NaikAayush closed 1 year ago

NaikAayush commented 1 year ago

I have modified the package.json to support ARM on Linux and macOS. And attached are the binaries for the same. If you can add them to the S3 bucket, the package can be used on Apple Silicon and ARM Linux.

Fixes https://github.com/Loupi/node-cypher-parser/issues/33

cypher-v0.1.13-node-v108-darwin-arm64.tar.gz cypher-v0.1.13-node-v108-darwin-x64.tar.gz cypher-v0.1.13-node-v108-linux-arm64.tar.gz cypher-v0.1.13-node-v108-linux-x64.tar.gz cypher-v0.1.13-node-v83-darwin-x64.tar.gz cypher-v0.1.13-node-v83-linux-arm64.tar.gz cypher-v0.1.13-node-v83-linux-x64.tar.gz cypher-v0.1.13-node-v93-darwin-arm64.tar.gz cypher-v0.1.13-node-v93-darwin-x64.tar.gz cypher-v0.1.13-node-v93-linux-arm64.tar.gz cypher-v0.1.13-node-v93-linux-x64.tar.gz