slack-block-builder
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -68,3 +68,3 @@ "use strict"; | ||
const baseUri = 'https://app.slack.com/block-kit-builder/#'; | ||
const stringifiedBlocks = this.props.type | ||
const stringifiedBlocks = result.type | ||
? JSON.stringify(result) | ||
@@ -71,0 +71,0 @@ : JSON.stringify({ blocks: result.blocks, attachments: result.attachments }); |
{ | ||
"name": "slack-block-builder", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Maintainable code for interactive Slack messages, modals, home tabs, and workflow steps. A must-have for the Slack Block Kit framework.", | ||
@@ -5,0 +5,0 @@ "author": { |
262192