@tscircuit/cli 0.1.170 → 0.1.171

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 +2 -2
package/dist/main.js CHANGED
@@ -453848,7 +453848,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
453848
453848
  import { execSync as execSync2 } from "node:child_process";
453849
453849
  var import_semver2 = __toESM2(require_semver2(), 1);
453850
453850
  // package.json
453851
- var version = "0.1.169";
453851
+ var version = "0.1.170";
453852
453852
  var package_default = {
453853
453853
  name: "@tscircuit/cli",
453854
453854
  version,
@@ -453873,7 +453873,7 @@ var package_default = {
453873
453873
  "@types/prompts": "^2.4.9",
453874
453874
  "@types/react": "^19.0.8",
453875
453875
  "@types/semver": "^7.5.8",
453876
- "bun-match-svg": "^0.0.11",
453876
+ "bun-match-svg": "^0.0.12",
453877
453877
  chokidar: "4.0.1",
453878
453878
  tsx: "^4.7.1",
453879
453879
  "circuit-json-to-readable-netlist": "^0.0.9",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.170",
3
+ "version": "0.1.171",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -22,7 +22,7 @@
22
22
  "@types/prompts": "^2.4.9",
23
23
  "@types/react": "^19.0.8",
24
24
  "@types/semver": "^7.5.8",
25
- "bun-match-svg": "^0.0.11",
25
+ "bun-match-svg": "^0.0.12",
26
26
  "chokidar": "4.0.1",
27
27
  "tsx": "^4.7.1",
28
28
  "circuit-json-to-readable-netlist": "^0.0.9",