chore: re-export devtools-protocol from core (#9402)

This commit is contained in:
Alex Rudenko 2022-12-12 11:37:27 +01:00 committed by GitHub
parent 974749e9f4
commit d55af2df4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

2
package-lock.json generated
View File

@ -8776,7 +8776,6 @@
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "8.0.0",
"devtools-protocol": "0.0.1068969",
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
@ -13829,7 +13828,6 @@
"version": "file:packages/puppeteer",
"requires": {
"cosmiconfig": "8.0.0",
"devtools-protocol": "0.0.1068969",
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",

View File

@ -123,7 +123,6 @@
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "8.0.0",
"devtools-protocol": "0.0.1068969",
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
export {Protocol} from 'devtools-protocol';
export {Protocol} from 'puppeteer-core';
export * from 'puppeteer-core/internal/puppeteer-core.js';