| 
									
										
										
										
											2020-01-31 15:50:44 -08:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @license | 
					
						
							| 
									
										
										
										
											2020-05-19 12:08:49 -07:00
										 |  |  |  * Copyright Google LLC All Rights Reserved. | 
					
						
							| 
									
										
										
										
											2020-01-31 15:50:44 -08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Use of this source code is governed by an MIT-style license that can be | 
					
						
							|  |  |  |  * found in the LICENSE file at https://angular.io/license
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // Mapping of puppeteer releases to their default Chrome version
 | 
					
						
							|  |  |  | // derived from https://github.com/puppeteer/puppeteer/blob/master/docs/api.md.
 | 
					
						
							| 
									
										
										
										
											2020-02-13 16:46:38 +02:00
										 |  |  | // The puppeteer package.json file contains the compatible Chrome revision such as
 | 
					
						
							|  |  |  | // "chromium_revision": "722234" but this does not map easily to the Chrome version
 | 
					
						
							| 
									
										
										
										
											2020-01-31 15:50:44 -08:00
										 |  |  | // so we use this mapping here instead.
 | 
					
						
							|  |  |  | module.exports = { | 
					
						
							| 
									
										
										
										
											2020-05-05 13:12:39 -07:00
										 |  |  |   '3.3.0': '83.0.4103.0', | 
					
						
							|  |  |  |   '3.2.0': '83.0.4103.0', | 
					
						
							|  |  |  |   '3.1.0': '83.0.4103.0', | 
					
						
							|  |  |  |   '3.0.0': '81.0.4044.0', | 
					
						
							|  |  |  |   '2.1.1': '80.0.3987.0', | 
					
						
							|  |  |  |   '2.1.0': '80.0.3987.0', | 
					
						
							|  |  |  |   '2.0.0': '79.0.3942.0', | 
					
						
							|  |  |  |   '1.20.0': '78.0.3882.0', | 
					
						
							|  |  |  |   '1.19.0': '77.0.3803.0', | 
					
						
							|  |  |  |   '1.17.0': '76.0.3803.0', | 
					
						
							|  |  |  |   '1.15.0': '75.0.3765.0', | 
					
						
							|  |  |  |   '1.13.0': '74.0.3723.0', | 
					
						
							|  |  |  |   '1.12.2': '73.0.3679.0', | 
					
						
							| 
									
										
										
										
											2020-01-31 15:50:44 -08:00
										 |  |  | }; |