bump web pkg dependencies

This commit is contained in:
Felix Roos 2023-05-10 12:11:51 +02:00
parent 1fdb1f0da6
commit db79c05d9a
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/core",
"version": "0.8.0",
"version": "0.8.1",
"description": "Port of Tidal Cycles to JavaScript",
"main": "index.mjs",
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/mini",
"version": "0.8.0",
"version": "0.8.1",
"description": "Mini notation for strudel",
"main": "index.mjs",
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/tonal",
"version": "0.8.0",
"version": "0.8.1",
"description": "Tonal functions for strudel",
"main": "index.mjs",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/transpiler",
"version": "0.8.0",
"version": "0.8.1",
"description": "Transpiler for strudel user code. Converts syntactically correct but semantically meaningless JS into evaluatable strudel code.",
"main": "index.mjs",
"publishConfig": {

View File

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