@lvrdai/paperclip-slack 0.1.0 → 0.1.1
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/dist/manifest.js +5 -2
- package/dist/manifest.js.map +2 -2
- package/dist/worker.js +1 -1
- package/dist/worker.js.map +2 -2
- package/package.json +1 -1
package/dist/worker.js
CHANGED
|
@@ -9595,7 +9595,7 @@ function slackResult(data, render) {
|
|
|
9595
9595
|
}
|
|
9596
9596
|
var spec = {
|
|
9597
9597
|
packageName: "@lvrdai/paperclip-slack",
|
|
9598
|
-
version: "0.1.
|
|
9598
|
+
version: "0.1.1",
|
|
9599
9599
|
displayName: "Slack",
|
|
9600
9600
|
description: "Read channels and post messages in the business's Slack workspace via the owner's connected Slack account.",
|
|
9601
9601
|
providerConfigKey: "slack",
|