@tscircuit/cli 0.1.301 → 0.1.302

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/cli/entrypoint.js CHANGED
File without changes
package/dist/main.js CHANGED
@@ -72128,7 +72128,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
72128
72128
  import { execSync as execSync2 } from "node:child_process";
72129
72129
  var import_semver2 = __toESM2(require_semver2(), 1);
72130
72130
  // package.json
72131
- var version = "0.1.300";
72131
+ var version = "0.1.301";
72132
72132
  var package_default = {
72133
72133
  name: "@tscircuit/cli",
72134
72134
  version,
@@ -72187,7 +72187,7 @@ var package_default = {
72187
72187
  semver: "^7.6.3",
72188
72188
  sharp: "0.32.6",
72189
72189
  tempy: "^3.1.0",
72190
- tscircuit: "^0.0.723",
72190
+ tscircuit: "^0.0.728",
72191
72191
  tsx: "^4.7.1",
72192
72192
  "typed-ky": "^0.0.4",
72193
72193
  "circuit-json": "^0.0.275",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.301",
3
+ "version": "0.1.302",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -56,7 +56,7 @@
56
56
  "semver": "^7.6.3",
57
57
  "sharp": "0.32.6",
58
58
  "tempy": "^3.1.0",
59
- "tscircuit": "^0.0.723",
59
+ "tscircuit": "^0.0.728",
60
60
  "tsx": "^4.7.1",
61
61
  "typed-ky": "^0.0.4",
62
62
  "circuit-json": "^0.0.275",