@tscircuit/cli 0.1.839 → 0.1.840
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/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -74307,7 +74307,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
74307
74307
|
import { execSync as execSync2 } from "node:child_process";
|
|
74308
74308
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
74309
74309
|
// package.json
|
|
74310
|
-
var version = "0.1.
|
|
74310
|
+
var version = "0.1.839";
|
|
74311
74311
|
var package_default = {
|
|
74312
74312
|
name: "@tscircuit/cli",
|
|
74313
74313
|
version,
|
|
@@ -173906,7 +173906,7 @@ async function buildKicadPcm({
|
|
|
173906
173906
|
const author = getPackageAuthor(packageJson.name || "") || "tscircuit";
|
|
173907
173907
|
const description = packageJson.description || "";
|
|
173908
173908
|
const libraryName = resolveKicadLibraryName({ projectDir });
|
|
173909
|
-
const kicadLibOutputDir = path46.join(distDir, "kicad-library");
|
|
173909
|
+
const kicadLibOutputDir = path46.join(distDir, "kicad-library-pcm");
|
|
173910
173910
|
const kicadPcmPackageId = `com_tscircuit_${author}_${packageName}`.replace(/\./g, "_");
|
|
173911
173911
|
console.log("Converting to KiCad library for PCM...");
|
|
173912
173912
|
await convertToKicadLibrary({
|