Skip to content

Commit

Permalink
Use release flag for napi (#2216)
Browse files Browse the repository at this point in the history
* Use release flag for napi

* Update release date
  • Loading branch information
Thoralf-M committed Apr 4, 2024
1 parent 478db55 commit 7c0d676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 2.0.0-alpha.4 - 2024-04-DD
## 2.0.0-alpha.4 - 2024-04-04

### Changed

Expand Down
4 changes: 2 additions & 2 deletions bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/sdk",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Node.js binding to the IOTA SDK library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"format-check": "prettier --ignore-path .eslintignore -c \"{,*/**/}*.{ts,js,json}\"",
"prebuild-x64": "prebuild --runtime napi --target 6 --prepack scripts/build.js --strip --arch x64",
"prebuild-macos-arm64": "prebuild --runtime napi --target 6 --prepack 'yarn run napi-build-macos-arm64' --strip --arch arm64",
"napi-build-macos-arm64": "napi build --cargo-flags=--profile=production --target aarch64-apple-darwin",
"napi-build-macos-arm64": "napi build --release --target aarch64-apple-darwin",
"prebuild-linux-arm64": "prebuild --runtime napi --target 6 --prepack 'yarn run napi-build-linux-arm64' --strip --arch arm64",
"napi-build-linux-arm64": "napi build --cargo-flags=--profile=production --target aarch64-unknown-linux-gnu",
"prebuild-windows-arm64": "prebuild --runtime napi --target 6 --prepack 'yarn run napi-build-windows-arm64' --strip --arch arm64",
Expand Down

0 comments on commit 7c0d676

Please sign in to comment.