Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 10, 2024
1 parent 845945c commit 80e74fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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": "1.0.4",
"version": "1.0.5",
"description": "Streamlined Slack Web API client for TypeScript",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src_deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const def = DefineFunction({
output_parameters: { properties: {}, required: [] },
});

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

export default SlackFunction(def, async ({ token }) => {
const client = new SlackAPIClient(token, {
Expand Down
2 changes: 1 addition & 1 deletion src_deno/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seratch/slack-web-api-client",
"version": "1.0.4",
"version": "1.0.5",
"exports": "./mod.ts",
"lint": {
"rules": {
Expand Down

0 comments on commit 80e74fb

Please sign in to comment.