@telepath-computer/television 0.1.77 → 0.1.78
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
|
@@ -50123,8 +50123,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
50123
50123
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
50124
50124
|
}
|
|
50125
50125
|
function readCLIVersion() {
|
|
50126
|
-
if ("0.1.
|
|
50127
|
-
return "0.1.
|
|
50126
|
+
if ("0.1.78".length > 0) {
|
|
50127
|
+
return "0.1.78";
|
|
50128
50128
|
}
|
|
50129
50129
|
const devPackageJsonPath = import_node_path7.default.join(getDevPackageDir(), "package.json");
|
|
50130
50130
|
if (!(0, import_node_fs4.existsSync)(devPackageJsonPath)) {
|
|
@@ -50136,7 +50136,7 @@ function listKnownArtifactTypeDocs() {
|
|
|
50136
50136
|
if ('["artifact-types/table.md"]'.length > 0) {
|
|
50137
50137
|
return JSON.parse('["artifact-types/table.md"]');
|
|
50138
50138
|
}
|
|
50139
|
-
const televisionSkillsWorkspaceDir = import_node_path7.default.resolve(getDevPackageDir(), "../
|
|
50139
|
+
const televisionSkillsWorkspaceDir = import_node_path7.default.resolve(getDevPackageDir(), "../skills");
|
|
50140
50140
|
if (!(0, import_node_fs4.existsSync)(televisionSkillsWorkspaceDir)) {
|
|
50141
50141
|
return [];
|
|
50142
50142
|
}
|