@tscircuit/cli 0.1.587 → 0.1.589
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 -5
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -72387,7 +72387,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
72387
72387
|
import { execSync as execSync2 } from "node:child_process";
|
|
72388
72388
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
72389
72389
|
// package.json
|
|
72390
|
-
var version = "0.1.
|
|
72390
|
+
var version = "0.1.588";
|
|
72391
72391
|
var package_default = {
|
|
72392
72392
|
name: "@tscircuit/cli",
|
|
72393
72393
|
version,
|
|
@@ -72447,7 +72447,7 @@ var package_default = {
|
|
|
72447
72447
|
semver: "^7.6.3",
|
|
72448
72448
|
sharp: "0.32.6",
|
|
72449
72449
|
tempy: "^3.1.0",
|
|
72450
|
-
tscircuit: "^0.0.
|
|
72450
|
+
tscircuit: "^0.0.997-libonly",
|
|
72451
72451
|
tsx: "^4.7.1",
|
|
72452
72452
|
"typed-ky": "^0.0.4",
|
|
72453
72453
|
zod: "^3.23.8"
|
|
@@ -77207,9 +77207,7 @@ function getLocalPackages(projectDir) {
|
|
|
77207
77207
|
try {
|
|
77208
77208
|
const packageJson = JSON.parse(fs19.readFileSync(packageJsonPath, "utf-8"));
|
|
77209
77209
|
const allDeps = {
|
|
77210
|
-
...packageJson.dependencies
|
|
77211
|
-
...packageJson.devDependencies,
|
|
77212
|
-
...packageJson.peerDependencies
|
|
77210
|
+
...packageJson.dependencies
|
|
77213
77211
|
};
|
|
77214
77212
|
for (const [packageName, version2] of Object.entries(allDeps)) {
|
|
77215
77213
|
if (typeof version2 !== "string")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.589",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@babel/standalone": "^7.26.9",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"semver": "^7.6.3",
|
|
58
58
|
"sharp": "0.32.6",
|
|
59
59
|
"tempy": "^3.1.0",
|
|
60
|
-
"tscircuit": "^0.0.
|
|
60
|
+
"tscircuit": "^0.0.997-libonly",
|
|
61
61
|
"tsx": "^4.7.1",
|
|
62
62
|
"typed-ky": "^0.0.4",
|
|
63
63
|
"zod": "^3.23.8"
|