@tscircuit/cli 0.1.148 → 0.1.149
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 +7 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -442424,7 +442424,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
442424
442424
|
import { execSync as execSync2 } from "node:child_process";
|
|
442425
442425
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
442426
442426
|
// package.json
|
|
442427
|
-
var version = "0.1.
|
|
442427
|
+
var version = "0.1.148";
|
|
442428
442428
|
var package_default = {
|
|
442429
442429
|
name: "@tscircuit/cli",
|
|
442430
442430
|
version,
|
|
@@ -503427,6 +503427,9 @@ jobs:
|
|
|
503427
503427
|
runs-on: ubuntu-latest
|
|
503428
503428
|
steps:
|
|
503429
503429
|
- uses: actions/checkout@v4
|
|
503430
|
+
- uses: actions/setup-node@v3
|
|
503431
|
+
with:
|
|
503432
|
+
node-version: 22
|
|
503430
503433
|
- uses: oven-sh/setup-bun@v2
|
|
503431
503434
|
- run: bun install
|
|
503432
503435
|
- run: bunx tsci build
|
|
@@ -503443,6 +503446,9 @@ jobs:
|
|
|
503443
503446
|
runs-on: ubuntu-latest
|
|
503444
503447
|
steps:
|
|
503445
503448
|
- uses: actions/checkout@v4
|
|
503449
|
+
- uses: actions/setup-node@v3
|
|
503450
|
+
with:
|
|
503451
|
+
node-version: 22
|
|
503446
503452
|
- uses: oven-sh/setup-bun@v2
|
|
503447
503453
|
- run: bun install
|
|
503448
503454
|
- run: bunx tsci snapshot
|