@tscircuit/core 0.0.58 → 0.0.59

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 CHANGED
@@ -2515,7 +2515,6 @@ searched component ${targetComponent.getString()}, which has ports: ${targetComp
2515
2515
  const ijump = new MultilayerIjump({
2516
2516
  OBSTACLE_MARGIN: 0.3,
2517
2517
  isRemovePathLoopsEnabled: true,
2518
- layerCount: 2,
2519
2518
  input: {
2520
2519
  obstacles,
2521
2520
  connections: [
@@ -422,7 +422,6 @@ export class Trace extends PrimitiveComponent<typeof traceProps> {
422
422
  const ijump = new MultilayerIjump({
423
423
  OBSTACLE_MARGIN: 0.3,
424
424
  isRemovePathLoopsEnabled: true,
425
- layerCount: 2,
426
425
  input: {
427
426
  obstacles,
428
427
  connections: [
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tscircuit/core",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "0.0.58",
5
+ "version": "0.0.59",
6
6
  "types": "dist/index.d.ts",
7
7
  "main": "dist/index.js",
8
8
  "files": [
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@lume/kiwi": "^0.4.3",
37
- "@tscircuit/infgrid-ijump-astar": "^0.0.15",
37
+ "@tscircuit/infgrid-ijump-astar": "^0.0.16",
38
38
  "@tscircuit/props": "^0.0.62",
39
39
  "@tscircuit/soup": "^0.0.67",
40
40
  "@tscircuit/soup-util": "^0.0.23",