@tscircuit/cli 0.1.106 → 0.1.107

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/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A CLI for developing, managing and publishing tscircuit code (the "npm for tscircuit")
4
4
 
5
+ https://github.com/user-attachments/assets/0228e09d-48fc-4bf5-814b-762b60fc35c7
6
+
5
7
  ## Usage
6
8
 
7
9
  ```bash
@@ -31,7 +33,7 @@ npm install -g @tscircuit/cli
31
33
  ```
32
34
  Usage: tsci [options] [command]
33
35
 
34
- CLI for developing tscircuit snippets
36
+ CLI for developing tscircuit packages
35
37
 
36
38
  Options:
37
39
  -h, --help display help for command
@@ -40,8 +42,8 @@ Commands:
40
42
  init [directory] Initialize a new TSCircuit project in the
41
43
  specified directory (or current directory if none
42
44
  is provided)
43
- dev [options] [file] Start development server for a snippet
44
- clone [options] <snippet> Clone a snippet from the registry
45
+ dev [options] [file] Start development server for a package
46
+ clone [options] <package> Clone a package from the registry
45
47
  push [options] [file] Save snippet code to Registry API
46
48
  auth Login/logout
47
49
  login Login to tscircuit registry
@@ -52,7 +54,7 @@ Commands:
52
54
  remove <component> Remove a tscircuit component package from your
53
55
  project
54
56
  upgrade Upgrade CLI to the latest version
55
- search <query> Search for snippets in the tscircuit registry
57
+ search <query> Search for packages in the tscircuit registry
56
58
  version Print CLI version
57
59
  help [command] display help for command
58
60
  ```
package/dist/main.js CHANGED
@@ -433495,7 +433495,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
433495
433495
  import { execSync as execSync2 } from "node:child_process";
433496
433496
  var import_semver = __toESM2(require_semver2(), 1);
433497
433497
  // package.json
433498
- var version = "0.1.105";
433498
+ var version = "0.1.106";
433499
433499
  var package_default = {
433500
433500
  name: "@tscircuit/cli",
433501
433501
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",