Skip to content

Commit

Permalink
chore: bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 21, 2024
1 parent 8fc6e4d commit 1abbc6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">

[![Bot API](https://img.shields.io/badge/Bot%20API-8.0-blue?logo=telegram&style=flat&labelColor=000&color=3b82f6)](https://core.telegram.org/bots/api)
[![Bot API](https://img.shields.io/badge/Bot%20API-8.1-blue?logo=telegram&style=flat&labelColor=000&color=3b82f6)](https://core.telegram.org/bots/api)
[![npm](https://img.shields.io/npm/v/gramio?logo=npm&style=flat&labelColor=000&color=3b82f6)](https://www.npmjs.org/package/gramio)
[![npm downloads](https://img.shields.io/npm/dw/gramio?logo=npm&style=flat&labelColor=000&color=3b82f6)](https://www.npmjs.org/package/gramio)
[![JSR](https://jsr.io/badges/@gramio/core)](https://jsr.io/@gramio/core)
Expand Down
14 changes: 7 additions & 7 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "0.0.48",
"exports": "./src/index.ts",
"publish": {
"include": ["deno.json", "src", "README.md", "LICENSE"]
"include": ["src", "README.md", "LICENSE"]
},
"imports": {
"@gramio/types": "jsr:@gramio/types@^7.10.0",
"@gramio/types": "jsr:@gramio/types@^8.1.0",
"@gramio/callback-data": "jsr:@gramio/callback-data@^0.0.3",
"@gramio/contexts": "jsr:@gramio/contexts@^0.0.23",
"@gramio/files": "jsr:@gramio/files@^0.0.10",
"@gramio/format": "jsr:@gramio/format@^0.1.3",
"@gramio/keyboards": "jsr:@gramio/keyboards@^0.3.3",
"@gramio/contexts": "jsr:@gramio/contexts@^0.1.0",
"@gramio/files": "jsr:@gramio/files@^0.1.2",
"@gramio/format": "jsr:@gramio/format@^0.1.5",
"@gramio/keyboards": "jsr:@gramio/keyboards@^1.0.2",
"inspectable": "npm:inspectable@^3.0.2",
"middleware-io": "npm:middleware-io@^2.8.1",
"debug": "npm:debug@^4.3.5"
"debug": "npm:debug@^4.4.0"
}
}
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,14 @@
},
"dependencies": {
"@gramio/callback-data": "^0.0.3",
"@gramio/contexts": "^0.0.23",
"@gramio/files": "^0.1.0",
"@gramio/contexts": "^0.1.2",
"@gramio/files": "^0.1.2",
"@gramio/format": "^0.1.5",
"@gramio/keyboards": "^1.0.0",
"@gramio/keyboards": "^1.0.2",
"@gramio/types": "^8.1.0",
"debug": "^4.3.7",
"debug": "^4.4.0",
"inspectable": "^3.0.2",
"middleware-io": "^2.8.1"
},
"overrides": {
"@gramio/types": "^8.1.0"
},
"files": ["dist"]
}

0 comments on commit 1abbc6a

Please sign in to comment.