From 5321921712683fdd9c57a9c990b2e394e24be12e Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 19 Sep 2022 16:55:33 -0400 Subject: [PATCH] chore: restore userAgent export from playwright-core (#17447) This import is used in 8a8c89bea8932624dc28a525999e867fea8b1c74: - cherry-pick(#17367): chore: rebuild components on new vite --- packages/playwright-core/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/playwright-core/package.json b/packages/playwright-core/package.json index 2b887198ff..9e54b7dec0 100644 --- a/packages/playwright-core/package.json +++ b/packages/playwright-core/package.json @@ -24,6 +24,7 @@ "./lib/outofprocess": "./lib/outofprocess.js", "./lib/utils": "./lib/utils/index.js", "./lib/utils/comparators": "./lib/utils/comparators.js", + "./lib/common/userAgent": "./lib/common/userAgent.js", "./lib/utils/eventsHelper": "./lib/utils/eventsHelper.js", "./lib/utils/fileUtils": "./lib/utils/fileUtils.js", "./lib/utils/httpServer": "./lib/utils/httpServer.js",