supersonic-scsynth 0.62.0 → 0.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # SuperSonic 0.62.0
1
+ # SuperSonic 0.63.0
2
2
 
3
3
  > SuperCollider's scsynth in the browser as an AudioWorklet.
4
4
  >
package/README.npm.md CHANGED
@@ -1,4 +1,4 @@
1
- # SuperSonic 0.62.0
1
+ # SuperSonic 0.63.0
2
2
 
3
3
  > SuperCollider's scsynth in the browser as an AudioWorklet.
4
4
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supersonic-scsynth",
3
- "version": "0.62.0",
3
+ "version": "0.63.0",
4
4
  "description": "SuperCollider scsynth WebAssembly port for AudioWorklet - Run SuperCollider synthesis in the browser",
5
5
  "main": "dist/supersonic.js",
6
6
  "types": "supersonic.d.ts",