@telepath-computer/television 0.1.32 → 0.1.33

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.
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Television</title>
7
- <script type="module" crossorigin src="./assets/index-BBVNTUwf.js"></script>
7
+ <script type="module" crossorigin src="./assets/index-DNHsk-aL.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="./assets/index-C0YgLV2m.css">
9
9
  </head>
10
10
  <body></body>
package/dist/cli.cjs CHANGED
@@ -49508,8 +49508,8 @@ function createDirectiveError(message) {
49508
49508
  return new CLIDirectiveError(ensureHelpPointer(message));
49509
49509
  }
49510
49510
  function readCLIVersion() {
49511
- if ("0.1.32".length > 0) {
49512
- return "0.1.32";
49511
+ if ("0.1.33".length > 0) {
49512
+ return "0.1.33";
49513
49513
  }
49514
49514
  const devPackageJsonPath = import_node_path7.default.resolve(process.cwd(), "package.json");
49515
49515
  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.32",
3
+ "version": "0.1.33",
4
4
  "type": "module",
5
5
  "workspaces": [
6
6
  "packages/*",