Skip to content

Commit

Permalink
Updated with faustwasm 0.2.3. Set version to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed May 29, 2024
1 parent a5727be commit aa78d97
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 85 deletions.
164 changes: 82 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "faustplayground",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"description": "Online platform to combine and run Faust DSP modules",
"scripts": {
"dev": "vite",
Expand All @@ -13,7 +13,7 @@
"vite": ">=4.5.2"
},
"dependencies": {
"@grame/faustwasm": "^0.2.1",
"@grame/faustwasm": "^0.2.3",
"file-saver": "^2.0.5",
"qrcode": "^1.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export let faustWasmEnv: {
//initialization af the app, create app and resource to get text with correct localization
//then resumeInit on callback when text is loaded
export async function init(): Promise<void> {
console.log("FaustPlayground: version 1.2.0 (2024-04-29)");
console.log("FaustPlayground: version 1.2.1 (2024-05-29)");
//@ts-ignore
const faustwasm = await import("@grame/faustwasm");
console.log(faustwasm);
Expand Down

0 comments on commit aa78d97

Please sign in to comment.