@catalogicus-international/n8n-nodes-light-rag 0.5.1 → 0.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 (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,10 @@
1
1
  # @catalogicus-international/n8n-nodes-light-rag
2
2
 
3
3
  An n8n community package for LightRAG workflows, AI Agent retrieval, document
4
- management, and live query progress in n8n Chat. Current release: `0.5.1`.
4
+ management, and live query progress in n8n Chat. Current release: `0.5.2`.
5
+
6
+ Release `0.5.2` republishes the `0.5.1` behavior under a fresh patch version so npm
7
+ and self-hosted n8n installations can resolve the latest package metadata consistently.
5
8
 
6
9
  Release `0.5.1` replaces raw source file names and front matter in live Chat progress
7
10
  with compact Markdown materials. Public HTTP(S) sources use the front-matter title and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catalogicus-international/n8n-nodes-light-rag",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "n8n nodes for LightRAG workflows, AI Agent retrieval, and live n8n Chat responses",
5
5
  "license": "MIT",
6
6
  "packageManager": "pnpm@9.15.0",