@assrt-ai/assrt 0.4.0-beta.1 → 0.4.0

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/cli.mjs +1 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -130,7 +130,7 @@ function setupAssrt() {
130
130
  const mcpConfig = JSON.stringify({
131
131
  type: "stdio",
132
132
  command: "npx",
133
- args: ["-y", "-p", "@m13v/assrt", "assrt-mcp"]
133
+ args: ["-y", "-p", "@assrt-ai/assrt", "assrt-mcp"]
134
134
  });
135
135
  execSync(`claude mcp add-json assrt '${mcpConfig}'`, {
136
136
  stdio: ["pipe", "pipe", "pipe"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assrt-ai/assrt",
3
- "version": "0.4.0-beta.1",
3
+ "version": "0.4.0",
4
4
  "description": "AI-powered QA testing from the command line and as an MCP server for coding agents",
5
5
  "keywords": ["testing", "qa", "ai", "mcp", "playwright", "browser", "claude", "automation"],
6
6
  "license": "MIT",