@tscircuit/core 0.0.1359 → 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 +4 -4
  2. package/package.json +2 -2
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.1358",
24243
+ version: "0.0.1360",
24244
24244
  types: "dist/index.d.ts",
24245
24245
  main: "dist/index.js",
24246
24246
  module: "dist/index.js",
@@ -24285,7 +24285,7 @@ var package_default = {
24285
24285
  "@tscircuit/jlcpcb-manufacturing-specs": "git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5",
24286
24286
  "@tscircuit/krt-wasm": "^0.1.1",
24287
24287
  "@tscircuit/log-soup": "^1.0.2",
24288
- "@tscircuit/matchpack": "",
24288
+ "@tscircuit/matchpack": "^0.0.29",
24289
24289
  "@tscircuit/math-utils": "^0.0.36",
24290
24290
  "@tscircuit/miniflex": "^0.0.4",
24291
24291
  "@tscircuit/props": "^0.0.555",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1359",
4
+ "version": "0.0.1361",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "@tscircuit/jlcpcb-manufacturing-specs": "git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5",
47
47
  "@tscircuit/krt-wasm": "^0.1.1",
48
48
  "@tscircuit/log-soup": "^1.0.2",
49
- "@tscircuit/matchpack": "",
49
+ "@tscircuit/matchpack": "^0.0.29",
50
50
  "@tscircuit/math-utils": "^0.0.36",
51
51
  "@tscircuit/miniflex": "^0.0.4",
52
52
  "@tscircuit/props": "^0.0.555",