Skip to content

Commit

Permalink
version 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 11, 2024
1 parent 683d80b commit f3647b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ cloudflared tunnel --url http://localhost:3000
#### Run with Deno

```typescript
import { SlackApp } from "https://deno.land/x/slack_edge@0.10.7/mod.ts";
import { SlackApp } from "https://deno.land/x/slack_edge@0.10.8/mod.ts";

const app = new SlackApp({
env: {
Expand Down Expand Up @@ -220,7 +220,7 @@ cloudflared tunnel --url http://localhost:3000
Thanks to Deno's built-in WebSocket implementation, you can quickly and easily run a Socket Mode app as below:

```typescript
import { SlackApp } from "https://deno.land/x/slack_edge@0.10.7/mod.ts";
import { SlackApp } from "https://deno.land/x/slack_edge@0.10.8/mod.ts";

const app = new SlackApp({
env: {
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-edge",
"version": "0.10.7",
"version": "0.10.8",
"description": "Slack app development framework for edge functions with streamlined TypeScript support",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -34,12 +34,12 @@
},
"homepage": "https://github.com/seratch/slack-edge#readme",
"dependencies": {
"slack-web-api-client": "^0.8.3"
"slack-web-api-client": "^0.9"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.4.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"vitest": "^1.4.0"
}
}

0 comments on commit f3647b1

Please sign in to comment.