Skip to content

Commit abe793d

Browse files
authored
fix: update dependencies (#240)
1 parent f503333 commit abe793d

File tree

5 files changed

+5842
-9758
lines changed

5 files changed

+5842
-9758
lines changed

lib/pages/page.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export enum PageStyle {
1010
* being composed of one or more settings.
1111
*/
1212
export class Page {
13-
constructor(id: string, language?: string);
13+
constructor(id: string, language?: string)
1414

1515
/**
1616
* Mark this page as complete, which renders a Done button that initiates the installation or update process.

lib/pages/section.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ export class Section {
184184

185185
protected i18nKey(id: string): string
186186
protected toJson(id: string): string
187-
protected translate(id: string): void;
187+
protected translate(id: string): void
188188
}

lib/smart-app.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ export class SmartApp {
374374
/**
375375
* To be called by AWS Lambda functions to handle LAMBDA_APP lifecycle events.
376376
*/
377-
handleLambdaCallback(event: any, context: Context, callback: () => any): void;
377+
handleLambdaCallback(event: any, context: Context, callback: () => any): void
378378

379379
/**
380380
* To be called by test scripts

0 commit comments

Comments
 (0)