@tscircuit/cli 0.1.851 → 0.1.852

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
@@ -74375,7 +74375,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
74375
74375
  import { execSync as execSync2 } from "node:child_process";
74376
74376
  var import_semver2 = __toESM2(require_semver2(), 1);
74377
74377
  // package.json
74378
- var version = "0.1.850";
74378
+ var version = "0.1.851";
74379
74379
  var package_default = {
74380
74380
  name: "@tscircuit/cli",
74381
74381
  version,
@@ -80000,7 +80000,7 @@ async function generatePcmAssets(options) {
80000
80000
  author,
80001
80001
  description = "",
80002
80002
  descriptionFull = `Visit https://tscircuit.com/${author}/${packageName} for more information.`,
80003
- license = "MIT",
80003
+ license = "Unknown",
80004
80004
  kicadLibraryPath,
80005
80005
  outputDir,
80006
80006
  baseUrl,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.851",
3
+ "version": "0.1.852",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",