@tscircuit/core 0.0.231 → 0.0.232

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2925,7 +2925,7 @@ var NormalComponent = class extends PrimitiveComponent {
2925
2925
  });
2926
2926
  const component_name_text = db.schematic_text.insert({
2927
2927
  text: props.name ?? "",
2928
- schematic_component_id: schematic_component2.source_component_id,
2928
+ schematic_component_id: schematic_component2.schematic_component_id,
2929
2929
  anchor: "left",
2930
2930
  rotation: 0,
2931
2931
  position: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.231",
4
+ "version": "0.0.232",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",