diff --git a/bun.lock b/bun.lock index 913a48ca..fee9ab42 100644 --- a/bun.lock +++ b/bun.lock @@ -17,7 +17,7 @@ "@tscircuit/krt-wasm": "^0.1.0", "@tscircuit/math-utils": "0.0.36", "@tscircuit/props": "^0.0.532", - "@tscircuit/runframe": "^0.0.1951", + "@tscircuit/runframe": "^0.0.1953", "@tscircuit/schematic-match-adapt": "^0.0.22", "@types/bun": "^1.2.2", "@types/configstore": "^6.0.2", @@ -342,7 +342,7 @@ "@tscircuit/props": ["@tscircuit/props@0.0.532", "", { "peerDependencies": { "circuit-json": "*", "react": "*", "zod": "*" } }, "sha512-dkfkxv/1o2cJ6gR2+jbwxglwgiXBfoXIxiYNOMzrvFPeIzTyC59nYzDZ0nYFWKsJN6rMMI+zuDyKIwoSBAXorA=="], - "@tscircuit/runframe": ["@tscircuit/runframe@0.0.1951", "", { "dependencies": { "@tscircuit/eval": "^0.0.840", "@tscircuit/solver-utils": "^0.0.7" } }, "sha512-0bugOqVVGGcuw8U8GxYaEw97jWOvexdLwKP7IG7LwNqcG4l+wm1QRSv0za3BasXR5alkcDKcOs3mgyXpyYVz+Q=="], + "@tscircuit/runframe": ["@tscircuit/runframe@0.0.1953", "", { "dependencies": { "@tscircuit/eval": "^0.0.842", "@tscircuit/solver-utils": "^0.0.7" } }, "sha512-T5ZzYFTXX2CWZWM7lvOUACqmgVWjweSejwscuWMR18/tiTnZMcLklUKL1JDPy8xchqMb8aM7zbjekhLFlvuqpw=="], "@tscircuit/schematic-corpus": ["@tscircuit/schematic-corpus@0.0.114", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-jDQX+XDXP6PklB39X8AwUSuiqGRdn78esy1wD/qG8U3cCXkT5rtE3ousDVaKRxclCeED8FxJlD+ZvRtAe8mw8w=="], @@ -1178,7 +1178,7 @@ "@tscircuit/core/transformation-matrix": ["transformation-matrix@2.16.1", "", {}, "sha512-tdtC3wxVEuzU7X/ydL131Q3JU5cPMEn37oqVLITjRDSDsnSHVFzW2JiCLfZLIQEgWzZHdSy3J6bZzvKEN24jGA=="], - "@tscircuit/runframe/@tscircuit/eval": ["@tscircuit/eval@0.0.840", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-TYKWuRUlmPlP8dbOE3slS5qQjN9LQReBrjhIfD0w+PrPIwWudJU3NczfT1Q62cm0pWIT1ABLpYsJwqqfLI4igg=="], + "@tscircuit/runframe/@tscircuit/eval": ["@tscircuit/eval@0.0.842", "", { "peerDependencies": { "@tscircuit/core": "*", "circuit-json": "*", "typescript": "^5.0.0", "zod": "3" } }, "sha512-qiUU4Aifzhf4+nqyeL6m86oDH8DSg1IiceDP+m2mXFjqgrIT/7CDwq8RTVdJg9zVEOpKnWmtF/AY3+dmhDphuA=="], "@types/prompts/kleur": ["kleur@3.0.3", "", {}, "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="], diff --git a/package.json b/package.json index 83873b44..72db8781 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@tscircuit/krt-wasm": "^0.1.0", "@tscircuit/math-utils": "0.0.36", "@tscircuit/props": "^0.0.532", - "@tscircuit/runframe": "^0.0.1951", + "@tscircuit/runframe": "^0.0.1953", "@tscircuit/schematic-match-adapt": "^0.0.22", "@types/bun": "^1.2.2", "@types/configstore": "^6.0.2",