@vercel/slack-bolt 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/cli.js +1 -1
- package/dist/cli.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @vercel/slack-bolt
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@vercel/slack-bolt)
|
|
4
|
+
[](https://www.npmjs.com/package/@vercel/slack-bolt)
|
|
5
|
+
|
|
3
6
|
A custom [Slack Bolt](https://slack.dev/bolt-js/) receiver built for Vercel's [Fluid Compute](https://vercel.com/docs/fluid-compute).
|
|
4
7
|
|
|
5
8
|
## Getting Started
|
package/dist/cli.js
CHANGED
|
@@ -298,7 +298,7 @@ function run(version) {
|
|
|
298
298
|
const { version } = (/* @__PURE__ */ require_preview.__commonJSMin(((exports, module) => {
|
|
299
299
|
module.exports = {
|
|
300
300
|
"name": "@vercel/slack-bolt",
|
|
301
|
-
"version": "1.4.
|
|
301
|
+
"version": "1.4.2",
|
|
302
302
|
"description": "A Vercel receiver for building Slack apps with Bolt and deploying them to Vercel",
|
|
303
303
|
"main": "./dist/index.js",
|
|
304
304
|
"types": "./dist/index.d.ts",
|
package/dist/cli.mjs
CHANGED
|
@@ -321,7 +321,7 @@ var init_cli = __esmMin((() => {
|
|
|
321
321
|
var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
322
322
|
module.exports = {
|
|
323
323
|
"name": "@vercel/slack-bolt",
|
|
324
|
-
"version": "1.4.
|
|
324
|
+
"version": "1.4.2",
|
|
325
325
|
"description": "A Vercel receiver for building Slack apps with Bolt and deploying them to Vercel",
|
|
326
326
|
"main": "./dist/index.js",
|
|
327
327
|
"types": "./dist/index.d.ts",
|
package/package.json
CHANGED