n8n-nodes-ollama-reranker 1.5.1 → 1.5.2

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 (1) hide show
  1. package/package.json +2 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ollama-reranker",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Ollama Reranker for n8n - VL Classifier integration + Auto-detect + Dynamic model loading (Vector Store provider + workflow node)",
5
5
  "author": "Gabriel BRUMENT",
6
6
  "license": "MIT",
@@ -60,12 +60,7 @@
60
60
  "typescript": "^5.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "n8n-workflow": "^1.0.0"
64
- },
65
- "peerDependenciesMeta": {
66
- "n8n-workflow": {
67
- "optional": false
68
- }
63
+ "n8n-workflow": "*"
69
64
  },
70
65
  "dependencies": {
71
66
  "form-data": "^4.0.4"