Skip to content

Commit 5321921

Browse files
authored
chore: restore userAgent export from playwright-core (#17447)
This import is used in 8a8c89b: - cherry-pick(#17367): chore: rebuild components on new vite
1 parent c48b511 commit 5321921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/playwright-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"./lib/outofprocess": "./lib/outofprocess.js",
2525
"./lib/utils": "./lib/utils/index.js",
2626
"./lib/utils/comparators": "./lib/utils/comparators.js",
27+
"./lib/common/userAgent": "./lib/common/userAgent.js",
2728
"./lib/utils/eventsHelper": "./lib/utils/eventsHelper.js",
2829
"./lib/utils/fileUtils": "./lib/utils/fileUtils.js",
2930
"./lib/utils/httpServer": "./lib/utils/httpServer.js",

0 commit comments

Comments
 (0)