@telepath-computer/television 0.1.95 → 0.1.96

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
@@ -50132,8 +50132,8 @@ function resolveVercelSkillsInstallerBin() {
50132
50132
  return localRequire.resolve("skills/bin/cli.mjs");
50133
50133
  }
50134
50134
  function readCLIVersion() {
50135
- if ("0.1.95".length > 0) {
50136
- return "0.1.95";
50135
+ if ("0.1.96".length > 0) {
50136
+ return "0.1.96";
50137
50137
  }
50138
50138
  const devPackageJsonPath = import_node_path7.default.join(getDevPackageDir(), "package.json");
50139
50139
  if (!(0, import_node_fs4.existsSync)(devPackageJsonPath)) {