@tscircuit/cli 0.1.303 → 0.1.304

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 +2 -2
package/dist/main.js CHANGED
@@ -70085,7 +70085,7 @@ var generateTsConfig = (dir) => {
70085
70085
  sourceMap: true,
70086
70086
  allowSyntheticDefaultImports: true,
70087
70087
  experimentalDecorators: true,
70088
- types: ["@tscircuit/core"]
70088
+ types: ["tscircuit"]
70089
70089
  }
70090
70090
  }, null, 2);
70091
70091
  writeFileIfNotExists(tsconfigPath, tsconfigContent);
@@ -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.302";
72131
+ var version = "0.1.303";
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.728",
72190
+ tscircuit: "^0.0.732",
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.303",
3
+ "version": "0.1.304",
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.728",
59
+ "tscircuit": "^0.0.732",
60
60
  "tsx": "^4.7.1",
61
61
  "typed-ky": "^0.0.4",
62
62
  "circuit-json": "^0.0.275",