@tscircuit/cli 0.1.766 → 0.1.767

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
@@ -74127,7 +74127,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
74127
74127
  import { execSync as execSync2 } from "node:child_process";
74128
74128
  var import_semver2 = __toESM2(require_semver2(), 1);
74129
74129
  // package.json
74130
- var version = "0.1.765";
74130
+ var version = "0.1.766";
74131
74131
  var package_default = {
74132
74132
  name: "@tscircuit/cli",
74133
74133
  version,
@@ -74140,7 +74140,7 @@ var package_default = {
74140
74140
  "@tscircuit/file-server": "^0.0.32",
74141
74141
  "@tscircuit/math-utils": "0.0.29",
74142
74142
  "@tscircuit/props": "^0.0.441",
74143
- "@tscircuit/runframe": "^0.0.1493",
74143
+ "@tscircuit/runframe": "^0.0.1494",
74144
74144
  "@tscircuit/schematic-match-adapt": "^0.0.22",
74145
74145
  "@types/bun": "^1.2.2",
74146
74146
  "@types/configstore": "^6.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.766",
3
+ "version": "0.1.767",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -10,7 +10,7 @@
10
10
  "@tscircuit/file-server": "^0.0.32",
11
11
  "@tscircuit/math-utils": "0.0.29",
12
12
  "@tscircuit/props": "^0.0.441",
13
- "@tscircuit/runframe": "^0.0.1493",
13
+ "@tscircuit/runframe": "^0.0.1494",
14
14
  "@tscircuit/schematic-match-adapt": "^0.0.22",
15
15
  "@types/bun": "^1.2.2",
16
16
  "@types/configstore": "^6.0.2",