mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
15 lines
258 B
TypeScript
15 lines
258 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2020 Google Inc.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @internal
|
|
*/
|
|
export const PUPPETEER_REVISIONS = Object.freeze({
|
|
chrome: '123.0.6312.58',
|
|
'chrome-headless-shell': '123.0.6312.58',
|
|
firefox: 'latest',
|
|
});
|