@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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. 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: componentName
84535
+ name: "REF**"
84536
84536
  }, undefined, false, undefined, this));
84537
84537
  await runner.renderUntilSettled();
84538
84538
  return await runner.getCircuitJson();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.789",
3
+ "version": "0.1.790",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",