@telepath-computer/television 0.1.190 → 0.1.191

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
@@ -52558,7 +52558,7 @@ function disabledTelemetryRuntime() {
52558
52558
 
52559
52559
  // ../server/src/updates/version.ts
52560
52560
  function readVersionStamp() {
52561
- if ("0.1.190".length > 0) return "0.1.190";
52561
+ if ("0.1.191".length > 0) return "0.1.191";
52562
52562
  return void 0;
52563
52563
  }
52564
52564
  function resolveUpdateReleaseVersion(env = process.env, stamp = readVersionStamp()) {
@@ -53058,8 +53058,8 @@ var Server = class {
53058
53058
  };
53059
53059
  };
53060
53060
  function readServerPackageVersion() {
53061
- if ("0.1.190".length > 0) {
53062
- return telemetryVersion("0.1.190");
53061
+ if ("0.1.191".length > 0) {
53062
+ return telemetryVersion("0.1.191");
53063
53063
  }
53064
53064
  const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
53065
53065
  if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
@@ -54636,8 +54636,8 @@ function resolveVercelSkillsInstallerBin() {
54636
54636
  return localRequire.resolve("skills/bin/cli.mjs");
54637
54637
  }
54638
54638
  function readCLIVersion() {
54639
- if ("0.1.190".length > 0) {
54640
- return "0.1.190";
54639
+ if ("0.1.191".length > 0) {
54640
+ return "0.1.191";
54641
54641
  }
54642
54642
  const devPackageJsonPath = import_node_path17.default.join(getDevPackageDir(), "package.json");
54643
54643
  if (!(0, import_node_fs14.existsSync)(devPackageJsonPath)) {