Skip to main content
Module

x/deno_slack_hooks/check_update.ts>readProjectDependencies

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
function readProjectDependencies
import { readProjectDependencies } from "https://deno.land/x/deno_slack_hooks@1.3.0/check_update.ts";

readProjectDependencies cycles through supported project dependency files and maps them to the versionMap that contains each dependency's update information.

Returns

Promise<{ versionMap: VersionMap; inaccessibleFiles: InaccessibleFile[]; }>