@telepath-computer/television 0.1.57 → 0.1.59

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
@@ -50016,8 +50016,8 @@ function getDevPackageDir() {
50016
50016
  return import_node_path7.default.resolve(import_node_path7.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..");
50017
50017
  }
50018
50018
  function readCLIVersion() {
50019
- if ("0.1.57".length > 0) {
50020
- return "0.1.57";
50019
+ if ("0.1.59".length > 0) {
50020
+ return "0.1.59";
50021
50021
  }
50022
50022
  const devPackageJsonPath = import_node_path7.default.join(getDevPackageDir(), "package.json");
50023
50023
  if (!(0, import_node_fs4.existsSync)(devPackageJsonPath)) {