Skip to content

Commit

Permalink
chore: bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jun 28, 2024
1 parent 0224776 commit 552e53d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
]
},
"imports": {
"@gramio/types": "jsr:@gramio/types@^7.4.1",
"@gramio/types": "jsr:@gramio/types@^7.5.0",
"@gramio/callback-data": "jsr:@gramio/callback-data@^0.0.3",
"@gramio/contexts": "jsr:@gramio/contexts@^0.0.16",
"@gramio/files": "jsr:@gramio/files@^0.0.8",
"@gramio/format": "jsr:@gramio/format@^0.1.3",
"@gramio/keyboards": "jsr:@gramio/keyboards@^0.3.3",
"inspectable": "npm:inspectable@^3.0.1",
"inspectable": "npm:inspectable@^3.0.2",
"middleware-io": "npm:middleware-io@^2.8.1",
"undici": "npm:undici@^6.18.1"
"undici": "npm:undici@^6.19.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gramio",
"type": "commonjs",
"version": "0.0.40",
"version": "0.0.41",
"description": "Powerful Telegram Bot API framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.5",
"typescript": "^5.4.5"
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
},
"dependencies": {
"@gramio/callback-data": "^0.0.3",
Expand Down

0 comments on commit 552e53d

Please sign in to comment.