Skip to content
Prev Previous commit
Next Next commit
Apply formatting changes
  • Loading branch information
Juice10 authored and github-actions[bot] committed Jan 6, 2023
commit 05587c17c73366d27036010a9a097e773df607aa
4 changes: 1 addition & 3 deletions packages/rrweb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export {
ReplayerEvents,
} from '@rrweb/types';

export type {
recordOptions,
} from './types';
export type { recordOptions } from './types';

const { addCustomEvent } = record;
const { freezePage } = record;
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9865,7 +9865,7 @@ puppeteer@^11.0.0:
unbzip2-stream "1.4.3"
ws "8.2.3"

puppeteer@^17.0.0:
puppeteer@^17.1.3:
version "17.1.3"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-17.1.3.tgz#2814cf221925e19c681c69aa97401a68b30240c9"
integrity sha512-tVtvNSOOqlq75rUgwLeDAEQoLIiBqmRg0/zedpI6fuqIocIkuxG23A7FIl1oVSkuSMMLgcOP5kVhNETmsmjvPw==
Expand Down