@tscircuit/cli 0.1.705 → 0.1.706
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
|
@@ -74112,7 +74112,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
74112
74112
|
import { execSync as execSync2 } from "node:child_process";
|
|
74113
74113
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
74114
74114
|
// package.json
|
|
74115
|
-
var version = "0.1.
|
|
74115
|
+
var version = "0.1.705";
|
|
74116
74116
|
var package_default = {
|
|
74117
74117
|
name: "@tscircuit/cli",
|
|
74118
74118
|
version,
|
|
@@ -74125,7 +74125,7 @@ var package_default = {
|
|
|
74125
74125
|
"@tscircuit/file-server": "^0.0.32",
|
|
74126
74126
|
"@tscircuit/math-utils": "0.0.29",
|
|
74127
74127
|
"@tscircuit/props": "^0.0.423",
|
|
74128
|
-
"@tscircuit/runframe": "^0.0.
|
|
74128
|
+
"@tscircuit/runframe": "^0.0.1454",
|
|
74129
74129
|
"@tscircuit/schematic-match-adapt": "^0.0.22",
|
|
74130
74130
|
"@types/bun": "^1.2.2",
|
|
74131
74131
|
"@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.706",
|
|
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.32",
|
|
11
11
|
"@tscircuit/math-utils": "0.0.29",
|
|
12
12
|
"@tscircuit/props": "^0.0.423",
|
|
13
|
-
"@tscircuit/runframe": "^0.0.
|
|
13
|
+
"@tscircuit/runframe": "^0.0.1454",
|
|
14
14
|
"@tscircuit/schematic-match-adapt": "^0.0.22",
|
|
15
15
|
"@types/bun": "^1.2.2",
|
|
16
16
|
"@types/configstore": "^6.0.2",
|