@tscircuit/core 0.0.950 → 0.0.951
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 +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7952,6 +7952,9 @@ var NormalComponent_doInitialSourceDesignRuleChecks = (component) => {
|
|
|
7952
7952
|
}
|
|
7953
7953
|
};
|
|
7954
7954
|
var shouldCheckPortForMissingTrace = (component, port) => {
|
|
7955
|
+
if (component.config.componentName === "Interconnect") {
|
|
7956
|
+
return false;
|
|
7957
|
+
}
|
|
7955
7958
|
if (component.config.componentName === "Chip") {
|
|
7956
7959
|
const pinAttributes = component.props.pinAttributes;
|
|
7957
7960
|
if (!pinAttributes) return false;
|
|
@@ -20367,7 +20370,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20367
20370
|
var package_default = {
|
|
20368
20371
|
name: "@tscircuit/core",
|
|
20369
20372
|
type: "module",
|
|
20370
|
-
version: "0.0.
|
|
20373
|
+
version: "0.0.950",
|
|
20371
20374
|
types: "dist/index.d.ts",
|
|
20372
20375
|
main: "dist/index.js",
|
|
20373
20376
|
module: "dist/index.js",
|