@tscircuit/core 0.0.219 → 0.0.220

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
@@ -2939,7 +2939,7 @@ var NormalComponent = class extends PrimitiveComponent {
2939
2939
  });
2940
2940
  if (!props.footprint && !this.isGroup) {
2941
2941
  const footprint_error = db.pcb_missing_footprint_error.insert({
2942
- message: `No footprint found for component: ${this.componentName}`,
2942
+ message: `No footprint found for component: ${this.getString()}`,
2943
2943
  source_component_id: `${this.source_component_id}`,
2944
2944
  error_type: "pcb_missing_footprint_error"
2945
2945
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.219",
4
+ "version": "0.0.220",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",