diff --git a/bun.lock b/bun.lock index af90a6d24..a1354b2ff 100644 --- a/bun.lock +++ b/bun.lock @@ -51,7 +51,7 @@ "@tscircuit/3d-viewer": "^0.0.407", "@tscircuit/assembly-viewer": "^0.0.5", "@tscircuit/create-snippet-url": "^0.0.8", - "@tscircuit/eval": "^0.0.438", + "@tscircuit/eval": "^0.0.439", "@tscircuit/layout": "^0.0.29", "@tscircuit/mm": "^0.0.8", "@tscircuit/pcb-viewer": "^1.11.218", @@ -765,7 +765,7 @@ "@tscircuit/create-snippet-url": ["@tscircuit/create-snippet-url@0.0.8", "", { "dependencies": { "fflate": "^0.8.2" }, "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-VMixgwQRsOXlQGwVh2RZIFLLtsn8YWl2Bht61T26MHNM71A1Wzo5qGZtqcdbVkFnvlA42KmdVVjvxYDvEyWdJw=="], - "@tscircuit/eval": ["@tscircuit/eval@0.0.438", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-xhlJh45J6QjxE8C7MDUqBu03db+4g+PzADqbq9S2h9gOoDRpRlvL6uWzgLAHYCsh+kgjJd6nkWLCHni9g+KtFQ=="], + "@tscircuit/eval": ["@tscircuit/eval@0.0.439", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-eaHGsKx5UA6XVrh6RbTL5htzxHV5WMz6vGZb9BriEhgaqY9Uj0h2/s2Qtk21UZwGmrW5i5Q7X2KWxkdPe9yw9w=="], "@tscircuit/featured-snippets": ["@tscircuit/featured-snippets@0.0.1", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-SNUbCQmyaAaWq7DqqDbYlZkYttbfaObtp5rOheZvlJ2TGYvooECFpB8SzNo06bqKGoIwNjgaAGUTB2DcxdX7ow=="], diff --git a/package.json b/package.json index efc3e17c0..60e8cd234 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@tscircuit/3d-viewer": "^0.0.407", "@tscircuit/assembly-viewer": "^0.0.5", "@tscircuit/create-snippet-url": "^0.0.8", - "@tscircuit/eval": "^0.0.438", + "@tscircuit/eval": "^0.0.439", "@tscircuit/layout": "^0.0.29", "@tscircuit/mm": "^0.0.8", "@tscircuit/pcb-viewer": "^1.11.218",