UNPKG

268 BPlain TextView Raw
1/**
2 * @license
3 * Copyright 2020 Google Inc.
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/**
8 * @internal
9 */
10export const PUPPETEER_REVISIONS = Object.freeze({
11 chrome: '131.0.6778.108',
12 'chrome-headless-shell': '131.0.6778.108',
13 firefox: 'stable_133.0.3',
14});