@c4a/extract-go 0.6.4 → 0.6.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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -11951,6 +11951,7 @@ class GoPlugin {
11951
11951
  id = "c4a-extract-go";
11952
11952
  languages = ["go"];
11953
11953
  packageManagers = ["go"];
11954
+ manifestTypes = ["go.mod"];
11954
11955
  #lastDetection = null;
11955
11956
  canHandle(source) {
11956
11957
  return source.manifests.some((manifest) => manifest.type === "go.mod");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4a/extract-go",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "type": "module",
5
5
  "description": "Go extraction plugin and structural index for Context",
6
6
  "license": "MIT",