supersonic-scsynth-samples 0.1.3 → 0.1.5
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -11,8 +11,8 @@ const __dirname = dirname(__filename);
|
|
|
11
11
|
export const SAMPLES_DIR = join(__dirname, 'samples');
|
|
12
12
|
|
|
13
13
|
// CDN URLs for convenience
|
|
14
|
-
export const UNPKG_BASE = 'https://unpkg.com/supersonic-scsynth-samples@0.1.
|
|
15
|
-
export const JSDELIVR_BASE = 'https://cdn.jsdelivr.net/npm/supersonic-scsynth-samples@0.1.
|
|
14
|
+
export const UNPKG_BASE = 'https://unpkg.com/supersonic-scsynth-samples@0.1.5/samples/';
|
|
15
|
+
export const JSDELIVR_BASE = 'https://cdn.jsdelivr.net/npm/supersonic-scsynth-samples@0.1.5/samples/';
|
|
16
16
|
|
|
17
17
|
// Helper to get sample path
|
|
18
18
|
export function getSamplePath(filename) {
|