@brunosps00/dev-workflow 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/lib/constants.js +1 -1
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -103,7 +103,7 @@ const MCP_SERVERS = {
103
103
  },
104
104
  playwright: {
105
105
  command: 'npx',
106
- args: ['-y', '@anthropic-ai/mcp-server-playwright'],
106
+ args: ['-y', '@playwright/mcp@latest'],
107
107
  },
108
108
  };
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brunosps00/dev-workflow",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "AI-driven development workflow commands for any project. Scaffolds a complete PRD-to-PR pipeline with multi-platform AI assistant support.",
5
5
  "bin": {
6
6
  "dev-workflow": "./bin/dev-workflow.js"