@telepath-computer/television 0.1.173 → 0.1.174
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
|
@@ -52695,8 +52695,8 @@ var Server = class {
|
|
|
52695
52695
|
};
|
|
52696
52696
|
};
|
|
52697
52697
|
function readServerPackageVersion() {
|
|
52698
|
-
if ("0.1.
|
|
52699
|
-
return telemetryVersion("0.1.
|
|
52698
|
+
if ("0.1.174".length > 0) {
|
|
52699
|
+
return telemetryVersion("0.1.174");
|
|
52700
52700
|
}
|
|
52701
52701
|
const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
|
|
52702
52702
|
if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
|
|
@@ -53769,8 +53769,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
53769
53769
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
53770
53770
|
}
|
|
53771
53771
|
function readCLIVersion() {
|
|
53772
|
-
if ("0.1.
|
|
53773
|
-
return "0.1.
|
|
53772
|
+
if ("0.1.174".length > 0) {
|
|
53773
|
+
return "0.1.174";
|
|
53774
53774
|
}
|
|
53775
53775
|
const devPackageJsonPath = import_node_path15.default.join(getDevPackageDir(), "package.json");
|
|
53776
53776
|
if (!(0, import_node_fs12.existsSync)(devPackageJsonPath)) {
|