myai-tools 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/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17447,7 +17447,6 @@ var MayAITools = async (ctx) => {
17447
17447
  ast_grep_replace,
17448
17448
  lsp_goto_definition,
17449
17449
  lsp_find_references,
17450
- lsp_diagnostics,
17451
17450
  lsp_rename
17452
17451
  }
17453
17452
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myai-tools",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Standalone OpenCode plugin with grep, ast-grep, and LSP tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",