-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for 7.8 Telegram Bot API
- Loading branch information
1 parent
2788d51
commit 9aa93ce
Showing
7 changed files
with
58 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,44 @@ | ||
{ | ||
"name": "@gramio/contexts", | ||
"version": "0.0.20", | ||
"main": "dist/index.js", | ||
"keywords": [ | ||
"gramio", | ||
"contexts", | ||
"updates", | ||
"events", | ||
"telegram", | ||
"telegram-bot", | ||
"telegram-bot-api", | ||
"bot" | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@biomejs/biome": "1.7.3", | ||
"@gramio/types": "^7.7.0", | ||
"@types/bun": "^1.1.6", | ||
"common-tags": "^1.8.2", | ||
"inspectable": "^3.0.2", | ||
"madge": "^7.0.0", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
"peerDependencies": { | ||
"inspectable": "^3.0.1" | ||
}, | ||
"description": "Contexts for GramIO framework", | ||
"scripts": { | ||
"type": "tsc --noEmit", | ||
"lint": "bunx @biomejs/biome check ./src", | ||
"lint:fix": "bun lint --apply", | ||
"prepublishOnly": "tsc && bunx tsc-alias", | ||
"circular": "bunx madge --circular ./src --extensions=ts", | ||
"generate": "bun scripts/generate.ts", | ||
"jsr": "bun scripts/release-jsr.ts" | ||
}, | ||
"type": "commonjs", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"tslib": "^2.6.3" | ||
} | ||
"name": "@gramio/contexts", | ||
"version": "0.0.21", | ||
"main": "dist/index.js", | ||
"keywords": [ | ||
"gramio", | ||
"contexts", | ||
"updates", | ||
"events", | ||
"telegram", | ||
"telegram-bot", | ||
"telegram-bot-api", | ||
"bot" | ||
], | ||
"files": ["dist"], | ||
"devDependencies": { | ||
"@biomejs/biome": "1.7.3", | ||
"@gramio/types": "^7.8.0", | ||
"@types/bun": "^1.1.6", | ||
"common-tags": "^1.8.2", | ||
"inspectable": "^3.0.2", | ||
"madge": "^7.0.0", | ||
"tsup": "^8.2.3", | ||
"typescript": "^5.5.4" | ||
}, | ||
"peerDependencies": { | ||
"inspectable": "^3.0.1" | ||
}, | ||
"description": "Contexts for GramIO framework", | ||
"scripts": { | ||
"type": "tsc --noEmit", | ||
"lint": "bunx @biomejs/biome check ./src", | ||
"lint:fix": "bun lint --apply", | ||
"prepublishOnly": "tsc && bunx tsc-alias", | ||
"circular": "bunx madge --circular ./src --extensions=ts", | ||
"generate": "bun scripts/generate.ts", | ||
"jsr": "bun scripts/release-jsr.ts" | ||
}, | ||
"type": "commonjs", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"tslib": "^2.6.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters