Skip to content

Commit

Permalink
chore: restore userAgent export from playwright-core (#17447)
Browse files Browse the repository at this point in the history
This import is used in 8a8c89b:

- cherry-pick(#17367): chore: rebuild components on new vite
  • Loading branch information
aslushnikov committed Sep 19, 2022
1 parent c48b511 commit 5321921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/playwright-core/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 5321921

Please sign in to comment.