@telepath-computer/television 0.1.111 → 0.1.112
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/cli.cjs
CHANGED
|
@@ -50560,8 +50560,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
50560
50560
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
50561
50561
|
}
|
|
50562
50562
|
function readCLIVersion() {
|
|
50563
|
-
if ("0.1.
|
|
50564
|
-
return "0.1.
|
|
50563
|
+
if ("0.1.112".length > 0) {
|
|
50564
|
+
return "0.1.112";
|
|
50565
50565
|
}
|
|
50566
50566
|
const devPackageJsonPath = import_node_path10.default.join(getDevPackageDir(), "package.json");
|
|
50567
50567
|
if (!(0, import_node_fs7.existsSync)(devPackageJsonPath)) {
|