@telepath-computer/television 0.1.164 → 0.1.166
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
|
@@ -52613,8 +52613,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
52613
52613
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
52614
52614
|
}
|
|
52615
52615
|
function readCLIVersion() {
|
|
52616
|
-
if ("0.1.
|
|
52617
|
-
return "0.1.
|
|
52616
|
+
if ("0.1.166".length > 0) {
|
|
52617
|
+
return "0.1.166";
|
|
52618
52618
|
}
|
|
52619
52619
|
const devPackageJsonPath = import_node_path12.default.join(getDevPackageDir(), "package.json");
|
|
52620
52620
|
if (!(0, import_node_fs10.existsSync)(devPackageJsonPath)) {
|