@tscircuit/cli 0.1.1648 → 0.1.1649

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
@@ -118345,7 +118345,7 @@ var import_perfect_cli = __toESM2(require_dist2(), 1);
118345
118345
  // lib/getVersion.ts
118346
118346
  import { createRequire as createRequire2 } from "node:module";
118347
118347
  // package.json
118348
- var version = "0.1.1647";
118348
+ var version = "0.1.1648";
118349
118349
  var package_default = {
118350
118350
  name: "@tscircuit/cli",
118351
118351
  version,
@@ -284333,7 +284333,7 @@ var checkShorts = async (file, options = {}) => {
284333
284333
  filePath: resolvedInputFilePath,
284334
284334
  platformConfig: {
284335
284335
  pcbDisabled: false,
284336
- routingDisabled: true
284336
+ routingDisabled: false
284337
284337
  },
284338
284338
  allowPrebuiltCircuitJson: true
284339
284339
  });
package/dist/lib/index.js CHANGED
@@ -65811,7 +65811,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
65811
65811
  }));
65812
65812
  };
65813
65813
  // package.json
65814
- var version = "0.1.1647";
65814
+ var version = "0.1.1648";
65815
65815
  var package_default = {
65816
65816
  name: "@tscircuit/cli",
65817
65817
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1648",
3
+ "version": "0.1.1649",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",