supersonic-scsynth-synthdefs 0.64.0 → 0.66.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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Sonic Pi SynthDefs for SuperSonic
2
- // All 120 binary synthdef files from Sonic Pi
2
+ // All 130 binary synthdef files (Sonic Pi synths plus test/utility synthdefs)
3
3
 
4
4
  import { fileURLToPath } from 'url';
5
5
  import { dirname, join } from 'path';
@@ -15,7 +15,7 @@ export function getSynthDefPath(name) {
15
15
  }
16
16
 
17
17
  // CDN URL for browser usage (unpkg)
18
- export const CDN_BASE = 'https://unpkg.com/supersonic-scsynth-synthdefs@0.64.0';
18
+ export const CDN_BASE = 'https://unpkg.com/supersonic-scsynth-synthdefs@0.66.0';
19
19
  export const SYNTHDEFS_CDN = `${CDN_BASE}/synthdefs`;
20
20
 
21
21
  export const SYNTHDEF_NAMES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supersonic-scsynth-synthdefs",
3
- "version": "0.64.0",
3
+ "version": "0.66.0",
4
4
  "description": "All Sonic Pi synthdefs for SuperSonic scsynth",
5
5
  "main": "index.js",
6
6
  "type": "module",