opencode-sonarqube 0.1.21 → 0.1.22

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 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -20938,7 +20938,6 @@ export {
20938
20938
  writePropertiesFile,
20939
20939
  sortIssuesBySeverity,
20940
20940
  runScanner,
20941
- runCLI,
20942
20941
  runAnalysis,
20943
20942
  ratingToNumber,
20944
20943
  numberToRating,
@@ -20950,7 +20949,6 @@ export {
20950
20949
  getProjectKey,
20951
20950
  formatIssuesForAgent,
20952
20951
  formatAnalysisResult,
20953
- executeCLI,
20954
20952
  detectProjectType,
20955
20953
  src_default as default,
20956
20954
  createSonarQubeAPIWithCredentials,
@@ -20970,6 +20968,5 @@ export {
20970
20968
  Logger,
20971
20969
  ENTERPRISE_THRESHOLDS,
20972
20970
  ConnectionError,
20973
- CLI_HELP,
20974
20971
  AuthenticationError
20975
20972
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-sonarqube",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
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",
@@ -38,7 +38,7 @@
38
38
  "homepage": "https://github.com/mguttmann/opencode-sonarqube#readme",
39
39
  "dependencies": {
40
40
  "@opencode-ai/plugin": "^1.1.34",
41
- "opencode-sonarqube": "0.1.21",
41
+ "opencode-sonarqube": "0.1.22",
42
42
  "zod": "^3.24.0"
43
43
  },
44
44
  "devDependencies": {