@oss-autopilot/core
Advanced tools
@@ -108,2 +108,3 @@ /** | ||
| excludeOrgs: config.excludeOrgs ?? [], | ||
| preferredOrgs: config.preferredOrgs ?? [], | ||
| aiPolicyBlocklist: config.aiPolicyBlocklist, | ||
@@ -110,0 +111,0 @@ projectCategories: config.projectCategories ?? [], |
@@ -55,3 +55,3 @@ /** | ||
| if (!parsed.success) { | ||
| throw new Error(`Unknown search strategy "${token}". Valid strategies: merged, starred, broad, maintained, all`); | ||
| throw new Error(`Unknown search strategy "${token}". Valid strategies: merged, orgs, starred, broad, maintained, all`); | ||
| } | ||
@@ -58,0 +58,0 @@ strategies.push(parsed.data); |
+2
-2
| { | ||
| "name": "@oss-autopilot/core", | ||
| "version": "3.20.5", | ||
| "version": "3.21.0", | ||
| "description": "CLI and core library for managing open source contributions", | ||
@@ -58,3 +58,3 @@ "type": "module", | ||
| "@octokit/rest": "^22.0.1", | ||
| "@oss-scout/core": "^1.5.2", | ||
| "@oss-scout/core": "^1.6.0", | ||
| "commander": "^15.0.0", | ||
@@ -61,0 +61,0 @@ "zod": "^4.4.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
2367641
0.05%36071
0.02%Updated