supersonic-scsynth-bundle 0.23.4 → 0.24.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,8 +34,7 @@ SuperSonic works directly from CDN with zero configuration using the default `po
34
34
 
35
35
  **Use this bundle if:**
36
36
  - You want a quick start with everything included
37
- - You're building a Sonic Pi-compatible application
38
- - You want the Sonic Pi synthdefs and samples
37
+ - You want access to all the Sonic Pi synths and samples
39
38
 
40
39
  **Use separate packages if:**
41
40
  - You want minimal package size (just install `supersonic-scsynth`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supersonic-scsynth-bundle",
3
- "version": "0.23.4",
3
+ "version": "0.24.0",
4
4
  "description": "Complete SuperSonic bundle: scsynth engine + Sonic Pi synthdefs and samples",
5
5
  "main": "index.js",
6
6
  "type": "module",