@tscircuit/core 0.0.1360 → 0.0.1361

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -18445,8 +18445,8 @@ function convertTreeToMatchPackInputProblem(tree, db, group) {
18445
18445
  problem.chipPinMap[pinId] = {
18446
18446
  pinId,
18447
18447
  offset: {
18448
- x: (port.center?.x || 0) - (schematicComponent.center.x || 0) + marginXShift,
18449
- y: (port.center?.y || 0) - (schematicComponent.center.y || 0) + marginYShift
18448
+ x: (port.center?.x || 0) - (schematicComponent.center.x || 0),
18449
+ y: (port.center?.y || 0) - (schematicComponent.center.y || 0)
18450
18450
  },
18451
18451
  side
18452
18452
  };
@@ -24240,7 +24240,7 @@ import { identity as identity5 } from "transformation-matrix";
24240
24240
  var package_default = {
24241
24241
  name: "@tscircuit/core",
24242
24242
  type: "module",
24243
- version: "0.0.1359",
24243
+ version: "0.0.1360",
24244
24244
  types: "dist/index.d.ts",
24245
24245
  main: "dist/index.js",
24246
24246
  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.1360",
4
+ "version": "0.0.1361",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",