@telepath-computer/television 0.1.123 → 0.1.124
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
|
@@ -55384,8 +55384,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
55384
55384
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
55385
55385
|
}
|
|
55386
55386
|
function readCLIVersion() {
|
|
55387
|
-
if ("0.1.
|
|
55388
|
-
return "0.1.
|
|
55387
|
+
if ("0.1.124".length > 0) {
|
|
55388
|
+
return "0.1.124";
|
|
55389
55389
|
}
|
|
55390
55390
|
const devPackageJsonPath = import_node_path11.default.join(getDevPackageDir(), "package.json");
|
|
55391
55391
|
if (!(0, import_node_fs8.existsSync)(devPackageJsonPath)) {
|