@tscircuit/core 0.0.507 → 0.0.509

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.d.ts CHANGED
@@ -14757,6 +14757,10 @@ type NonPolarizedSel = Record<`R${Nums40}` | `F${Nums40}`, {
14757
14757
  type SwSel = Record<`SW${Nums40}`, {
14758
14758
  pin1: string;
14759
14759
  pin2: string;
14760
+ pin3: string;
14761
+ pin4: string;
14762
+ pin5: string;
14763
+ pin6: string;
14760
14764
  pos: string;
14761
14765
  neg: string;
14762
14766
  side1: string;
package/dist/index.js CHANGED
@@ -10423,7 +10423,7 @@ import { identity as identity4 } from "transformation-matrix";
10423
10423
  var package_default = {
10424
10424
  name: "@tscircuit/core",
10425
10425
  type: "module",
10426
- version: "0.0.506",
10426
+ version: "0.0.508",
10427
10427
  types: "dist/index.d.ts",
10428
10428
  main: "dist/index.js",
10429
10429
  module: "dist/index.js",
@@ -10544,6 +10544,7 @@ var RootCircuit = class {
10544
10544
  this.root = this;
10545
10545
  this.platform = platform;
10546
10546
  this.projectUrl = projectUrl;
10547
+ this.pcbDisabled = platform?.pcbDisabled ?? false;
10547
10548
  }
10548
10549
  add(componentOrElm) {
10549
10550
  let component;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.507",
4
+ "version": "0.0.509",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",