gramstax 0.8.1 → 0.8.2

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.
@@ -331,7 +331,6 @@ declare class Ctx {
331
331
  addArgs(str: string | undefined, mtd: Parameters<typeof this.getSeperatorTag>[0], pld: (string | undefined)[]): string;
332
332
  getArgs(str: string | undefined, mtd: Parameters<typeof this.getSeperatorTag>[0], positionStart?: number): string[];
333
333
  getIntent(str: string | undefined, mtd: Parameters<typeof this.getSeperatorTag>[0], positionEnd?: number): string;
334
- transition?(...args: any): Promise<any>;
335
334
  handleCallbackData?(): Promise<any>;
336
335
  handleArgsCallbackData?(): Promise<any>;
337
336
  handleText?(): Promise<any>;
@@ -331,7 +331,6 @@ declare class Ctx {
331
331
  addArgs(str: string | undefined, mtd: Parameters<typeof this.getSeperatorTag>[0], pld: (string | undefined)[]): string;
332
332
  getArgs(str: string | undefined, mtd: Parameters<typeof this.getSeperatorTag>[0], positionStart?: number): string[];
333
333
  getIntent(str: string | undefined, mtd: Parameters<typeof this.getSeperatorTag>[0], positionEnd?: number): string;
334
- transition?(...args: any): Promise<any>;
335
334
  handleCallbackData?(): Promise<any>;
336
335
  handleArgsCallbackData?(): Promise<any>;
337
336
  handleText?(): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gramstax",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",