Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
- @slack/web-api@6.2.4-tokenRotationBeta.1
- @slack/oauth@2.1.0-tokenRotationBeta.1
  • Loading branch information
misscoded committed Jun 4, 2021
1 parent b925e45 commit 2fd8385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/oauth",
"version": "2.1.0",
"version": "2.1.0-tokenRotationBeta.1",
"description": "Official library for interacting with Slack's Oauth endpoints",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@slack/logger": "^3.0.0",
"@slack/web-api": "^6.0.0",
"@slack/web-api": "feat-token-rotation",
"@types/jsonwebtoken": "^8.3.7",
"@types/node": ">=12",
"jsonwebtoken": "^8.5.1",
Expand All @@ -64,4 +64,4 @@
"typescript": "^4.1",
"uncaughtException": "^1.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/web-api",
"version": "6.2.4",
"version": "6.2.4-tokenRotationBeta.1",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -81,4 +81,4 @@
"tsd": {
"directory": "test/types"
}
}
}

0 comments on commit 2fd8385

Please sign in to comment.