scratch-audio
Advanced tools
Comparing version 0.1.0-prerelease.20231221012053 to 1.0.0
{ | ||
"name": "scratch-audio", | ||
"version": "0.1.0-prerelease.20231221012053", | ||
"version": "1.0.0", | ||
"description": "audio engine for scratch 3.0", | ||
@@ -8,11 +8,12 @@ "main": "dist.js", | ||
"scripts": { | ||
"test": "npm run lint && npm run tap && npm run build", | ||
"build": "webpack --bail", | ||
"watch": "webpack --watch", | ||
"lint": "eslint .", | ||
"tap": "tap test/effects/*.js test/*.js" | ||
"prepare": "husky install", | ||
"tap": "tap test/effects/*.js test/*.js", | ||
"test": "npm run lint && npm run tap && npm run build", | ||
"watch": "webpack --watch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/LLK/scratch-audio.git" | ||
"url": "git+https://github.com/scratchfoundation/scratch-audio.git" | ||
}, | ||
@@ -24,3 +25,3 @@ "author": "Massachusetts Institute of Technology", | ||
}, | ||
"homepage": "https://github.com/LLK/scratch-audio#readme", | ||
"homepage": "https://github.com/scratchfoundation/scratch-audio#readme", | ||
"dependencies": { | ||
@@ -32,2 +33,4 @@ "audio-context": "1.0.1", | ||
"devDependencies": { | ||
"@commitlint/cli": "18.4.3", | ||
"@commitlint/config-conventional": "18.4.3", | ||
"babel-core": "6.26.3", | ||
@@ -39,3 +42,6 @@ "babel-eslint": "10.1.0", | ||
"eslint-config-scratch": "9.0.3", | ||
"husky": "8.0.3", | ||
"json": "9.0.6", | ||
"scratch-semantic-release-config": "1.0.8", | ||
"semantic-release": "19.0.5", | ||
"tap": "12.7.0", | ||
@@ -45,3 +51,8 @@ "web-audio-test-api": "0.5.2", | ||
"webpack-cli": "3.3.12" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
} | ||
} |
@@ -31,1 +31,18 @@ # scratch-audio | ||
We provide [Scratch](https://scratch.mit.edu) free of charge, and want to keep it that way! Please consider making a [donation](https://secure.donationpay.org/scratchfoundation/) to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you! | ||
## Committing | ||
This project uses [semantic release](https://github.com/semantic-release/semantic-release) to ensure version bumps | ||
follow semver so that projects depending on it don't break unexpectedly. | ||
In order to automatically determine version updates, semantic release expects commit messages to follow the | ||
[conventional-changelog](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md) | ||
specification. | ||
You can use the [commitizen CLI](https://github.com/commitizen/cz-cli) to make commits formatted in this way: | ||
```bash | ||
npm install -g commitizen@latest cz-conventional-changelog@latest | ||
``` | ||
Now you're ready to make commits using `git cz`. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
945356
71
4775
0
48
16
23