@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.
package/dist/browser/index.html
CHANGED
|
@@ -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-
|
|
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.
|
|
49512
|
-
return "0.1.
|
|
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)) {
|