Skip to content

Commit

Permalink
chore: bump to support Telegram Bot [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jan 1, 2025
1 parent 02fb217 commit 9abe3db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -43,16 +43,16 @@
"@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": {
"@gramio/callback-data": "^0.0.3",
"@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"
Expand Down

0 comments on commit 9abe3db

Please sign in to comment.