@tscircuit/cli 0.1.135 → 0.1.136
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 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -442169,7 +442169,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
|
|
|
442169
442169
|
import { execSync as execSync2 } from "node:child_process";
|
|
442170
442170
|
var import_semver2 = __toESM2(require_semver2(), 1);
|
|
442171
442171
|
// package.json
|
|
442172
|
-
var version = "0.1.
|
|
442172
|
+
var version = "0.1.135";
|
|
442173
442173
|
var package_default = {
|
|
442174
442174
|
name: "@tscircuit/cli",
|
|
442175
442175
|
version,
|
|
@@ -497097,6 +497097,7 @@ var snapshotProject = async ({
|
|
|
497097
497097
|
const snapPath = path26.join(snapDir, `${base}-${type}.snap.svg`);
|
|
497098
497098
|
if (update || !fs26.existsSync(snapPath)) {
|
|
497099
497099
|
fs26.writeFileSync(snapPath, svg);
|
|
497100
|
+
console.log("✅", kleur_default.gray(path26.relative(projectDir, snapPath)));
|
|
497100
497101
|
} else {
|
|
497101
497102
|
const existing = fs26.readFileSync(snapPath, "utf-8");
|
|
497102
497103
|
if (existing !== svg)
|