@tscircuit/cli 0.1.52 → 0.1.53
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 +3 -2
- package/package.json +3 -2
package/dist/main.js
CHANGED
|
@@ -421553,7 +421553,7 @@ var createInstance = (defaults) => {
|
|
|
421553
421553
|
var ky = createInstance();
|
|
421554
421554
|
var distribution_default = ky;
|
|
421555
421555
|
// package.json
|
|
421556
|
-
var version = "0.1.
|
|
421556
|
+
var version = "0.1.52";
|
|
421557
421557
|
var package_default = {
|
|
421558
421558
|
name: "@tscircuit/cli",
|
|
421559
421559
|
main: "dist/main.js",
|
|
@@ -421573,7 +421573,8 @@ var package_default = {
|
|
|
421573
421573
|
"build:tsup": "tsup --config ./tsup.config.js",
|
|
421574
421574
|
format: "biome format --write .",
|
|
421575
421575
|
"format:check": "biome format .",
|
|
421576
|
-
cli: "bun ./cli/main.ts"
|
|
421576
|
+
cli: "bun ./cli/main.ts",
|
|
421577
|
+
"pkg-pr-new-release": "bunx pkg-pr-new publish --comment=off --peerDeps"
|
|
421577
421578
|
},
|
|
421578
421579
|
devDependencies: {
|
|
421579
421580
|
"@babel/standalone": "^7.26.9",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
3
|
"main": "dist/main.js",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.53",
|
|
6
6
|
"bin": {
|
|
7
7
|
"tsci": "./dist/main.js"
|
|
8
8
|
},
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"build:tsup": "tsup --config ./tsup.config.js",
|
|
18
18
|
"format": "biome format --write .",
|
|
19
19
|
"format:check": "biome format .",
|
|
20
|
-
"cli": "bun ./cli/main.ts"
|
|
20
|
+
"cli": "bun ./cli/main.ts",
|
|
21
|
+
"pkg-pr-new-release": "bunx pkg-pr-new publish --comment=off --peerDeps"
|
|
21
22
|
},
|
|
22
23
|
"devDependencies": {
|
|
23
24
|
"@babel/standalone": "^7.26.9",
|