@telepath-computer/television 0.1.158 → 0.1.160
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
|
@@ -51061,8 +51061,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
51061
51061
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
51062
51062
|
}
|
|
51063
51063
|
function readCLIVersion() {
|
|
51064
|
-
if ("0.1.
|
|
51065
|
-
return "0.1.
|
|
51064
|
+
if ("0.1.160".length > 0) {
|
|
51065
|
+
return "0.1.160";
|
|
51066
51066
|
}
|
|
51067
51067
|
const devPackageJsonPath = import_node_path12.default.join(getDevPackageDir(), "package.json");
|
|
51068
51068
|
if (!(0, import_node_fs10.existsSync)(devPackageJsonPath)) {
|