@tscircuit/cli 0.1.202 → 0.1.203

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 +5 -4
  2. package/package.json +5 -4
package/dist/main.js CHANGED
@@ -62957,7 +62957,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
62957
62957
  import { execSync as execSync2 } from "node:child_process";
62958
62958
  var import_semver2 = __toESM2(require_semver2(), 1);
62959
62959
  // package.json
62960
- var version = "0.1.201";
62960
+ var version = "0.1.202";
62961
62961
  var package_default = {
62962
62962
  name: "@tscircuit/cli",
62963
62963
  version,
@@ -62965,10 +62965,11 @@ var package_default = {
62965
62965
  devDependencies: {
62966
62966
  "@babel/standalone": "^7.26.9",
62967
62967
  "@biomejs/biome": "^1.9.4",
62968
+ "@tscircuit/circuit-json-util": "0.0.67",
62968
62969
  "@tscircuit/fake-snippets": "^0.0.87",
62969
62970
  "@tscircuit/file-server": "^0.0.24",
62970
- "@tscircuit/math-utils": "^0.0.18",
62971
- "@tscircuit/props": "^0.0.262",
62971
+ "@tscircuit/math-utils": "0.0.21",
62972
+ "@tscircuit/props": "^0.0.315",
62972
62973
  "@tscircuit/runframe": "^0.0.885",
62973
62974
  "@tscircuit/schematic-match-adapt": "^0.0.22",
62974
62975
  "@tscircuit/simple-3d-svg": "^0.0.38",
@@ -63004,7 +63005,7 @@ var package_default = {
63004
63005
  semver: "^7.6.3",
63005
63006
  sharp: "0.32.6",
63006
63007
  tempy: "^3.1.0",
63007
- tscircuit: "^0.0.622-libonly",
63008
+ tscircuit: "^0.0.633-libonly",
63008
63009
  tsx: "^4.7.1",
63009
63010
  "typed-ky": "^0.0.4",
63010
63011
  zod: "3"
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.202",
3
+ "version": "0.1.203",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
7
7
  "@biomejs/biome": "^1.9.4",
8
+ "@tscircuit/circuit-json-util": "0.0.67",
8
9
  "@tscircuit/fake-snippets": "^0.0.87",
9
10
  "@tscircuit/file-server": "^0.0.24",
10
- "@tscircuit/math-utils": "^0.0.18",
11
- "@tscircuit/props": "^0.0.262",
11
+ "@tscircuit/math-utils": "0.0.21",
12
+ "@tscircuit/props": "^0.0.315",
12
13
  "@tscircuit/runframe": "^0.0.885",
13
14
  "@tscircuit/schematic-match-adapt": "^0.0.22",
14
15
  "@tscircuit/simple-3d-svg": "^0.0.38",
@@ -44,7 +45,7 @@
44
45
  "semver": "^7.6.3",
45
46
  "sharp": "0.32.6",
46
47
  "tempy": "^3.1.0",
47
- "tscircuit": "^0.0.622-libonly",
48
+ "tscircuit": "^0.0.633-libonly",
48
49
  "tsx": "^4.7.1",
49
50
  "typed-ky": "^0.0.4",
50
51
  "zod": "3"