@telepath-computer/television 0.1.100 → 0.1.102
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
|
@@ -50476,8 +50476,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
50476
50476
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
50477
50477
|
}
|
|
50478
50478
|
function readCLIVersion() {
|
|
50479
|
-
if ("0.1.
|
|
50480
|
-
return "0.1.
|
|
50479
|
+
if ("0.1.102".length > 0) {
|
|
50480
|
+
return "0.1.102";
|
|
50481
50481
|
}
|
|
50482
50482
|
const devPackageJsonPath = import_node_path10.default.join(getDevPackageDir(), "package.json");
|
|
50483
50483
|
if (!(0, import_node_fs6.existsSync)(devPackageJsonPath)) {
|