@tscircuit/core 0.0.1137 → 0.0.1138

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -18745,7 +18745,7 @@ import { identity as identity5 } from "transformation-matrix";
18745
18745
  var package_default = {
18746
18746
  name: "@tscircuit/core",
18747
18747
  type: "module",
18748
- version: "0.0.1136",
18748
+ version: "0.0.1137",
18749
18749
  types: "dist/index.d.ts",
18750
18750
  main: "dist/index.js",
18751
18751
  module: "dist/index.js",
@@ -22739,6 +22739,7 @@ var Connector = class extends Chip {
22739
22739
  if (!fetchPartCircuitJson) return;
22740
22740
  this._hasStartedFootprintUrlLoad = true;
22741
22741
  const sourceComponentForQuery = {
22742
+ type: "source_component",
22742
22743
  ftype: "simple_connector",
22743
22744
  name: this.name,
22744
22745
  manufacturer_part_number: props.manufacturerPartNumber ?? props.mfn,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1137",
4
+ "version": "0.0.1138",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",