Module

x/deno_slack_hooks/install_update.ts>updateDependencyMap

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

updateDependencyMap takes in a map of the dependencies' key/value pairs and, if an update exists for a dependency of the same name in the releases provided, replaces the existing version with the latest version of the dependency. Returns an updated map of all dependencies, as well as an update summary of each.

Parameters

dependencyMap: JSONValue
releases: Release[]