Skip to content

Commit

Permalink
version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 23, 2023
1 parent 5ff0658 commit b1cbe2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const def = DefineFunction({
output_parameters: { properties: {}, required: [] },
});

import { SlackAPIClient } from "https://deno.land/x/[email protected].2/mod.ts";
import { SlackAPIClient } from "https://deno.land/x/[email protected].3/mod.ts";

export default SlackFunction(def, async ({ token }) => {
const client = new SlackAPIClient(token);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-web-api-client",
"version": "0.7.2",
"version": "0.7.3",
"description": "Streamlined Slack Web API client for TypeScript",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b1cbe2d

Please sign in to comment.