@tscircuit/core 0.0.69 → 0.0.71

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
@@ -3358,7 +3358,7 @@ var Hole = class extends PrimitiveComponent {
3358
3358
  const { _parsedProps: props } = this;
3359
3359
  const position = this._getGlobalPcbPositionBeforeLayout();
3360
3360
  const inserted_hole = db.pcb_hole.insert({
3361
- hole_shape: "round",
3361
+ hole_shape: "circle",
3362
3362
  // @ts-ignore
3363
3363
  hole_diameter: props.diameter,
3364
3364
  x: position.x,
@@ -23,7 +23,7 @@ export class Hole extends PrimitiveComponent<typeof holeProps> {
23
23
  const position = this._getGlobalPcbPositionBeforeLayout()
24
24
 
25
25
  const inserted_hole = db.pcb_hole.insert({
26
- hole_shape: "round",
26
+ hole_shape: "circle",
27
27
  // @ts-ignore
28
28
  hole_diameter: props.diameter,
29
29
  x: position.x,
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.69",
5
+ "version": "0.0.71",
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.33",
26
+ "circuit-to-svg": "^0.0.34",
27
27
  "debug": "^4.3.6",
28
28
  "howfat": "^0.3.8",
29
29
  "looks-same": "^9.0.1",
@@ -38,8 +38,8 @@
38
38
  "@tscircuit/infgrid-ijump-astar": "^0.0.20",
39
39
  "@tscircuit/math-utils": "^0.0.4",
40
40
  "@tscircuit/props": "^0.0.63",
41
- "@tscircuit/soup": "^0.0.71",
42
- "@tscircuit/soup-util": "^0.0.27",
41
+ "@tscircuit/soup": "^0.0.73",
42
+ "@tscircuit/soup-util": "^0.0.28",
43
43
  "circuit-json-to-connectivity-map": "^0.0.15",
44
44
  "footprinter": "^0.0.44",
45
45
  "nanoid": "^5.0.7",