@telepath-computer/television 0.1.208 → 0.1.210
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
|
@@ -53251,7 +53251,7 @@ function disabledTelemetryRuntime() {
|
|
|
53251
53251
|
|
|
53252
53252
|
// ../server/src/updates/version.ts
|
|
53253
53253
|
function readVersionStamp() {
|
|
53254
|
-
if ("0.1.
|
|
53254
|
+
if ("0.1.210".length > 0) return "0.1.210";
|
|
53255
53255
|
return void 0;
|
|
53256
53256
|
}
|
|
53257
53257
|
function resolveUpdateReleaseVersion(env = process.env, stamp = readVersionStamp()) {
|
|
@@ -53763,8 +53763,8 @@ var Server = class {
|
|
|
53763
53763
|
};
|
|
53764
53764
|
};
|
|
53765
53765
|
function readServerPackageVersion() {
|
|
53766
|
-
if ("0.1.
|
|
53767
|
-
return telemetryVersion("0.1.
|
|
53766
|
+
if ("0.1.210".length > 0) {
|
|
53767
|
+
return telemetryVersion("0.1.210");
|
|
53768
53768
|
}
|
|
53769
53769
|
const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
|
|
53770
53770
|
if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
|
|
@@ -55733,8 +55733,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
55733
55733
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
55734
55734
|
}
|
|
55735
55735
|
function readCLIVersion() {
|
|
55736
|
-
if ("0.1.
|
|
55737
|
-
return "0.1.
|
|
55736
|
+
if ("0.1.210".length > 0) {
|
|
55737
|
+
return "0.1.210";
|
|
55738
55738
|
}
|
|
55739
55739
|
const devPackageJsonPath = import_node_path18.default.join(getDevPackageDir(), "package.json");
|
|
55740
55740
|
if (!(0, import_node_fs16.existsSync)(devPackageJsonPath)) {
|