- @strudel/csound@1.2.1
 - @strudel/midi@1.2.1
 - @strudel/repl@1.2.1
 - @strudel/soundfonts@1.2.1
 - superdough@1.2.1
 - vite-plugin-bundle-audioworklet@0.1.1
 - @strudel/web@1.2.1
 - @strudel/webaudio@1.2.1
This commit is contained in:
Felix Roos 2025-05-01 23:54:13 +02:00
parent 306a6db8dc
commit 8f58d5788f
No known key found for this signature in database
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@strudel/csound",
"version": "1.2.0",
"version": "1.2.1",
"description": "csound bindings for strudel",
"main": "index.mjs",
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "@strudel/midi",
"version": "1.2.0",
"version": "1.2.1",
"description": "Midi API for strudel",
"main": "index.mjs",
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "@strudel/repl",
"version": "1.2.0",
"version": "1.2.1",
"description": "Strudel REPL as a Web Component",
"module": "index.mjs",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@strudel/soundfonts",
"version": "1.2.0",
"version": "1.2.1",
"description": "Soundsfont support for strudel",
"main": "index.mjs",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "superdough",
"version": "1.2.0",
"version": "1.2.1",
"description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.",
"main": "index.mjs",
"type": "module",

View File

@ -1,7 +1,7 @@
{
"name": "vite-plugin-bundle-audioworklet",
"main": "./vite-plugin-bundle-audioworklet.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"keywords": [
"vite",

View File

@ -1,6 +1,6 @@
{
"name": "@strudel/web",
"version": "1.2.0",
"version": "1.2.1",
"description": "Easy to setup, opiniated bundle of Strudel for the browser.",
"module": "web.mjs",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@strudel/webaudio",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web Audio helpers for Strudel",
"main": "index.mjs",
"type": "module",