move-doctor 0.3.0-dev.a5367ba → 0.3.0-dev.e789f4b

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -3886,7 +3886,7 @@ var renderWorkspaceJson = (workspace, result) => JSON.stringify(
3886
3886
  var renderWorkspaceScoreOnly = (result) => String(result.aggregateScore.score);
3887
3887
 
3888
3888
  // src/cli/utils/branded-header.ts
3889
- var VERSION = "0.3.0-dev.a5367ba";
3889
+ var VERSION = "0.3.0-dev.e789f4b";
3890
3890
  var printBrandedHeader = () => {
3891
3891
  const wordmark = highlighter.accent(hyperlink("move.doctor", HOMEPAGE));
3892
3892
  process.stdout.write(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "move-doctor",
3
- "version": "0.3.0-dev.a5367ba",
3
+ "version": "0.3.0-dev.e789f4b",
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",