@telepath-computer/television 0.1.182 → 0.1.183
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
|
@@ -52489,7 +52489,7 @@ function disabledTelemetryRuntime() {
|
|
|
52489
52489
|
|
|
52490
52490
|
// ../server/src/updates/version.ts
|
|
52491
52491
|
function readVersionStamp() {
|
|
52492
|
-
if ("0.1.
|
|
52492
|
+
if ("0.1.183".length > 0) return "0.1.183";
|
|
52493
52493
|
return void 0;
|
|
52494
52494
|
}
|
|
52495
52495
|
function resolveUpdateReleaseVersion(env = process.env, stamp = readVersionStamp()) {
|
|
@@ -52990,8 +52990,8 @@ var Server = class {
|
|
|
52990
52990
|
};
|
|
52991
52991
|
};
|
|
52992
52992
|
function readServerPackageVersion() {
|
|
52993
|
-
if ("0.1.
|
|
52994
|
-
return telemetryVersion("0.1.
|
|
52993
|
+
if ("0.1.183".length > 0) {
|
|
52994
|
+
return telemetryVersion("0.1.183");
|
|
52995
52995
|
}
|
|
52996
52996
|
const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
|
|
52997
52997
|
if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
|
|
@@ -54562,8 +54562,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
54562
54562
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
54563
54563
|
}
|
|
54564
54564
|
function readCLIVersion() {
|
|
54565
|
-
if ("0.1.
|
|
54566
|
-
return "0.1.
|
|
54565
|
+
if ("0.1.183".length > 0) {
|
|
54566
|
+
return "0.1.183";
|
|
54567
54567
|
}
|
|
54568
54568
|
const devPackageJsonPath = import_node_path17.default.join(getDevPackageDir(), "package.json");
|
|
54569
54569
|
if (!(0, import_node_fs14.existsSync)(devPackageJsonPath)) {
|