Skip to main content
Module

x/deno_slack_hooks/check_update.ts>fetchLatestModuleVersion

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

fetchLatestModuleVersion retrieves the published metadata.json that contains all releases and returns the latest published version

Parameters

moduleName: string

Returns

Promise<string>