@tscircuit/cli 0.1.163 → 0.1.165

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 -2
  2. package/package.json +3 -2
package/dist/main.js CHANGED
@@ -238262,7 +238262,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
238262
238262
  import { execSync as execSync2 } from "node:child_process";
238263
238263
  var import_semver2 = __toESM2(require_semver2(), 1);
238264
238264
  // package.json
238265
- var version = "0.1.162";
238265
+ var version = "0.1.164";
238266
238266
  var package_default = {
238267
238267
  name: "@tscircuit/cli",
238268
238268
  version,
@@ -238317,7 +238317,8 @@ var package_default = {
238317
238317
  peerDependencies: {
238318
238318
  typescript: "^5.0.0",
238319
238319
  tscircuit: "*",
238320
- "@tscircuit/props": "*"
238320
+ "@tscircuit/props": "*",
238321
+ zod: "3"
238321
238322
  },
238322
238323
  bin: {
238323
238324
  tsci: "./dist/main.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.163",
3
+ "version": "0.1.165",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -52,7 +52,8 @@
52
52
  "peerDependencies": {
53
53
  "typescript": "^5.0.0",
54
54
  "tscircuit": "*",
55
- "@tscircuit/props": "*"
55
+ "@tscircuit/props": "*",
56
+ "zod": "3"
56
57
  },
57
58
  "bin": {
58
59
  "tsci": "./dist/main.js"