@tscircuit/cli 0.1.789 → 0.1.790
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/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -84532,7 +84532,7 @@ async function convertToKicadLibrary({
|
|
|
84532
84532
|
}
|
|
84533
84533
|
const runner = new userLandTscircuit.RootCircuit;
|
|
84534
84534
|
runner.add(/* @__PURE__ */ jsxDEV(Component, {
|
|
84535
|
-
name:
|
|
84535
|
+
name: "REF**"
|
|
84536
84536
|
}, undefined, false, undefined, this));
|
|
84537
84537
|
await runner.renderUntilSettled();
|
|
84538
84538
|
return await runner.getCircuitJson();
|