@playwright-repl/mcp 0.24.0 → 0.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bridge.js CHANGED
@@ -66,4 +66,3 @@ export async function createBridgeRunner(argv) {
66
66
  },
67
67
  };
68
68
  }
69
- //# sourceMappingURL=bridge.js.map
package/dist/evaluate.js CHANGED
@@ -38,4 +38,3 @@ export async function createEvaluateRunner(argv) {
38
38
  },
39
39
  };
40
40
  }
41
- //# sourceMappingURL=evaluate.js.map
package/dist/index.js CHANGED
@@ -112,4 +112,3 @@ server.server.oninitialized = () => {
112
112
  };
113
113
  const transport = new StdioServerTransport();
114
114
  await server.connect(transport);
115
- //# sourceMappingURL=index.js.map
package/dist/logger.js CHANGED
@@ -66,4 +66,3 @@ export function logError(context, err) {
66
66
  write('error', `${context}: ${msg}`);
67
67
  }
68
68
  export { LOG_FILE };
69
- //# sourceMappingURL=logger.js.map
@@ -76,4 +76,3 @@ export function createStandaloneRunner(headed) {
76
76
  },
77
77
  };
78
78
  }
79
- //# sourceMappingURL=standalone.js.map
package/dist/types.js CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=types.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@playwright-repl/mcp",
3
3
  "description": "MCP server — AI agents control your real Chrome browser",
4
- "version": "0.24.0",
4
+ "version": "0.24.1",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "playwright-repl-mcp": "./dist/index.js"
@@ -17,9 +17,9 @@
17
17
  "@modelcontextprotocol/sdk": "^1.10.0",
18
18
  "@playwright/test": "^1.59.1",
19
19
  "zod": "^3.24.0",
20
- "@playwright-repl/core": "0.24.0",
21
- "@playwright-repl/browser-extension": "0.24.0",
22
- "playwright-repl": "0.24.0"
20
+ "@playwright-repl/browser-extension": "0.24.1",
21
+ "playwright-repl": "0.24.1",
22
+ "@playwright-repl/core": "0.24.1"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "tsc --build tsconfig.build.json"