From 9abe3db637dea478c96a202f65d2fb654e120df9 Mon Sep 17 00:00:00 2001 From: kravetsone <57632712+kravetsone@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:44:22 +0300 Subject: [PATCH] chore: bump to support Telegram Bot API@8.2 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1973a1b..f2b4ad8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gramio", "type": "module", - "version": "0.2.1", + "version": "0.2.2", "description": "Powerful, extensible and really type-safe Telegram Bot API framework", "main": "dist/index.cjs", "module": "dist/index.js", @@ -43,7 +43,7 @@ "@biomejs/biome": "1.9.4", "@types/bun": "^1.1.14", "@types/debug": "^4.1.12", - "pkgroll": "^2.5.1", + "pkgroll": "^2.6.0", "typescript": "^5.7.2" }, "dependencies": { @@ -51,8 +51,8 @@ "@gramio/contexts": "^0.1.2", "@gramio/files": "^0.1.2", "@gramio/format": "^0.1.5", - "@gramio/keyboards": "^1.0.2", - "@gramio/types": "^8.1.0", + "@gramio/keyboards": "^1.1.0", + "@gramio/types": "^8.2.0", "debug": "^4.4.0", "inspectable": "^3.0.2", "middleware-io": "^2.8.1"