@tscircuit/core 0.0.1062 → 0.0.1063

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
@@ -3637,8 +3637,8 @@ function getTraceLength(route) {
3637
3637
  }
3638
3638
 
3639
3639
  // lib/utils/pcbStyle/getViaDiameterDefaults.ts
3640
- var DEFAULT_VIA_HOLE_DIAMETER = 0.3;
3641
- var DEFAULT_VIA_PAD_DIAMETER = 0.6;
3640
+ var DEFAULT_VIA_HOLE_DIAMETER = 0.2;
3641
+ var DEFAULT_VIA_PAD_DIAMETER = 0.3;
3642
3642
  var parseDistance = (value, fallback) => {
3643
3643
  if (value === void 0) return fallback;
3644
3644
  if (typeof value === "number") return value;
@@ -18119,7 +18119,7 @@ import { identity as identity5 } from "transformation-matrix";
18119
18119
  var package_default = {
18120
18120
  name: "@tscircuit/core",
18121
18121
  type: "module",
18122
- version: "0.0.1061",
18122
+ version: "0.0.1062",
18123
18123
  types: "dist/index.d.ts",
18124
18124
  main: "dist/index.js",
18125
18125
  module: "dist/index.js",
@@ -18151,7 +18151,7 @@ var package_default = {
18151
18151
  "@biomejs/biome": "^1.8.3",
18152
18152
  "@resvg/resvg-js": "^2.6.2",
18153
18153
  "@tscircuit/alphabet": "0.0.18",
18154
- "@tscircuit/capacity-autorouter": "^0.0.287",
18154
+ "@tscircuit/capacity-autorouter": "^0.0.299",
18155
18155
  "@tscircuit/checks": "^0.0.91",
18156
18156
  "@tscircuit/circuit-json-util": "^0.0.77",
18157
18157
  "@tscircuit/common": "^0.0.20",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1062",
4
+ "version": "0.0.1063",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "@biomejs/biome": "^1.8.3",
34
34
  "@resvg/resvg-js": "^2.6.2",
35
35
  "@tscircuit/alphabet": "0.0.18",
36
- "@tscircuit/capacity-autorouter": "^0.0.287",
36
+ "@tscircuit/capacity-autorouter": "^0.0.299",
37
37
  "@tscircuit/checks": "^0.0.91",
38
38
  "@tscircuit/circuit-json-util": "^0.0.77",
39
39
  "@tscircuit/common": "^0.0.20",