@tscircuit/core 0.0.88 → 0.0.89

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 +2 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2197,6 +2197,8 @@ var Board = class extends Group {
2197
2197
  }
2198
2198
  const pcb_board = db.pcb_board.insert({
2199
2199
  center: { x: props.pcbX, y: props.pcbY },
2200
+ thickness: this.boardThickness,
2201
+ num_layers: this.allLayers.length,
2200
2202
  width: props.width,
2201
2203
  height: props.height,
2202
2204
  outline: props.outline
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.88",
4
+ "version": "0.0.89",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -35,8 +35,8 @@
35
35
  "@tscircuit/infgrid-ijump-astar": "^0.0.21",
36
36
  "@tscircuit/math-utils": "^0.0.4",
37
37
  "@tscircuit/props": "^0.0.65",
38
- "circuit-json": "^0.0.78",
39
38
  "@tscircuit/soup-util": "^0.0.31",
39
+ "circuit-json": "^0.0.82",
40
40
  "circuit-json-to-connectivity-map": "^0.0.17",
41
41
  "footprinter": "^0.0.44",
42
42
  "nanoid": "^5.0.7",