- @strudel.cycles/core@0.0.5
 - @strudel.cycles/eval@0.0.5
 - @strudel.cycles/midi@0.0.6
 - @strudel.cycles/mini@0.0.6
 - @strudel.cycles/tonal@0.0.5
 - @strudel.cycles/tone@0.0.6
 - @strudel.cycles/xen@0.0.5
This commit is contained in:
Felix Roos 2022-04-16 15:14:29 +02:00
parent 6c8fc6bb21
commit 0ce2dcacef
12 changed files with 19 additions and 19 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/xen",
"version": "0.0.4",
"version": "0.0.5",
"description": "Xenharmonic API for strudel",
"main": "xen.mjs",
"scripts": {
@ -24,6 +24,6 @@
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "^0.0.4"
"@strudel.cycles/core": "^0.0.5"
}
}