@telepath-computer/television 0.1.149 → 0.1.150

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.149".length > 0) {
51049
- return "0.1.149";
51048
+ if ("0.1.150".length > 0) {
51049
+ return "0.1.150";
51050
51050
  }
51051
51051
  const devPackageJsonPath = import_node_path12.default.join(getDevPackageDir(), "package.json");
51052
51052
  if (!(0, import_node_fs10.existsSync)(devPackageJsonPath)) {