grammy 1.31.2 β 1.31.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/out/convenience/frameworks.js +3 -0
- package/out/web.mjs +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -315,6 +315,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
315
315
|
<td align="center" valign="top" width="11.11%"><a href="https://github.com/ExposedCat"><img src="https://avatars.githubusercontent.com/u/44642024?v=4?s=100" width="100px;" alt="Artem Prokop"/><br /><sub><b>Artem Prokop</b></sub></a><br /><a href="#userTesting-ExposedCat" title="User Testing">π</a></td>
|
|
316
316
|
<td align="center" valign="top" width="11.11%"><a href="https://chinoman10.com/"><img src="https://avatars.githubusercontent.com/u/8300763?v=4?s=100" width="100px;" alt="SΓ©rgio Rebelo"/><br /><sub><b>SΓ©rgio Rebelo</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3AChinoman10" title="Reviewed Pull Requests">π</a></td>
|
|
317
317
|
<td align="center" valign="top" width="11.11%"><a href="https://blog.katsuba.dev"><img src="https://avatars.githubusercontent.com/u/10637135?v=4?s=100" width="100px;" alt="Igor Katsuba"/><br /><sub><b>Igor Katsuba</b></sub></a><br /><a href="#ideas-IKatsuba" title="Ideas, Planning, & Feedback">π€</a> <a href="https://github.com/grammyjs/grammY/commits?author=IKatsuba" title="Code">π»</a></td>
|
|
318
|
+
<td align="center" valign="top" width="11.11%"><a href="https://tilon.uz"><img src="https://avatars.githubusercontent.com/u/105904746?v=4?s=100" width="100px;" alt="Oyatillo"/><br /><sub><b>Oyatillo</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3ABilagoNet" title="Reviewed Pull Requests">π</a> <a href="https://github.com/grammyjs/grammY/issues?q=author%3ABilagoNet" title="Bug reports">π</a> <a href="https://github.com/grammyjs/grammY/commits?author=BilagoNet" title="Code">π»</a></td>
|
|
319
|
+
</tr>
|
|
320
|
+
<tr>
|
|
321
|
+
<td align="center" valign="top" width="11.11%"><a href="https://www.vorant94.io/"><img src="https://avatars.githubusercontent.com/u/9719319?v=4?s=100" width="100px;" alt="Mordechai Dror"/><br /><sub><b>Mordechai Dror</b></sub></a><br /><a href="https://github.com/grammyjs/grammY/pulls?q=is%3Apr+reviewed-by%3Avorant94" title="Reviewed Pull Requests">π</a></td>
|
|
318
322
|
</tr>
|
|
319
323
|
</tbody>
|
|
320
324
|
</table>
|
package/out/web.mjs
CHANGED
|
@@ -4695,7 +4695,10 @@ const bun = (request)=>{
|
|
|
4695
4695
|
},
|
|
4696
4696
|
unauthorized: ()=>{
|
|
4697
4697
|
resolveResponse(unauthorized());
|
|
4698
|
-
}
|
|
4698
|
+
},
|
|
4699
|
+
handlerReturn: new Promise((resolve)=>{
|
|
4700
|
+
resolveResponse = resolve;
|
|
4701
|
+
})
|
|
4699
4702
|
};
|
|
4700
4703
|
};
|
|
4701
4704
|
const cloudflare = (event)=>{
|