v0.6.0
What's Changed
- feat: create a manifest for the built configurations + include glibc/abi by @aminya in #43
This adds amanifest.jsonfor the built binaries under built that allows the package to load the correct addon path during runtime. This PR also adds the glibc/abi as information in the key
The manifest includes the build config serialized as the key to the path of the addon:
{
"{\"name\":\"\",\"dev\":false,\"os\":\"darwin\",\"arch\":\"arm64\",\"runtime\":\"node\",\"runtimeVersion\":\"23.4.0\",\"toolchainFile\":null,\"CMakeOptions\":[],\"addonSubdirectory\":\"\",\"additionalDefines\":[],\"abi\":131,\"libc\":\"libc\"}": "darwin/arm64/node/131/addon.node"
}- chore: add Biome/Prettier for formatting code by @aminya in #39
- fix: add Biome for linting + fix issues by @aminya in #41
Full Changelog: v0.5.3...v0.6.0