diff --git a/bun.lock b/bun.lock index 8c5c51fcf..93e8bf2a1 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "@tscircuit/runframe", "dependencies": { - "@tscircuit/eval": "^0.0.1027", + "@tscircuit/eval": "^0.0.1028", "@tscircuit/solver-utils": "^0.0.7", }, "devDependencies": { @@ -553,7 +553,7 @@ "@tscircuit/create-snippet-url": ["@tscircuit/create-snippet-url@0.0.9", "", { "dependencies": { "fflate": "^0.8.2" }, "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-CI+PDOy28Q9pycIyjx0vLpnh6wuyocYPMAJqhr/uAbOBBdY3sz3zTWHvdy7giqTGo0+v5x0nhN6o60RT82grZA=="], - "@tscircuit/eval": ["@tscircuit/eval@0.0.1027", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-NyPYYBO7k4u/3aOPtOLJapFcoqm7SsrgUF1dUZuJ6upf6WWhHaQrRi2hol2rVpDAh8KQeD9OCbnJnPXgfRdsdw=="], + "@tscircuit/eval": ["@tscircuit/eval@0.0.1028", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-U6oiYDYJQW0aIuUEH9xXWKUKv/T72dMIWLBvZWlfBRxqZccIN1Rq885fLqO5GxBej7H+VNz0MCL/9biKyYVQBw=="], "@tscircuit/fake-snippets": ["@tscircuit/fake-snippets@0.0.163", "", {}, "sha512-E/ZvC5CRfgG/Q6776ovR4oZuLgXbSxpvffminIwpTE1axg+vrNdOz2RzGBHbZCIcDUhs4etmB85kAizuiNJSBw=="], diff --git a/package.json b/package.json index dbbd6e509..dbb72bd19 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "yargs": "^17.7.2" }, "dependencies": { - "@tscircuit/eval": "^0.0.1027", + "@tscircuit/eval": "^0.0.1028", "@tscircuit/solver-utils": "^0.0.7" } }