@tscircuit/cli 0.1.86 → 0.1.87

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 +1 -3
  2. package/package.json +1 -3
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.85";
433428
+ var version = "0.1.86";
433429
433429
  var package_default = {
433430
433430
  name: "@tscircuit/cli",
433431
433431
  version,
@@ -433468,7 +433468,6 @@ var package_default = {
433468
433468
  redaxios: "^0.5.1",
433469
433469
  semver: "^7.6.3",
433470
433470
  tempy: "^3.1.0",
433471
- tsup: "^8.3.5",
433472
433471
  "typed-ky": "^0.0.4"
433473
433472
  },
433474
433473
  peerDependencies: {
@@ -433486,7 +433485,6 @@ var package_default = {
433486
433485
  setup: "bun run build && npm install -g .",
433487
433486
  build: "bun run build:bun",
433488
433487
  "build:bun": "bun build ./cli/main.ts --target node --outfile ./dist/main.js",
433489
- "build:tsup": "tsup --config ./tsup.config.js",
433490
433488
  format: "biome format --write .",
433491
433489
  "format:check": "biome format .",
433492
433490
  cli: "bun ./cli/main.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.86",
3
+ "version": "0.1.87",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -40,7 +40,6 @@
40
40
  "redaxios": "^0.5.1",
41
41
  "semver": "^7.6.3",
42
42
  "tempy": "^3.1.0",
43
- "tsup": "^8.3.5",
44
43
  "typed-ky": "^0.0.4"
45
44
  },
46
45
  "peerDependencies": {
@@ -58,7 +57,6 @@
58
57
  "setup": "bun run build && npm install -g .",
59
58
  "build": "bun run build:bun",
60
59
  "build:bun": "bun build ./cli/main.ts --target node --outfile ./dist/main.js",
61
- "build:tsup": "tsup --config ./tsup.config.js",
62
60
  "format": "biome format --write .",
63
61
  "format:check": "biome format .",
64
62
  "cli": "bun ./cli/main.ts",