@soundtouchjs/audio-worklet
Advanced tools
Comparing version 0.1.7 to 0.1.8
Changelog | ||
### 0.1.8 (2020-10-13) | ||
### Bug Fixes | ||
* Correct README ([bc3948a](https://github.com/cutterbl/soundtouchjs-audio-worklet/commit/bc3948a39f024f8987dceb0dc558cf3c492621f2)) | ||
### 0.1.7 (2020-09-19) | ||
@@ -3,0 +10,0 @@ |
/* | ||
* SoundTouch Audio Worklet v0.1.7 AudioWorklet using the | ||
* SoundTouch Audio Worklet v0.1.8 AudioWorklet using the | ||
* SoundTouch audio processing library | ||
@@ -4,0 +4,0 @@ * |
/* | ||
* SoundTouch Audio Worklet v0.1.7 AudioWorklet using the | ||
* SoundTouch Audio Worklet v0.1.8 AudioWorklet using the | ||
* SoundTouch audio processing library | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "@soundtouchjs/audio-worklet", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "An ES2015+ AudioWorklet implementation of the SoundTouchJS library", | ||
@@ -73,3 +73,10 @@ "module": "dist/soundtouch-audio-node.js", | ||
"@commitlint/config-conventional" | ||
] | ||
], | ||
"rules": { | ||
"subject-case": [ | ||
2, | ||
"always", | ||
"sentence-case" | ||
] | ||
} | ||
}, | ||
@@ -76,0 +83,0 @@ "standard-version": { |
@@ -44,3 +44,3 @@ # SoundTouchJS Audio Worklet | ||
//top of the file | ||
import createSoundTouchNode from '@soundtouchjs/audio-context'; | ||
import createSoundTouchNode from '@soundtouchjs/audio-worklet'; | ||
//... and later | ||
@@ -47,0 +47,0 @@ |
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
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
1874275