@botique/bmp
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -247,2 +247,5 @@ "use strict"; | ||
function mapButton(button) { | ||
if (button.type === "element_share") { | ||
return { type: "openUrl", title: "Share", value: "#" }; | ||
} | ||
const cardActionType = exports.BUTTON_TYPE_MAPPINGS[button.type]; | ||
@@ -249,0 +252,0 @@ if (!cardActionType) { |
{ | ||
"name": "@botique/bmp", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Botique Messaging Protocol", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
Sorry, the diff of this file is not supported yet
40948
717
50