@telepath-computer/television 0.1.39 → 0.1.40

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
@@ -49513,8 +49513,8 @@ function getDevPackageDir() {
49513
49513
  return import_node_path7.default.resolve(import_node_path7.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..");
49514
49514
  }
49515
49515
  function readCLIVersion() {
49516
- if ("0.1.38".length > 0) {
49517
- return "0.1.38";
49516
+ if ("0.1.39".length > 0) {
49517
+ return "0.1.39";
49518
49518
  }
49519
49519
  const devPackageJsonPath = import_node_path7.default.join(getDevPackageDir(), "package.json");
49520
49520
  if (!(0, import_node_fs4.existsSync)(devPackageJsonPath)) {