mapbox / node-cpp-skel

Skeleton for bindings to C++ libraries for Node.js using node-addon-api
Creative Commons Zero v1.0 Universal
72 stars 10 forks source link

Stop versioning on node_abi #170

Closed springmeyer closed 2 years ago

springmeyer commented 2 years ago

Now that N-API is used, binaries should be forward compatible and therefore versioning on node_abi is no longer necessary (as long as the same major N-API version in involved).