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

‎dist/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
classSuperpoweredGlue{
44

5-
staticwasmCDNUrl="https://www.unpkg.com/@superpoweredsdk/[email protected].4/dist/superpowered-npm.wasm"
5+
staticwasmCDNUrl="https://cdn.jsdelivr.net/npm/@superpoweredsdk/[email protected].5/dist/superpowered-npm.wasm"
66

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

‎dist/superpowered-npm.wasm‎

-3 Bytes
Binary file not shown.

‎dist/superpowered.wasm‎

-7 Bytes
Binary file not shown.

‎examples/example_effects/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
classSuperpoweredGlue{
44

5-
staticwasmCDNUrl="https://www.unpkg.com/@superpoweredsdk/[email protected].4/dist/superpowered-npm.wasm"
5+
staticwasmCDNUrl="https://cdn.jsdelivr.net/npm/@superpoweredsdk/[email protected].5/dist/superpowered-npm.wasm"
66

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

‎examples/example_guitardistortion/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
classSuperpoweredGlue{
44

5-
staticwasmCDNUrl="https://www.unpkg.com/@superpoweredsdk/[email protected].4/dist/superpowered-npm.wasm"
5+
staticwasmCDNUrl="https://cdn.jsdelivr.net/npm/@superpoweredsdk/[email protected].5/dist/superpowered-npm.wasm"
66

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

‎examples/example_timestretching/Superpowered.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
classSuperpoweredGlue{
44

5-
staticwasmCDNUrl="https://www.unpkg.com/@superpoweredsdk/[email protected].4/dist/superpowered-npm.wasm"
5+
staticwasmCDNUrl="https://cdn.jsdelivr.net/npm/@superpoweredsdk/[email protected].5/dist/superpowered-npm.wasm"
66

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

‎package.json‎

Lines changed: 1 addition & 1 deletion
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)