grammy 1.10.0 → 1.10.1

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.
Files changed (2) hide show
  1. package/out/context.d.ts +1 -1
  2. package/package.json +1 -1
package/out/context.d.ts CHANGED
@@ -122,7 +122,7 @@ export declare class Context implements RenamedUpdate {
122
122
  * Used by some middleware to store information about how a certain string
123
123
  * or regular expression was matched.
124
124
  */
125
- match?: string | RegExpMatchArray;
125
+ match: string | RegExpMatchArray | undefined;
126
126
  constructor(
127
127
  /**
128
128
  * The update object that is contained in the context.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "grammy",
3
3
  "description": "The Telegram Bot Framework.",
4
- "version": "1.10.0",
4
+ "version": "1.10.1",
5
5
  "author": "KnorpelSenf",
6
6
  "license": "MIT",
7
7
  "engines": {