Skip to content

Commit 2c011d8

Browse files
committed
lint
1 parent e014ab3 commit 2c011d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { Browser, BrowserCreateSessionResponse } from './resources/browser';
3232
import { readEnv } from './internal/utils/env';
3333
import { formatRequestDetails, loggerFor } from './internal/utils/log';
3434
import { isEmptyObj } from './internal/utils/values';
35-
import { KernelApp, appRegistry} from './core/app-framework';
35+
import { KernelApp, appRegistry } from './core/app-framework';
3636

3737
export interface ClientOptions {
3838
/**

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ export {
2121
UnprocessableEntityError,
2222
} from './core/error';
2323

24-
export { KernelAction, KernelContext, KernelJson } from './core/app-framework';
24+
export { KernelAction, KernelContext, KernelJson } from './core/app-framework';

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.2'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.5'; // x-release-please-version

0 commit comments

Comments
 (0)