@tscircuit/core 0.0.507 → 0.0.508

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 -1
  2. package/package.json +1 -1
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.507",
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.508",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",