@tscircuit/cli 0.1.91 → 0.1.92

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 +2 -2
  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.90";
433428
+ var version = "0.1.91";
433429
433429
  var package_default = {
433430
433430
  name: "@tscircuit/cli",
433431
433431
  version,
@@ -438820,7 +438820,7 @@ var pushSnippet = async ({
438820
438820
  {
438821
438821
  name: "snippetType",
438822
438822
  type: "select",
438823
- message: "Snippet Type:",
438823
+ message: "Package Type:",
438824
438824
  choices: [
438825
438825
  { title: "Reusable Package", value: "package", selected: true },
438826
438826
  { title: "Board", value: "board" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.91",
3
+ "version": "0.1.92",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",