@tscircuit/core 0.0.65 → 0.0.66

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
@@ -2066,7 +2066,8 @@ var Board = class extends Group {
2066
2066
  const pcb_board = db.pcb_board.insert({
2067
2067
  center: { x: props.pcbX, y: props.pcbY },
2068
2068
  width: props.width,
2069
- height: props.height
2069
+ height: props.height,
2070
+ outline: props.outline
2070
2071
  });
2071
2072
  this.pcb_board_id = pcb_board.pcb_board_id;
2072
2073
  }
@@ -30,6 +30,7 @@ export class Board extends Group<typeof boardProps> {
30
30
 
31
31
  width: props.width,
32
32
  height: props.height,
33
+ outline: props.outline,
33
34
  })
34
35
 
35
36
  this.pcb_board_id = pcb_board.pcb_board_id!
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.65",
5
+ "version": "0.0.66",
6
6
  "types": "dist/index.d.ts",
7
7
  "main": "dist/index.js",
8
8
  "files": [
@@ -23,7 +23,7 @@
23
23
  "@types/react": "^18.3.3",
24
24
  "@types/react-reconciler": "^0.28.8",
25
25
  "bun-match-svg": "0.0.2",
26
- "circuit-to-svg": "^0.0.32",
26
+ "circuit-to-svg": "^0.0.33",
27
27
  "debug": "^4.3.6",
28
28
  "howfat": "^0.3.8",
29
29
  "looks-same": "^9.0.1",