@tscircuit/cli 0.1.587 → 0.1.588

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
@@ -72387,7 +72387,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
72387
72387
  import { execSync as execSync2 } from "node:child_process";
72388
72388
  var import_semver2 = __toESM2(require_semver2(), 1);
72389
72389
  // package.json
72390
- var version = "0.1.586";
72390
+ var version = "0.1.587";
72391
72391
  var package_default = {
72392
72392
  name: "@tscircuit/cli",
72393
72393
  version,
@@ -72447,7 +72447,7 @@ var package_default = {
72447
72447
  semver: "^7.6.3",
72448
72448
  sharp: "0.32.6",
72449
72449
  tempy: "^3.1.0",
72450
- tscircuit: "^0.0.983-libonly",
72450
+ tscircuit: "^0.0.997-libonly",
72451
72451
  tsx: "^4.7.1",
72452
72452
  "typed-ky": "^0.0.4",
72453
72453
  zod: "^3.23.8"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.587",
3
+ "version": "0.1.588",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -57,7 +57,7 @@
57
57
  "semver": "^7.6.3",
58
58
  "sharp": "0.32.6",
59
59
  "tempy": "^3.1.0",
60
- "tscircuit": "^0.0.983-libonly",
60
+ "tscircuit": "^0.0.997-libonly",
61
61
  "tsx": "^4.7.1",
62
62
  "typed-ky": "^0.0.4",
63
63
  "zod": "^3.23.8"