scanwarp 0.3.0 → 0.3.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.
@@ -96,6 +96,7 @@ async function devCommand(options = {}) {
96
96
  // Use store's maps for tracking (shared with MCP API)
97
97
  const previousResults = store.previousResults;
98
98
  const baselines = store.baselines;
99
+ // eslint-disable-next-line prefer-const
99
100
  let watcher;
100
101
  // Handle cleanup
101
102
  const cleanup = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scanwarp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Production monitoring built for developers who ship fast. Auto-diagnoses issues with Claude AI.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -44,7 +44,7 @@
44
44
  "dependencies": {
45
45
  "@anthropic-ai/sdk": "^0.74.0",
46
46
  "@modelcontextprotocol/sdk": "^1.26.0",
47
- "@scanwarp/core": "workspace:*",
47
+ "@scanwarp/core": "^0.3.0",
48
48
  "axios": "^1.13.5",
49
49
  "chalk": "^5.6.2",
50
50
  "chokidar": "^5.0.0",