@tscircuit/cli 0.1.485 → 0.1.486

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 +4 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -70196,6 +70196,9 @@ var generatePackageJson = (dir, opts = {}) => {
70196
70196
  snapshot: "tsci snapshot",
70197
70197
  "snapshot:update": "tsci snapshot --update",
70198
70198
  start: "tsci dev"
70199
+ },
70200
+ devDependencies: {
70201
+ tscircuit: "latest"
70199
70202
  }
70200
70203
  };
70201
70204
  writeFileIfNotExists(packageJsonPath, JSON.stringify(packageJsonContent, null, 2));
@@ -72384,7 +72387,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
72384
72387
  import { execSync as execSync2 } from "node:child_process";
72385
72388
  var import_semver2 = __toESM2(require_semver2(), 1);
72386
72389
  // package.json
72387
- var version = "0.1.484";
72390
+ var version = "0.1.485";
72388
72391
  var package_default = {
72389
72392
  name: "@tscircuit/cli",
72390
72393
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.485",
3
+ "version": "0.1.486",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",