@tscircuit/cli 0.1.201 → 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 +7 -6
  2. package/package.json +5 -5
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.200";
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",
@@ -62992,7 +62993,6 @@ var package_default = {
62992
62993
  "dsn-converter": "^0.0.63",
62993
62994
  "get-port": "^7.1.0",
62994
62995
  globby: "^14.1.0",
62995
- "jscad-fiber": "^0.0.82",
62996
62996
  jsonwebtoken: "^9.0.2",
62997
62997
  "jwt-decode": "^4.0.0",
62998
62998
  kleur: "^4.1.5",
@@ -63005,7 +63005,7 @@ var package_default = {
63005
63005
  semver: "^7.6.3",
63006
63006
  sharp: "0.32.6",
63007
63007
  tempy: "^3.1.0",
63008
- tscircuit: "^0.0.622-libonly",
63008
+ tscircuit: "^0.0.633-libonly",
63009
63009
  tsx: "^4.7.1",
63010
63010
  "typed-ky": "^0.0.4",
63011
63011
  zod: "3"
@@ -69321,7 +69321,8 @@ var ALLOWED_FILE_EXTENSIONS = [
69321
69321
  ".js",
69322
69322
  ".json",
69323
69323
  ".txt",
69324
- ".md"
69324
+ ".md",
69325
+ ".obj"
69325
69326
  ];
69326
69327
  async function generateCircuitJson({
69327
69328
  filePath,
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.201",
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",
@@ -32,7 +33,6 @@
32
33
  "dsn-converter": "^0.0.63",
33
34
  "get-port": "^7.1.0",
34
35
  "globby": "^14.1.0",
35
- "jscad-fiber": "^0.0.82",
36
36
  "jsonwebtoken": "^9.0.2",
37
37
  "jwt-decode": "^4.0.0",
38
38
  "kleur": "^4.1.5",
@@ -45,7 +45,7 @@
45
45
  "semver": "^7.6.3",
46
46
  "sharp": "0.32.6",
47
47
  "tempy": "^3.1.0",
48
- "tscircuit": "^0.0.622-libonly",
48
+ "tscircuit": "^0.0.633-libonly",
49
49
  "tsx": "^4.7.1",
50
50
  "typed-ky": "^0.0.4",
51
51
  "zod": "3"