move-doctor 0.2.0 → 0.3.0-dev.a5367ba

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "move-doctor",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-dev.a5367ba",
4
4
  "description": "A deterministic linter for Sui Move. Rules cited via the Move Book, with a SKILL.md for coding agents.",
5
5
  "keywords": [
6
6
  "sui",
@@ -46,15 +46,14 @@
46
46
  "clean": "rm -rf dist *.tsbuildinfo src/cli/skill-content.ts"
47
47
  },
48
48
  "dependencies": {
49
+ "@clack/prompts": "^1.4.0",
49
50
  "agent-install": "^0.0.5",
50
51
  "picocolors": "^1.1.1",
51
- "prompts": "^2.4.2",
52
52
  "web-tree-sitter": "0.26.9"
53
53
  },
54
54
  "devDependencies": {
55
55
  "core": "workspace:*",
56
56
  "rules": "workspace:*",
57
- "@types/prompts": "^2.4.9",
58
57
  "tsup": "^8.3.5"
59
58
  },
60
59
  "engines": {