From d85183cbd3456ed8ebb13a2be57efe251e9829d9 Mon Sep 17 00:00:00 2001 From: tscircuitbot Date: Thu, 30 Jul 2026 21:24:24 +0000 Subject: [PATCH] chore: update packages @tscircuit/eval --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 91dcdfafc..2fad33d68 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "@tscircuit/runframe", "dependencies": { - "@tscircuit/eval": "^0.0.1098", + "@tscircuit/eval": "^0.0.1099", "@tscircuit/solver-utils": "^0.0.7", "debug": "^4.4.0", }, @@ -558,7 +558,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.1098", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-SCpa1ynGJ3WZf55+7dhDtvFNkeKEXrHOfD768iOYzalyugrtwIk2Ae4xaFC/ejEqsm9nqoMlf4++Wuv/ysNX5g=="], + "@tscircuit/eval": ["@tscircuit/eval@0.0.1099", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-IneWqiU2vF+q4yLjYhatDxy7LIGrWska2yzJISQ2/EbUewenYm+qjdk5Gi7H5weL3O9eFQ4skhceSqSpgNiWAA=="], "@tscircuit/fake-snippets": ["@tscircuit/fake-snippets@0.0.163", "", {}, "sha512-E/ZvC5CRfgG/Q6776ovR4oZuLgXbSxpvffminIwpTE1axg+vrNdOz2RzGBHbZCIcDUhs4etmB85kAizuiNJSBw=="], diff --git a/package.json b/package.json index 673bc3e8b..2015d56ef 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "yargs": "^17.7.2" }, "dependencies": { - "@tscircuit/eval": "^0.0.1098", + "@tscircuit/eval": "^0.0.1099", "@tscircuit/solver-utils": "^0.0.7", "debug": "^4.4.0" }