Skip to main content
Module

x/deno_slack_hooks/install_update.ts>updateDependencyFile

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

updateDependencyFile reads the contents of a provided path, calls updateDependencyMap to swap out the current versions with the latest releases available, and then writes to the dependency file. Returns a summary of updates made.

Parameters

path: string
releases: Release[]

Returns

Promise<Update[]>