@tscircuit/cli 0.1.723 → 0.1.724

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/main.js +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -74123,7 +74123,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
74123
74123
  import { execSync as execSync2 } from "node:child_process";
74124
74124
  var import_semver2 = __toESM2(require_semver2(), 1);
74125
74125
  // package.json
74126
- var version = "0.1.722";
74126
+ var version = "0.1.723";
74127
74127
  var package_default = {
74128
74128
  name: "@tscircuit/cli",
74129
74129
  version,
@@ -84432,7 +84432,7 @@ var OUTPUT_EXTENSIONS = {
84432
84432
  kicad_pcb: ".kicad_pcb",
84433
84433
  kicad_zip: "-kicad.zip",
84434
84434
  "kicad-footprint-library": "-footprints.zip",
84435
- "kicad-library": "-kicad-library"
84435
+ "kicad-library": ""
84436
84436
  };
84437
84437
  var exportSnippet = async ({
84438
84438
  filePath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.723",
3
+ "version": "0.1.724",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",