@tscircuit/cli 0.1.1024 → 0.1.1025

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/cli/main.js CHANGED
@@ -71664,7 +71664,7 @@ var registerStaticAssetLoaders = () => {
71664
71664
  // cli/main.ts
71665
71665
  var import_perfect_cli = __toESM2(require_dist2(), 1);
71666
71666
  // package.json
71667
- var version = "0.1.1023";
71667
+ var version = "0.1.1024";
71668
71668
  var package_default = {
71669
71669
  name: "@tscircuit/cli",
71670
71670
  version,
@@ -71681,7 +71681,7 @@ var package_default = {
71681
71681
  "@tscircuit/fake-snippets": "^0.0.182",
71682
71682
  "@tscircuit/file-server": "^0.0.32",
71683
71683
  "@tscircuit/math-utils": "0.0.29",
71684
- "@tscircuit/props": "^0.0.474",
71684
+ "@tscircuit/props": "^0.0.487",
71685
71685
  "@tscircuit/runframe": "^0.0.1677",
71686
71686
  "@tscircuit/schematic-match-adapt": "^0.0.22",
71687
71687
  "@types/bun": "^1.2.2",
@@ -82804,7 +82804,8 @@ var getCircuitJsonForPlacementCheck = async (filePath) => {
82804
82804
  return Array.isArray(parsedJson) ? parsedJson : [];
82805
82805
  }
82806
82806
  const completePlatformConfig = getCompletePlatformConfig({
82807
- pcbDisabled: true
82807
+ pcbDisabled: false,
82808
+ routingDisabled: true
82808
82809
  });
82809
82810
  const { circuitJson } = await generateCircuitJson({
82810
82811
  filePath,
package/dist/lib/index.js CHANGED
@@ -60432,7 +60432,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
60432
60432
  }));
60433
60433
  };
60434
60434
  // package.json
60435
- var version = "0.1.1023";
60435
+ var version = "0.1.1024";
60436
60436
  var package_default = {
60437
60437
  name: "@tscircuit/cli",
60438
60438
  version,
@@ -60449,7 +60449,7 @@ var package_default = {
60449
60449
  "@tscircuit/fake-snippets": "^0.0.182",
60450
60450
  "@tscircuit/file-server": "^0.0.32",
60451
60451
  "@tscircuit/math-utils": "0.0.29",
60452
- "@tscircuit/props": "^0.0.474",
60452
+ "@tscircuit/props": "^0.0.487",
60453
60453
  "@tscircuit/runframe": "^0.0.1677",
60454
60454
  "@tscircuit/schematic-match-adapt": "^0.0.22",
60455
60455
  "@types/bun": "^1.2.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1024",
3
+ "version": "0.1.1025",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -10,11 +10,11 @@
10
10
  "@babel/standalone": "^7.26.9",
11
11
  "@biomejs/biome": "^1.9.4",
12
12
  "@tscircuit/circuit-json-placement-analysis": "^0.0.1",
13
- "@tscircuit/circuit-json-util": "0.0.72",
13
+ "@tscircuit/circuit-json-util": "0.0.81",
14
14
  "@tscircuit/fake-snippets": "^0.0.182",
15
15
  "@tscircuit/file-server": "^0.0.32",
16
16
  "@tscircuit/math-utils": "0.0.29",
17
- "@tscircuit/props": "^0.0.474",
17
+ "@tscircuit/props": "^0.0.487",
18
18
  "@tscircuit/runframe": "^0.0.1677",
19
19
  "@tscircuit/schematic-match-adapt": "^0.0.22",
20
20
  "@types/bun": "^1.2.2",
@@ -61,7 +61,7 @@
61
61
  "semver": "^7.6.3",
62
62
  "sharp": "0.32.6",
63
63
  "tempy": "^3.1.0",
64
- "tscircuit": "^0.0.1350-libonly",
64
+ "tscircuit": "0.0.1416-libonly",
65
65
  "tsx": "^4.7.1",
66
66
  "typed-ky": "^0.0.4",
67
67
  "zod": "^3.23.8"