Module

x/deno_slack_hooks/check_update.ts>createVersionMap

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

createVersionMap creates an object that contains each dependency, featuring information about the current and latest versions, as well as if breaking changes are present and if any errors occurred during version retrieval.

Returns

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