@telepath-computer/television 0.1.68 → 0.1.69

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
@@ -50021,8 +50021,8 @@ function getDevPackageDir() {
50021
50021
  return import_node_path7.default.resolve(import_node_path7.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..");
50022
50022
  }
50023
50023
  function readCLIVersion() {
50024
- if ("0.1.68".length > 0) {
50025
- return "0.1.68";
50024
+ if ("0.1.69".length > 0) {
50025
+ return "0.1.69";
50026
50026
  }
50027
50027
  const devPackageJsonPath = import_node_path7.default.join(getDevPackageDir(), "package.json");
50028
50028
  if (!(0, import_node_fs4.existsSync)(devPackageJsonPath)) {