@credal/actions 0.2.66 → 0.2.67

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.
@@ -81,7 +81,7 @@ function enhanceBlobWithUrl(blob, authToken, baseUrl, gitlabWebBaseUrl, projectP
81
81
  function globalSearch(input) {
82
82
  return __awaiter(this, void 0, void 0, function* () {
83
83
  const { scope, query, groupId, authToken, baseUrl } = input;
84
- const endpoint = `${baseUrl}/groups/${groupId}/search?scope=${scope}&search=${encodeURIComponent(query)}`;
84
+ const endpoint = `${baseUrl}/groups/${encodeURIComponent(groupId)}/search?scope=${scope}&search=${encodeURIComponent(query)}`;
85
85
  return gitlabFetch(endpoint, authToken);
86
86
  });
87
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@credal/actions",
3
- "version": "0.2.66",
3
+ "version": "0.2.67",
4
4
  "type": "module",
5
5
  "description": "AI Actions by Credal AI",
6
6
  "sideEffects": false,