@tscircuit/cli 0.0.173 → 0.0.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bun.lockb CHANGED
Binary file
@@ -167,7 +167,7 @@ export default {
167
167
  writeFileSync(
168
168
  Path.join("examples", "MyExample.tsx"),
169
169
  `
170
- import { MyCircuit } from "cli/lib/MyCircuit"
170
+ import { MyCircuit } from "lib/MyCircuit"
171
171
 
172
172
  export const MyExample = () => (
173
173
  <board width="40mm" height="40mm" pcbCenterX={0} pcbCenterY={0}>