@tscircuit/cli 0.1.770 → 0.1.771
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
CHANGED
|
@@ -74128,7 +74128,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
74128
74128
|
import { execSync as execSync2 } from "node:child_process";
|
|
74129
74129
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
74130
74130
|
// package.json
|
|
74131
|
-
var version = "0.1.
|
|
74131
|
+
var version = "0.1.770";
|
|
74132
74132
|
var package_default = {
|
|
74133
74133
|
name: "@tscircuit/cli",
|
|
74134
74134
|
version,
|
package/package.json
CHANGED
|
@@ -60,6 +60,10 @@
|
|
|
60
60
|
"type": "boolean",
|
|
61
61
|
"description": "Enable KiCad library output in build."
|
|
62
62
|
},
|
|
63
|
+
"kicadPcm": {
|
|
64
|
+
"type": "boolean",
|
|
65
|
+
"description": "Enable KiCad PCM (Plugin and Content Manager) assets output in build."
|
|
66
|
+
},
|
|
63
67
|
"previewImages": {
|
|
64
68
|
"type": "boolean",
|
|
65
69
|
"description": "Enable preview image outputs in build."
|