Merge branch 'main' into glossing/scale-with-note-and-n

This commit is contained in:
froos 2025-10-28 22:54:34 +01:00
commit e92f4938cd
51 changed files with 1130 additions and 203 deletions

View file

@ -1,9 +1,9 @@
import './tonal.mjs';
import './voicings.mjs';
import './ireal.mjs';
export * from './tonal.mjs';
export * from './voicings.mjs';
import './ireal.mjs';
export * from './ireal.mjs';
export const packageName = '@strudel/tonal';

View file

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