@tscircuit/cli 0.1.190 → 0.1.192

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 +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -68081,7 +68081,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
68081
68081
  import { execSync as execSync2 } from "node:child_process";
68082
68082
  var import_semver2 = __toESM2(require_semver2(), 1);
68083
68083
  // package.json
68084
- var version = "0.1.189";
68084
+ var version = "0.1.191";
68085
68085
  var package_default = {
68086
68086
  name: "@tscircuit/cli",
68087
68087
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.190",
3
+ "version": "0.1.192",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",