|
22 | 22 | "./package.json": "./package.json", |
23 | 23 | "./lib/grid/gridServer": "./lib/grid/gridServer.js", |
24 | 24 | "./lib/outofprocess": "./lib/outofprocess.js", |
25 | | - "./lib/utils": "./lib/utils/index.js", |
26 | 25 | "./lib/image_tools/stats": "./lib/image_tools/stats.js", |
27 | 26 | "./lib/image_tools/compare": "./lib/image_tools/compare.js", |
28 | 27 | "./lib/image_tools/imageChannel": "./lib/image_tools/imageChannel.js", |
29 | 28 | "./lib/image_tools/colorUtils": "./lib/image_tools/colorUtils.js", |
30 | | - "./lib/common/userAgent": "./lib/common/userAgent.js", |
31 | 29 | "./lib/containers/docker": "./lib/containers/docker.js", |
32 | | - "./lib/utils/comparators": "./lib/utils/comparators.js", |
33 | | - "./lib/utils/eventsHelper": "./lib/utils/eventsHelper.js", |
34 | | - "./lib/utils/fileUtils": "./lib/utils/fileUtils.js", |
35 | | - "./lib/utils/httpServer": "./lib/utils/httpServer.js", |
36 | | - "./lib/utils/hostPlatform": "./lib/utils/hostPlatform.js", |
37 | | - "./lib/utils/manualPromise": "./lib/utils/manualPromise.js", |
38 | | - "./lib/utils/mimeType": "./lib/utils/mimeType.js", |
39 | | - "./lib/utils/multimap": "./lib/utils/multimap.js", |
40 | | - "./lib/utils/processLauncher": "./lib/utils/processLauncher.js", |
41 | | - "./lib/utils/processLauncherCleanupEntrypoint": "./lib/utils/processLauncherCleanupEntrypoint.js", |
42 | | - "./lib/utils/spawnAsync": "./lib/utils/spawnAsync.js", |
43 | | - "./lib/utils/stackTrace": "./lib/utils/stackTrace.js", |
44 | | - "./lib/utils/timeoutRunner": "./lib/utils/timeoutRunner.js", |
45 | 30 | "./lib/remote/playwrightServer": "./lib/remote/playwrightServer.js", |
46 | 31 | "./lib/server": "./lib/server/index.js", |
| 32 | + "./lib/utils": "./lib/utils/index.js", |
47 | 33 | "./lib/utilsBundle": "./lib/utilsBundle.js", |
48 | 34 | "./lib/zipBundle": "./lib/zipBundle.js", |
49 | 35 | "./types/protocol": "./types/protocol.d.ts", |
|
0 commit comments