@tscircuit/cli 0.1.81 → 0.1.82
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/dist/main.js +1 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -433425,7 +433425,7 @@ import readline from "node:readline";
|
|
|
433425
433425
|
import { execSync as execSync2 } from "node:child_process";
|
|
433426
433426
|
var import_semver = __toESM2(require_semver2(), 1);
|
|
433427
433427
|
// package.json
|
|
433428
|
-
var version = "0.1.
|
|
433428
|
+
var version = "0.1.81";
|
|
433429
433429
|
var package_default = {
|
|
433430
433430
|
name: "@tscircuit/cli",
|
|
433431
433431
|
version,
|
|
@@ -464220,7 +464220,6 @@ import * as path22 from "node:path";
|
|
|
464220
464220
|
import { execSync as execSync3 } from "node:child_process";
|
|
464221
464221
|
var registerAdd = (program3) => {
|
|
464222
464222
|
program3.command("add").description("Add a component from tscircuit.com").argument("<component>", "Component to add (e.g. author/component-name)").action(async (componentPath) => {
|
|
464223
|
-
await checkForTsciUpdates();
|
|
464224
464223
|
let packageName;
|
|
464225
464224
|
if (componentPath.startsWith("@tscircuit/")) {
|
|
464226
464225
|
packageName = componentPath;
|