|
23 | 23 | }, |
24 | 24 | "./package.json": "./package.json", |
25 | 25 | "./lib/bootstrap": "./lib/bootstrap.js", |
26 | | - "./lib/outofprocess": "./lib/outofprocess.js", |
27 | | - "./lib/cli/program": "./lib/cli/program.js", |
28 | | - "./lib/tools/cli-client/program": "./lib/tools/cli-client/program.js", |
29 | | - "./lib/tools/mcp/program": "./lib/tools/mcp/program.js", |
| 26 | + "./lib/coreBundle": "./lib/coreBundle.js", |
30 | 27 | "./lib/mcpBundle": "./lib/mcpBundle.js", |
31 | | - "./lib/zodBundle": "./lib/zodBundle.js", |
32 | | - "./lib/tools/exports": "./lib/tools/exports.js", |
33 | | - "./lib/remote/playwrightServer": "./lib/remote/playwrightServer.js", |
34 | | - "./lib/server": "./lib/server/index.js", |
35 | | - "./lib/server/utils/image_tools/stats": "./lib/server/utils/image_tools/stats.js", |
36 | | - "./lib/server/utils/image_tools/compare": "./lib/server/utils/image_tools/compare.js", |
37 | | - "./lib/server/utils/image_tools/imageChannel": "./lib/server/utils/image_tools/imageChannel.js", |
38 | | - "./lib/server/utils/image_tools/colorUtils": "./lib/server/utils/image_tools/colorUtils.js", |
39 | | - "./lib/server/registry/index": "./lib/server/registry/index.js", |
40 | | - "./lib/utils": "./lib/utils.js", |
41 | 28 | "./lib/utilsBundle": "./lib/utilsBundle.js", |
42 | | - "./lib/zipBundle": "./lib/zipBundle.js" |
| 29 | + "./lib/zipBundle": "./lib/zipBundle.js", |
| 30 | + "./lib/zodBundle": "./lib/zodBundle.js" |
43 | 31 | }, |
44 | 32 | "bin": { |
45 | 33 | "playwright-core": "cli.js" |
|
0 commit comments