From e59d732788ba57a398d1afe6fb33ef5f883c35c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Letz?= Date: Sat, 9 Nov 2024 11:19:41 +0100 Subject: [PATCH] Use faustwasm OD version. --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 064ad1b..f4415f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.18.9", "@fortawesome/fontawesome-free": "^5.15.3", - "@grame/faustwasm": "^0.7.4", + "@grame/faustwasm": "github:sletz/faustwasm", "@shren/faust-ui": "^1.1.13", "@types/bootstrap": "^4.6.0", "@types/jquery": "^3.5.5", @@ -1734,9 +1734,9 @@ }, "node_modules/@grame/faustwasm": { "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@grame/faustwasm/-/faustwasm-0.7.4.tgz", - "integrity": "sha512-k0WBI1JXKKIJTdXsCEyoKh0J++YG6l5a8SnLhkQqBuo4IC9ZTOrLZyJp6ojqtokkEbRZPUCZeuwhIu2XtihYYw==", + "resolved": "git+ssh://git@github.com/sletz/faustwasm.git#83200c3d9a27c0994dfa138e3d1cf4b9af4d6443", "dev": true, + "license": "LGPL-3.0", "dependencies": { "@types/emscripten": "^1.39.10" }, diff --git a/package.json b/package.json index a1fad66..68a1a8f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.18.9", "@fortawesome/fontawesome-free": "^5.15.3", - "@grame/faustwasm": "^0.7.4", + "@grame/faustwasm": "github:sletz/faustwasm", "@shren/faust-ui": "^1.1.13", "@types/bootstrap": "^4.6.0", "@types/jquery": "^3.5.5",