Skip to content

Commit

Permalink
1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Jan 6, 2025
1 parent b76fb8b commit a776d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-web-audio-api",
"version": "0.21.5",
"version": "1.0.0-beta.0",
"author": "Benjamin Matuszewski",
"description": "Web Audio API implementation for Node.js",
"exports": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"scripts": {
"build": "npm run generate && cargo build --release && node ./.scripts/move-artifact.mjs --release",
"build:jack": "npm run generate && cargo build --features jack --release && node ./.scripts/move-artifact.mjs --release",
"build:debug":"npm run generate && cargo build && node ./.scripts/move-artifact.mjs",
"build:debug": "npm run generate && cargo build && node ./.scripts/move-artifact.mjs",
"build:only": "cargo build --release && node ./.scripts/move-artifact.mjs --release",
"check": "cargo fmt && cargo clippy",
"generate": "node generator/index.mjs && cargo fmt",
Expand Down

0 comments on commit a776d9f

Please sign in to comment.