Skip to content

Commit

Permalink
Update sonic-weave dependency
Browse files Browse the repository at this point in the history
SonicWeave changelog:
* Implement the missing size inequality operator `~<>` (i.e. the negation of `~=`).
* Fix domain error in `realizeWord`.
* Fix typos in error messages.
* Accept lone vals for `commaBasis` and `mappingBasis`.
* Admit containers as spread arguments

ref #823
  • Loading branch information
frostburn committed Dec 11, 2024
1 parent 5bcd728 commit 44b10c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"moment-of-symmetry": "^0.8.4",
"pinia": "^2.3.0",
"qs": "^6.13.1",
"sonic-weave": "^0.10.9",
"sonic-weave": "^0.10.10",
"sw-synth": "^0.1.2",
"values.js": "^2.1.1",
"vue": "^3.3.4",
Expand Down

0 comments on commit 44b10c2

Please sign in to comment.