v0.23.0rc0
Breaking Changes📦 tokenizersView on GitHub →
⚠ 1 breaking🔧 2 symbols
Summary
The `@napi-rs/cli` has removed the `--name` flag from the `napi universal` command, now inferring the name from `package.json`. This change requires users to adjust their build commands.
⚠️ Breaking Changes
- The `--name` flag has been removed from the `napi universal` command in `@napi-rs/cli`. The package name is now automatically determined from the `napi.name` field in `package.json`.
Migration Steps
- Replace the `--name` flag with `--dir ./artifacts` when using the `napi universal` command to ensure it picks up per-target .node files.