Skip to content

Commit

Permalink
Upgrading deno-slack-api to v2.4.0 (support for all_resources event…
Browse files Browse the repository at this point in the history
… triggers) (#304)
  • Loading branch information
Fil Maj authored Apr 16, 2024
1 parent 6202519 commit 199861e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.coverage
.vim
lcov.info
npm/
npm/
4 changes: 2 additions & 2 deletions src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { SlackAPI } from "https://deno.land/x/deno_slack_api@2.3.2/mod.ts";
export { SlackAPI } from "https://deno.land/x/deno_slack_api@2.4.0/mod.ts";
export type {
SlackAPIClient,
Trigger,
} from "https://deno.land/x/deno_slack_api@2.3.2/types.ts";
} from "https://deno.land/x/deno_slack_api@2.4.0/types.ts";

0 comments on commit 199861e

Please sign in to comment.