@telepath-computer/television 0.1.97 → 0.1.98

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
@@ -50430,8 +50430,8 @@ function resolveVercelSkillsInstallerBin() {
50430
50430
  return localRequire.resolve("skills/bin/cli.mjs");
50431
50431
  }
50432
50432
  function readCLIVersion() {
50433
- if ("0.1.97".length > 0) {
50434
- return "0.1.97";
50433
+ if ("0.1.98".length > 0) {
50434
+ return "0.1.98";
50435
50435
  }
50436
50436
  const devPackageJsonPath = import_node_path10.default.join(getDevPackageDir(), "package.json");
50437
50437
  if (!(0, import_node_fs6.existsSync)(devPackageJsonPath)) {