Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 7, 2024
1 parent 63c1d51 commit b4f646a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Open the source file `supabase/functions/hello-world/index.ts` and replace it wi
import {
SlackApp,
SlackEdgeAppEnv,
} from "https://deno.land/x/[email protected].0/mod.ts";
} from "https://deno.land/x/[email protected].1/mod.ts";

const app = new SlackApp<SlackEdgeAppEnv>({
env: {
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-edge",
"version": "1.3.0",
"version": "1.3.1",
"description": "Slack app development framework for edge functions with streamlined TypeScript support",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src_deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Key differences include:
import {
SlackApp,
SlackEdgeAppEnv,
} from "https://deno.land/x/[email protected].0/mod.ts";
} from "https://deno.land/x/[email protected].1/mod.ts";

const app = new SlackApp<SlackEdgeAppEnv>({
env: {
Expand Down Expand Up @@ -77,7 +77,7 @@ run a Socket Mode app as below:
import {
SlackApp,
SlackSocketModeAppEnv,
} from "https://deno.land/x/[email protected].0/mod.ts";
} from "https://deno.land/x/[email protected].1/mod.ts";

const app = new SlackApp<SlackSocketModeAppEnv>({
env: {
Expand Down

0 comments on commit b4f646a

Please sign in to comment.