@telepath-computer/television 0.1.204 → 0.1.205
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
CHANGED
|
@@ -52569,7 +52569,7 @@ function disabledTelemetryRuntime() {
|
|
|
52569
52569
|
|
|
52570
52570
|
// ../server/src/updates/version.ts
|
|
52571
52571
|
function readVersionStamp() {
|
|
52572
|
-
if ("0.1.
|
|
52572
|
+
if ("0.1.205".length > 0) return "0.1.205";
|
|
52573
52573
|
return void 0;
|
|
52574
52574
|
}
|
|
52575
52575
|
function resolveUpdateReleaseVersion(env = process.env, stamp = readVersionStamp()) {
|
|
@@ -53069,8 +53069,8 @@ var Server = class {
|
|
|
53069
53069
|
};
|
|
53070
53070
|
};
|
|
53071
53071
|
function readServerPackageVersion() {
|
|
53072
|
-
if ("0.1.
|
|
53073
|
-
return telemetryVersion("0.1.
|
|
53072
|
+
if ("0.1.205".length > 0) {
|
|
53073
|
+
return telemetryVersion("0.1.205");
|
|
53074
53074
|
}
|
|
53075
53075
|
const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
|
|
53076
53076
|
if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
|
|
@@ -54649,8 +54649,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
54649
54649
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
54650
54650
|
}
|
|
54651
54651
|
function readCLIVersion() {
|
|
54652
|
-
if ("0.1.
|
|
54653
|
-
return "0.1.
|
|
54652
|
+
if ("0.1.205".length > 0) {
|
|
54653
|
+
return "0.1.205";
|
|
54654
54654
|
}
|
|
54655
54655
|
const devPackageJsonPath = import_node_path17.default.join(getDevPackageDir(), "package.json");
|
|
54656
54656
|
if (!(0, import_node_fs14.existsSync)(devPackageJsonPath)) {
|
|
@@ -113,8 +113,7 @@ tv-task:has(tv-task-checkbox[disabled]) tv-task-title {
|
|
|
113
113
|
|
|
114
114
|
/* ---- List container ----
|
|
115
115
|
No frame of its own: the artifact page is the surface, and Television's
|
|
116
|
-
artifact-view supplies the card chrome around the document.
|
|
117
|
-
design frame adds its own preview-only border.) */
|
|
116
|
+
artifact-view supplies the card chrome around the document. */
|
|
118
117
|
|
|
119
118
|
tv-task-list {
|
|
120
119
|
display: block;
|
|
@@ -113,8 +113,7 @@ tv-task:has(tv-task-checkbox[disabled]) tv-task-title {
|
|
|
113
113
|
|
|
114
114
|
/* ---- List container ----
|
|
115
115
|
No frame of its own: the artifact page is the surface, and Television's
|
|
116
|
-
artifact-view supplies the card chrome around the document.
|
|
117
|
-
design frame adds its own preview-only border.) */
|
|
116
|
+
artifact-view supplies the card chrome around the document. */
|
|
118
117
|
|
|
119
118
|
tv-task-list {
|
|
120
119
|
display: block;
|