@tscircuit/cli 0.1.827 → 0.1.828

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
@@ -74267,7 +74267,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
74267
74267
  import { execSync as execSync2 } from "node:child_process";
74268
74268
  var import_semver2 = __toESM2(require_semver2(), 1);
74269
74269
  // package.json
74270
- var version = "0.1.826";
74270
+ var version = "0.1.827";
74271
74271
  var package_default = {
74272
74272
  name: "@tscircuit/cli",
74273
74273
  version,
@@ -74280,7 +74280,7 @@ var package_default = {
74280
74280
  "@tscircuit/file-server": "^0.0.32",
74281
74281
  "@tscircuit/math-utils": "0.0.29",
74282
74282
  "@tscircuit/props": "^0.0.448",
74283
- "@tscircuit/runframe": "^0.0.1535",
74283
+ "@tscircuit/runframe": "^0.0.1536",
74284
74284
  "@tscircuit/schematic-match-adapt": "^0.0.22",
74285
74285
  "@types/bun": "^1.2.2",
74286
74286
  "@types/configstore": "^6.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.827",
3
+ "version": "0.1.828",
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.448",
13
- "@tscircuit/runframe": "^0.0.1535",
13
+ "@tscircuit/runframe": "^0.0.1536",
14
14
  "@tscircuit/schematic-match-adapt": "^0.0.22",
15
15
  "@types/bun": "^1.2.2",
16
16
  "@types/configstore": "^6.0.2",