@telepath-computer/television 0.1.199 → 0.1.201
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
|
@@ -52569,7 +52569,7 @@ function disabledTelemetryRuntime() {
|
|
|
52569
52569
|
|
|
52570
52570
|
// ../server/src/updates/version.ts
|
|
52571
52571
|
function readVersionStamp() {
|
|
52572
|
-
if ("0.1.
|
|
52572
|
+
if ("0.1.201".length > 0) return "0.1.201";
|
|
52573
52573
|
return void 0;
|
|
52574
52574
|
}
|
|
52575
52575
|
function resolveUpdateReleaseVersion(env = process.env, stamp = readVersionStamp()) {
|
|
@@ -53069,8 +53069,8 @@ var Server = class {
|
|
|
53069
53069
|
};
|
|
53070
53070
|
};
|
|
53071
53071
|
function readServerPackageVersion() {
|
|
53072
|
-
if ("0.1.
|
|
53073
|
-
return telemetryVersion("0.1.
|
|
53072
|
+
if ("0.1.201".length > 0) {
|
|
53073
|
+
return telemetryVersion("0.1.201");
|
|
53074
53074
|
}
|
|
53075
53075
|
const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
|
|
53076
53076
|
if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
|
|
@@ -54649,8 +54649,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
54649
54649
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
54650
54650
|
}
|
|
54651
54651
|
function readCLIVersion() {
|
|
54652
|
-
if ("0.1.
|
|
54653
|
-
return "0.1.
|
|
54652
|
+
if ("0.1.201".length > 0) {
|
|
54653
|
+
return "0.1.201";
|
|
54654
54654
|
}
|
|
54655
54655
|
const devPackageJsonPath = import_node_path17.default.join(getDevPackageDir(), "package.json");
|
|
54656
54656
|
if (!(0, import_node_fs14.existsSync)(devPackageJsonPath)) {
|