@telepath-computer/television 0.1.61 → 0.1.63
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
|
@@ -50017,8 +50017,8 @@ function getDevPackageDir() {
|
|
|
50017
50017
|
return import_node_path7.default.resolve(import_node_path7.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..");
|
|
50018
50018
|
}
|
|
50019
50019
|
function readCLIVersion() {
|
|
50020
|
-
if ("0.1.
|
|
50021
|
-
return "0.1.
|
|
50020
|
+
if ("0.1.63".length > 0) {
|
|
50021
|
+
return "0.1.63";
|
|
50022
50022
|
}
|
|
50023
50023
|
const devPackageJsonPath = import_node_path7.default.join(getDevPackageDir(), "package.json");
|
|
50024
50024
|
if (!(0, import_node_fs4.existsSync)(devPackageJsonPath)) {
|