Skip to main content
Module

x/deno_slack_hooks/libraries.ts

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
File
import hooksVersion from "./version.ts";
export const DENO_SLACK_SDK = "deno_slack_sdk";export const DENO_SLACK_API = "deno_slack_api";export const DENO_SLACK_HOOKS = "deno_slack_hooks";export const DENO_SLACK_RUNTIME = "deno_slack_runtime";
export const VERSIONS = { [DENO_SLACK_RUNTIME]: "1.1.1", [DENO_SLACK_HOOKS]: hooksVersion,};
export const RUNTIME_TAG = `${DENO_SLACK_RUNTIME}@${ VERSIONS[DENO_SLACK_RUNTIME]}`;export const HOOKS_TAG = `${DENO_SLACK_HOOKS}@${VERSIONS[DENO_SLACK_HOOKS]}`;