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 9d2b1bd

Browse files
V2.6.6 (#42)
* Update to version 2.6.6. There are no changes to the WebAssembly in this release, but keeping version numbers in line with the native library. --------- Co-authored-by: Thomas Dodds <>
1 parent 8136f7c commit 9d2b1bd

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://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.6/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

869 Bytes
Binary file not shown.

‎dist/superpowered.wasm

871 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://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.6/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://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.6/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://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.6/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.5",
3+
"version": "2.6.6",
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 によって変換されたページ (->オリジナル) /