Skip to content

Commit

Permalink
Upgrade to v1.0.0 stable @elastic/synthetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 10, 2023
1 parent 216f1e9 commit d775143
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions electron/api/recordJourney.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import { existsSync } from 'fs';
import { BrowserWindow, ipcMain, IpcMainInvokeEvent } from 'electron';
import type { BrowserContext } from 'playwright';
import logger from 'electron-log';
import { ActionInContext } from '../../common/types';
import { BrowserManager } from '../browserManager';
import { ActionContext } from '../../common/types';

export async function recordJourney(
_event: IpcMainInvokeEvent,
Expand All @@ -46,7 +46,7 @@ export async function recordJourney(
});

// Listen to actions from Playwright recording session
const actionsHandler = (actions: ActionInContext[]) => {
const actionsHandler = (actions: ActionContext[]) => {
browserWindow.webContents.send('actions-generated', actions);
};
actionListener.on('actions', actionsHandler);
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^78.0.0",
"@elastic/synthetics": "https://gitpkg.now.sh/justinkambic/synthetics-1?ex8",
"@elastic/synthetics": "^1.0.0",
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"dotenv": "^16.0.3",
Expand Down

0 comments on commit d775143

Please sign in to comment.