@ponomarevlad/telebot
Advanced tools
Comparing version 1.4.1-update.1 to 1.4.1-update.2
@@ -32,2 +32,3 @@ const fs = require('fs'); | ||
if (opt.remove === true) markup['remove_keyboard'] = true; | ||
if (opt.persistent === true) markup['is_persistent'] = true; | ||
if (opt.selective) markup['selective'] = opt.selective; | ||
@@ -34,0 +35,0 @@ return markup; |
{ | ||
"name": "@ponomarevlad/telebot", | ||
"version": "1.4.1-update.1", | ||
"version": "1.4.1-update.2", | ||
"description": "The easy way to write Telegram bots.", | ||
@@ -13,4 +13,4 @@ "main": "lib/telebot.js", | ||
"devDependencies": { | ||
"ava": "^3.5.0", | ||
"eslint": "^6.8.0" | ||
"ava": "^5.1.1", | ||
"eslint": "^8.32.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
78228
1471