@telepath-computer/television 0.1.143 → 0.1.145
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
|
@@ -50843,8 +50843,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
50843
50843
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
50844
50844
|
}
|
|
50845
50845
|
function readCLIVersion() {
|
|
50846
|
-
if ("0.1.
|
|
50847
|
-
return "0.1.
|
|
50846
|
+
if ("0.1.145".length > 0) {
|
|
50847
|
+
return "0.1.145";
|
|
50848
50848
|
}
|
|
50849
50849
|
const devPackageJsonPath = import_node_path12.default.join(getDevPackageDir(), "package.json");
|
|
50850
50850
|
if (!(0, import_node_fs10.existsSync)(devPackageJsonPath)) {
|