Skip to content

Commit

Permalink
chore: just bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 21, 2024
1 parent be65bf8 commit 2307686
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrappergram",
"version": "1.1.0",
"version": "1.2.0",
"main": "./dist/index.cjs",
"description": "Simple and tiny code-generated Telegram Bot API wrapper for TypeScript/JavaScript with file upload support",
"keywords": [
Expand Down Expand Up @@ -35,14 +35,14 @@
},
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"mitata": "^0.1.11",
"pkgroll": "^2.4.2",
"typescript": "^5.5.4"
"@types/bun": "^1.1.14",
"mitata": "^1.0.21",
"pkgroll": "^2.5.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@gramio/files": "^0.0.12",
"@gramio/types": "^7.8.0"
"@gramio/files": ">=0.1.0 <1.0.0",
"@gramio/types": "*"
},
"files": ["dist"]
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class Telegram {
* else console.log(`New message id is ${response.result.message_id}`);
* ```
*/
// TODO: hooks, middlewares = great API
readonly api = new Proxy({} as APIMethodRawResponse, {
get:
<T extends keyof APIMethodRawResponse>(
Expand Down

0 comments on commit 2307686

Please sign in to comment.