@tscircuit/cli 0.1.1056 → 0.1.1057

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/cli/main.js +2 -1
  2. package/package.json +1 -1
package/dist/cli/main.js CHANGED
@@ -82803,7 +82803,8 @@ var resolveInputFilePath = async (file) => {
82803
82803
  var checkNetlist = async (file) => {
82804
82804
  const resolvedInputFilePath = await resolveInputFilePath(file);
82805
82805
  const completePlatformConfig = getCompletePlatformConfig({
82806
- routingDrcChecksDisabled: true,
82806
+ pcbDisabled: true,
82807
+ routingDisabled: true,
82807
82808
  placementDrcChecksDisabled: true
82808
82809
  });
82809
82810
  const { circuitJson } = await generateCircuitJson({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1056",
3
+ "version": "0.1.1057",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",