@tscircuit/cli 0.1.260 → 0.1.261

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
@@ -72386,7 +72386,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
72386
72386
  import { execSync as execSync2 } from "node:child_process";
72387
72387
  var import_semver2 = __toESM2(require_semver2(), 1);
72388
72388
  // package.json
72389
- var version = "0.1.259";
72389
+ var version = "0.1.260";
72390
72390
  var package_default = {
72391
72391
  name: "@tscircuit/cli",
72392
72392
  version,
@@ -72399,7 +72399,7 @@ var package_default = {
72399
72399
  "@tscircuit/file-server": "^0.0.30",
72400
72400
  "@tscircuit/math-utils": "0.0.21",
72401
72401
  "@tscircuit/props": "^0.0.341",
72402
- "@tscircuit/runframe": "^0.0.1034",
72402
+ "@tscircuit/runframe": "^0.0.1036",
72403
72403
  "@tscircuit/schematic-match-adapt": "^0.0.22",
72404
72404
  "@tscircuit/simple-3d-svg": "^0.0.38",
72405
72405
  "@types/bun": "^1.2.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.260",
3
+ "version": "0.1.261",
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.30",
11
11
  "@tscircuit/math-utils": "0.0.21",
12
12
  "@tscircuit/props": "^0.0.341",
13
- "@tscircuit/runframe": "^0.0.1034",
13
+ "@tscircuit/runframe": "^0.0.1036",
14
14
  "@tscircuit/schematic-match-adapt": "^0.0.22",
15
15
  "@tscircuit/simple-3d-svg": "^0.0.38",
16
16
  "@types/bun": "^1.2.2",