@tscircuit/cli 0.1.276 → 0.1.277
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 +2 -2
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -87533,7 +87533,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
87533
87533
|
import { execSync as execSync2 } from "node:child_process";
|
|
87534
87534
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
87535
87535
|
// package.json
|
|
87536
|
-
var version = "0.1.
|
|
87536
|
+
var version = "0.1.276";
|
|
87537
87537
|
var package_default = {
|
|
87538
87538
|
name: "@tscircuit/cli",
|
|
87539
87539
|
version,
|
|
@@ -87546,7 +87546,7 @@ var package_default = {
|
|
|
87546
87546
|
"@tscircuit/file-server": "^0.0.30",
|
|
87547
87547
|
"@tscircuit/math-utils": "0.0.21",
|
|
87548
87548
|
"@tscircuit/props": "^0.0.341",
|
|
87549
|
-
"@tscircuit/runframe": "^0.0.
|
|
87549
|
+
"@tscircuit/runframe": "^0.0.1049",
|
|
87550
87550
|
"@tscircuit/schematic-match-adapt": "^0.0.22",
|
|
87551
87551
|
"@types/bun": "^1.2.2",
|
|
87552
87552
|
"@types/configstore": "^6.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.277",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@babel/standalone": "^7.26.9",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@tscircuit/file-server": "^0.0.30",
|
|
11
11
|
"@tscircuit/math-utils": "0.0.21",
|
|
12
12
|
"@tscircuit/props": "^0.0.341",
|
|
13
|
-
"@tscircuit/runframe": "^0.0.
|
|
13
|
+
"@tscircuit/runframe": "^0.0.1049",
|
|
14
14
|
"@tscircuit/schematic-match-adapt": "^0.0.22",
|
|
15
15
|
"@types/bun": "^1.2.2",
|
|
16
16
|
"@types/configstore": "^6.0.2",
|