@telepath-computer/television 0.1.62 → 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.
Files changed (2) hide show
  1. package/dist/cli.cjs +2 -2
  2. package/package.json +1 -1
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.62".length > 0) {
50021
- return "0.1.62";
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)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telepath-computer/television",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "type": "module",
5
5
  "main": "dist/cli.cjs",
6
6
  "bin": {