You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version for release
Update version for latest n-api changes in 8.6.
that those changes were the last breaking changes in the API
Registration API was updated so bumped major version
Use old-style functions and use safe-buffer
* err => {} notation doesn't work on Node 4.
* Use Buffer.alloc polyfill from safe-buffer
PR-URL: nodejs#122Fixes: nodejs#120
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>