Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8136f7c

Browse files
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
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';

‎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
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';

‎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
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';

‎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
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';

‎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)

AltStyle によって変換されたページ (->オリジナル) /