fix: eval dependency + add deprecation note

This commit is contained in:
Felix Roos 2023-02-01 15:40:57 +01:00
parent 08350d00be
commit 48fd943622
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@strudel.cycles/eval",
"version": "0.6.0",
"version": "0.6.1",
"description": "Code evaluator for strudel",
"main": "index.mjs",
"publishConfig": {
@ -34,7 +34,7 @@
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "^0.5.0",
"@strudel.cycles/core": "workspace:*",
"estraverse": "^5.3.0",
"shift-ast": "^7.0.0",
"shift-codegen": "^8.1.0",