@telepath-computer/television 0.1.109 → 0.1.111

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
@@ -50560,8 +50560,8 @@ function resolveVercelSkillsInstallerBin() {
50560
50560
  return localRequire.resolve("skills/bin/cli.mjs");
50561
50561
  }
50562
50562
  function readCLIVersion() {
50563
- if ("0.1.109".length > 0) {
50564
- return "0.1.109";
50563
+ if ("0.1.111".length > 0) {
50564
+ return "0.1.111";
50565
50565
  }
50566
50566
  const devPackageJsonPath = import_node_path10.default.join(getDevPackageDir(), "package.json");
50567
50567
  if (!(0, import_node_fs7.existsSync)(devPackageJsonPath)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telepath-computer/television",
3
- "version": "0.1.109",
3
+ "version": "0.1.111",
4
4
  "type": "module",
5
5
  "main": "dist/cli.cjs",
6
6
  "bin": {