Fix filter plugin names

This commit is contained in:
Gregory Schier
2025-07-03 12:28:34 -07:00
parent 2a6f139d36
commit a0e5e60803
2 changed files with 126 additions and 117 deletions

View File

@@ -692,9 +692,9 @@ impl PluginManager {
content_type: &str,
) -> Result<FilterResponse> {
let plugin_name = if content_type.to_lowercase().contains("json") {
"@yaakapp/filter-jsonpath"
"@yaak/filter-jsonpath"
} else {
"@yaakapp/filter-xpath"
"@yaak/filter-xpath"
};
let plugin = self