opencode-sonarqube 1.2.4 → 1.2.5

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20729,6 +20729,7 @@ Git operation completed with changes. Consider running:
20729
20729
  }
20730
20730
  }, "event"),
20731
20731
  "tool.execute.before": safeAsync(async (input, output) => {
20732
+ safeLog(`=== TOOL.EXECUTE.BEFORE HOOK CALLED === tool=${input.tool}`);
20732
20733
  if (input.tool === "sonarqube") {
20733
20734
  await loadPluginConfig();
20734
20735
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-sonarqube",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "OpenCode Plugin for SonarQube integration - Enterprise-level code quality from the start",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",