@tscircuit/cli 0.1.733 → 0.1.734
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 +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -74125,7 +74125,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
74125
74125
|
import { execSync as execSync2 } from "node:child_process";
|
|
74126
74126
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
74127
74127
|
// package.json
|
|
74128
|
-
var version = "0.1.
|
|
74128
|
+
var version = "0.1.733";
|
|
74129
74129
|
var package_default = {
|
|
74130
74130
|
name: "@tscircuit/cli",
|
|
74131
74131
|
version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.734",
|
|
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.1465",
|
|
14
14
|
"@tscircuit/schematic-match-adapt": "^0.0.22",
|
|
15
15
|
"@types/bun": "^1.2.2",
|
|
16
16
|
"@types/configstore": "^6.0.2",
|