From 2aae43aac563b71ba33689b6b1d919225806bb97 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 19 Sep 2022 15:54:16 -0400 Subject: [PATCH] chore: restore userAgent export from playwright-core 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 2b887198ff55e..9e54b7dec02ec 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",