@tscircuit/cli 0.1.201 → 0.1.202

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 +3 -3
  2. package/package.json +1 -2
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.201";
62961
62961
  var package_default = {
62962
62962
  name: "@tscircuit/cli",
62963
62963
  version,
@@ -62992,7 +62992,6 @@ var package_default = {
62992
62992
  "dsn-converter": "^0.0.63",
62993
62993
  "get-port": "^7.1.0",
62994
62994
  globby: "^14.1.0",
62995
- "jscad-fiber": "^0.0.82",
62996
62995
  jsonwebtoken: "^9.0.2",
62997
62996
  "jwt-decode": "^4.0.0",
62998
62997
  kleur: "^4.1.5",
@@ -69321,7 +69320,8 @@ var ALLOWED_FILE_EXTENSIONS = [
69321
69320
  ".js",
69322
69321
  ".json",
69323
69322
  ".txt",
69324
- ".md"
69323
+ ".md",
69324
+ ".obj"
69325
69325
  ];
69326
69326
  async function generateCircuitJson({
69327
69327
  filePath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.201",
3
+ "version": "0.1.202",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -32,7 +32,6 @@
32
32
  "dsn-converter": "^0.0.63",
33
33
  "get-port": "^7.1.0",
34
34
  "globby": "^14.1.0",
35
- "jscad-fiber": "^0.0.82",
36
35
  "jsonwebtoken": "^9.0.2",
37
36
  "jwt-decode": "^4.0.0",
38
37
  "kleur": "^4.1.5",