@tscircuit/core 0.0.1021 → 0.0.1022

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 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15811,7 +15811,6 @@ var Chip = class extends NormalComponent3 {
15811
15811
  initPorts(opts = {}) {
15812
15812
  super.initPorts(opts);
15813
15813
  const { _parsedProps: props } = this;
15814
- const { pcbX, pcbY } = this.getResolvedPcbPositionProp();
15815
15814
  if (props.externallyConnectedPins) {
15816
15815
  const requiredPorts = /* @__PURE__ */ new Set();
15817
15816
  for (const [pin1, pin2] of props.externallyConnectedPins) {
@@ -15852,7 +15851,6 @@ var Chip = class extends NormalComponent3 {
15852
15851
  doInitialSourceRender() {
15853
15852
  const { db } = this.root;
15854
15853
  const { _parsedProps: props } = this;
15855
- const { pcbX, pcbY } = this.getResolvedPcbPositionProp();
15856
15854
  const source_component = db.source_component.insert({
15857
15855
  ftype: "simple_chip",
15858
15856
  name: this.name,
@@ -22268,7 +22266,7 @@ import { identity as identity5 } from "transformation-matrix";
22268
22266
  var package_default = {
22269
22267
  name: "@tscircuit/core",
22270
22268
  type: "module",
22271
- version: "0.0.1020",
22269
+ version: "0.0.1021",
22272
22270
  types: "dist/index.d.ts",
22273
22271
  main: "dist/index.js",
22274
22272
  module: "dist/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1021",
4
+ "version": "0.0.1022",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",