@tscircuit/cli 0.1.869 → 0.1.870

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.
package/dist/cli/main.js CHANGED
@@ -74384,7 +74384,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
74384
74384
  import { execSync as execSync2 } from "node:child_process";
74385
74385
  var import_semver2 = __toESM2(require_semver2(), 1);
74386
74386
  // package.json
74387
- var version = "0.1.868";
74387
+ var version = "0.1.869";
74388
74388
  var package_default = {
74389
74389
  name: "@tscircuit/cli",
74390
74390
  main: "dist/cli/main.js",
@@ -74401,7 +74401,7 @@ var package_default = {
74401
74401
  "@tscircuit/file-server": "^0.0.32",
74402
74402
  "@tscircuit/math-utils": "0.0.29",
74403
74403
  "@tscircuit/props": "^0.0.458",
74404
- "@tscircuit/runframe": "^0.0.1564",
74404
+ "@tscircuit/runframe": "^0.0.1565",
74405
74405
  "@tscircuit/schematic-match-adapt": "^0.0.22",
74406
74406
  "@types/bun": "^1.2.2",
74407
74407
  "@types/configstore": "^6.0.2",
package/dist/lib/index.js CHANGED
@@ -60414,7 +60414,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
60414
60414
  }));
60415
60415
  };
60416
60416
  // package.json
60417
- var version = "0.1.868";
60417
+ var version = "0.1.869";
60418
60418
  var package_default = {
60419
60419
  name: "@tscircuit/cli",
60420
60420
  main: "dist/cli/main.js",
@@ -60431,7 +60431,7 @@ var package_default = {
60431
60431
  "@tscircuit/file-server": "^0.0.32",
60432
60432
  "@tscircuit/math-utils": "0.0.29",
60433
60433
  "@tscircuit/props": "^0.0.458",
60434
- "@tscircuit/runframe": "^0.0.1564",
60434
+ "@tscircuit/runframe": "^0.0.1565",
60435
60435
  "@tscircuit/schematic-match-adapt": "^0.0.22",
60436
60436
  "@types/bun": "^1.2.2",
60437
60437
  "@types/configstore": "^6.0.2",
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  ".": "./dist/cli/main.js",
6
6
  "./lib": "./dist/lib/index.js"
7
7
  },
8
- "version": "0.1.869",
8
+ "version": "0.1.870",
9
9
  "devDependencies": {
10
10
  "@babel/standalone": "^7.26.9",
11
11
  "@biomejs/biome": "^1.9.4",
@@ -14,7 +14,7 @@
14
14
  "@tscircuit/file-server": "^0.0.32",
15
15
  "@tscircuit/math-utils": "0.0.29",
16
16
  "@tscircuit/props": "^0.0.458",
17
- "@tscircuit/runframe": "^0.0.1564",
17
+ "@tscircuit/runframe": "^0.0.1565",
18
18
  "@tscircuit/schematic-match-adapt": "^0.0.22",
19
19
  "@types/bun": "^1.2.2",
20
20
  "@types/configstore": "^6.0.2",