Skip to content

Commit

Permalink
3.0.0-beta.44
Browse files Browse the repository at this point in the history
Update sonic-weave dependency:
- Give special treatment to the last interval in keepUnique
- Fix corner cases of coalesce()
- Disable intrinsic multiplication between intervals
- Replace `2 edosteps` stdlib syntax with built-in `2 deg` syntax alongside `2°`
  • Loading branch information
frostburn committed Jun 14, 2024
1 parent e1b5cf9 commit 0b72587
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scale-workshop",
"version": "3.0.0-beta.43",
"version": "3.0.0-beta.44",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand All @@ -22,7 +22,7 @@
"moment-of-symmetry": "^0.8.1",
"pinia": "^2.1.7",
"qs": "^6.12.0",
"sonic-weave": "0.4.3",
"sonic-weave": "0.5.0",
"sw-synth": "^0.1.0",
"temperaments": "^0.5.3",
"values.js": "^2.1.1",
Expand Down

0 comments on commit 0b72587

Please sign in to comment.