@telepath-computer/television 0.1.53 → 0.1.54
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 +2 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -50010,8 +50010,8 @@ function getDevPackageDir() {
|
|
|
50010
50010
|
return import_node_path7.default.resolve(import_node_path7.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..");
|
|
50011
50011
|
}
|
|
50012
50012
|
function readCLIVersion() {
|
|
50013
|
-
if ("0.1.
|
|
50014
|
-
return "0.1.
|
|
50013
|
+
if ("0.1.54".length > 0) {
|
|
50014
|
+
return "0.1.54";
|
|
50015
50015
|
}
|
|
50016
50016
|
const devPackageJsonPath = import_node_path7.default.join(getDevPackageDir(), "package.json");
|
|
50017
50017
|
if (!(0, import_node_fs4.existsSync)(devPackageJsonPath)) {
|