Skip to content

Commit 8136f7c

Browse files
authored
V2.6.5 (#41)
* Changes CDN used to serve WASM from unpkg to jsdeliver, no feature changes. * Version bumping the package.json
1 parent e94f1f9 commit 8136f7c

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

Diff for: dist/Superpowered.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SuperpoweredGlue {
44

5-
static wasmCDNUrl = "https://www.unpkg.com/@superpoweredsdk/web@2.6.4/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
66

77
niceSize(bytes) {
88
if (bytes == 0) return '0 byte'; else if (bytes == 1) return '1 byte';

Diff for: dist/superpowered-npm.wasm

-3 Bytes
Binary file not shown.

Diff for: dist/superpowered.wasm

-7 Bytes
Binary file not shown.

Diff for: examples/example_effects/Superpowered.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SuperpoweredGlue {
44

5-
static wasmCDNUrl = "https://www.unpkg.com/@superpoweredsdk/web@2.6.4/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
66

77
niceSize(bytes) {
88
if (bytes == 0) return '0 byte'; else if (bytes == 1) return '1 byte';

Diff for: examples/example_guitardistortion/Superpowered.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SuperpoweredGlue {
44

5-
static wasmCDNUrl = "https://www.unpkg.com/@superpoweredsdk/web@2.6.4/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
66

77
niceSize(bytes) {
88
if (bytes == 0) return '0 byte'; else if (bytes == 1) return '1 byte';

Diff for: examples/example_timestretching/Superpowered.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SuperpoweredGlue {
44

5-
static wasmCDNUrl = "https://www.unpkg.com/@superpoweredsdk/web@2.6.4/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
66

77
niceSize(bytes) {
88
if (bytes == 0) return '0 byte'; else if (bytes == 1) return '1 byte';

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superpoweredsdk/web",
3-
"version": "2.6.4",
3+
"version": "2.6.5",
44
"description": "Superpowered interactive audio features in JavaScript + WebAssembly.",
55
"main": "dist/Superpowered.js",
66
"browser": "dist/Superpowered.js",

0 commit comments

Comments
 (0)