Skip to content

Commit

Permalink
Publish @slack/web-api@7.4.0 (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj authored Sep 5, 2024
1 parent a3a06ec commit 956e6b8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions packages/web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
{
"name": "@slack/web-api",
"version": "7.3.4",
"version": "7.4.0",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": ["slack", "web-api", "bot", "client", "http", "api", "proxy", "rate-limiting", "pagination"],
"keywords": [
"slack",
"web-api",
"bot",
"client",
"http",
"api",
"proxy",
"rate-limiting",
"pagination"
],
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"engines": {
"node": ">= 18",
"npm": ">= 8.6.0"
Expand Down

0 comments on commit 956e6b8

Please sign in to comment.