@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.
- package/dist/index.js +2 -1
- 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.
|
|
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,
|