Comparing version 1.20.3 to 1.20.4
@@ -128,3 +128,3 @@ "use strict"; | ||
update: ctx.req.json(), | ||
header: ctx.req.headers.get(SECRET_HEADER) || undefined, | ||
header: ctx.req.header(SECRET_HEADER), | ||
end: () => { | ||
@@ -134,4 +134,3 @@ resolveResponse(ctx.body()); | ||
respond: (json) => { | ||
ctx.header('Content-Type", "application/json'); | ||
resolveResponse(ctx.body(json)); | ||
resolveResponse(ctx.json(json)); | ||
}, | ||
@@ -138,0 +137,0 @@ unauthorized: () => { |
{ | ||
"name": "grammy", | ||
"description": "The Telegram Bot Framework.", | ||
"version": "1.20.3", | ||
"version": "1.20.4", | ||
"author": "KnorpelSenf", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@grammyjs/types": "^3.4.6", | ||
"@grammyjs/types": "3.4.6", | ||
"abort-controller": "^3.0.0", | ||
@@ -23,0 +23,0 @@ "debug": "^4.3.4", |
@@ -168,3 +168,3 @@ <div align="center"><a href="https://grammy.dev"><img src="https://raw.githubusercontent.com/grammyjs/website/main/logos/grammY.png" alt="grammY"></a></h1></div> | ||
<td align="center" valign="top" width="11.11%"><a href="https://github.com/ppsimn"><img src="https://avatars.githubusercontent.com/u/88509883?v=4?s=100" width="100px;" alt="ppsimn"/><br /><sub><b>ppsimn</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/issues?q=author%3Appsimn" title="Bug reports">π</a></td> | ||
<td align="center" valign="top" width="11.11%"><a href="https://satont.js.org/"><img src="https://avatars.githubusercontent.com/u/42675886?v=4?s=100" width="100px;" alt="Satont"/><br /><sub><b>Satont</b></sub></a><br /><a href="#plugin-Satont" title="Plugin/utility libraries">π</a> <a href="https://github.com/grammyjs/grammY/commits?author=Satont" title="Documentation">π</a></td> | ||
<td align="center" valign="top" width="11.11%"><a href="https://github.com/satont"><img src="https://avatars.githubusercontent.com/u/42675886?v=4?s=100" width="100px;" alt="Satont"/><br /><sub><b>Satont</b></sub></a><br /><a href="#plugin-Satont" title="Plugin/utility libraries">π</a> <a href="https://github.com/grammyjs/grammY/commits?author=Satont" title="Documentation">π</a></td> | ||
<td align="center" valign="top" width="11.11%"><a href="https://github.com/deptyped"><img src="https://avatars.githubusercontent.com/u/26162440?v=4?s=100" width="100px;" alt="deptyped"/><br /><sub><b>deptyped</b></sub></a><br /><a href="#example-deptyped" title="Examples">π‘</a> <a href="https://github.com/grammyjs/grammY/commits?author=deptyped" title="Documentation">π</a> <a href="#tutorial-deptyped" title="Tutorials">β </a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3Adeptyped" title="Bug reports">π</a> <a href="#translation-deptyped" title="Translation">π</a></td> | ||
@@ -286,3 +286,7 @@ <td align="center" valign="top" width="11.11%"><a href="https://github.com/dzek69"><img src="https://avatars.githubusercontent.com/u/4936805?v=4?s=100" width="100px;" alt="Jacek Nowacki"/><br /><sub><b>Jacek Nowacki</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=dzek69" title="Documentation">π</a> <a href="https://github.com/grammyjs/grammY/commits?author=dzek69" title="Code">π»</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3Adzek69" title="Bug reports">π</a> <a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Adzek69" title="Reviewed Pull Requests">π</a> <a href="#ideas-dzek69" title="Ideas, Planning, & Feedback">π€</a></td> | ||
<td align="center" valign="top" width="11.11%"><a href="https://github.com/gabeklavans"><img src="https://avatars.githubusercontent.com/u/32149200?v=4?s=100" width="100px;" alt="gabe"/><br /><sub><b>gabe</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Agabeklavans" title="Reviewed Pull Requests">π</a></td> | ||
<td align="center" valign="top" width="11.11%"><a href="https://github.com/Rnbsov"><img src="https://avatars.githubusercontent.com/u/73550760?v=4?s=100" width="100px;" alt="Lavrentiy Rubtsov"/><br /><sub><b>Lavrentiy Rubtsov</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=Rnbsov" title="Documentation">π</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center" valign="top" width="11.11%"><a href="https://linktr.ee/joshgillies"><img src="https://avatars.githubusercontent.com/u/319694?v=4?s=100" width="100px;" alt="Josh Gillies"/><br /><sub><b>Josh Gillies</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/commits?author=joshgillies" title="Code">π»</a></td> | ||
</tr> | ||
</tbody> | ||
@@ -289,0 +293,0 @@ </table> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
975284
300
19428
+ Added@grammyjs/types@3.4.6(transitive)
- Removed@grammyjs/types@3.16.0(transitive)
Updated@grammyjs/types@3.4.6