puppeteer/packages/puppeteer-core/src/revisions.ts
2024-03-08 08:05:50 +01:00

15 lines
260 B
TypeScript

/**
* @license
* Copyright 2020 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '122.0.6261.111',
'chrome-headless-shell': '122.0.6261.111',
firefox: 'latest',
});