@telepath-computer/television 0.1.186 → 0.1.188

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
@@ -52493,7 +52493,7 @@ function disabledTelemetryRuntime() {
52493
52493
 
52494
52494
  // ../server/src/updates/version.ts
52495
52495
  function readVersionStamp() {
52496
- if ("0.1.186".length > 0) return "0.1.186";
52496
+ if ("0.1.188".length > 0) return "0.1.188";
52497
52497
  return void 0;
52498
52498
  }
52499
52499
  function resolveUpdateReleaseVersion(env = process.env, stamp = readVersionStamp()) {
@@ -52995,8 +52995,8 @@ var Server = class {
52995
52995
  };
52996
52996
  };
52997
52997
  function readServerPackageVersion() {
52998
- if ("0.1.186".length > 0) {
52999
- return telemetryVersion("0.1.186");
52998
+ if ("0.1.188".length > 0) {
52999
+ return telemetryVersion("0.1.188");
53000
53000
  }
53001
53001
  const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
53002
53002
  if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
@@ -54567,8 +54567,8 @@ function resolveVercelSkillsInstallerBin() {
54567
54567
  return localRequire.resolve("skills/bin/cli.mjs");
54568
54568
  }
54569
54569
  function readCLIVersion() {
54570
- if ("0.1.186".length > 0) {
54571
- return "0.1.186";
54570
+ if ("0.1.188".length > 0) {
54571
+ return "0.1.188";
54572
54572
  }
54573
54573
  const devPackageJsonPath = import_node_path17.default.join(getDevPackageDir(), "package.json");
54574
54574
  if (!(0, import_node_fs14.existsSync)(devPackageJsonPath)) {