@telepath-computer/television 0.1.151 → 0.1.153
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
|
@@ -51045,8 +51045,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
51045
51045
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
51046
51046
|
}
|
|
51047
51047
|
function readCLIVersion() {
|
|
51048
|
-
if ("0.1.
|
|
51049
|
-
return "0.1.
|
|
51048
|
+
if ("0.1.153".length > 0) {
|
|
51049
|
+
return "0.1.153";
|
|
51050
51050
|
}
|
|
51051
51051
|
const devPackageJsonPath = import_node_path12.default.join(getDevPackageDir(), "package.json");
|
|
51052
51052
|
if (!(0, import_node_fs10.existsSync)(devPackageJsonPath)) {
|