n8n-nodes-tembory 1.3.0 → 1.3.1
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.
- package/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Node de memoria operacional da Tembory para agentes de IA no n8n.
|
|
4
4
|
|
|
5
|
-
Versao atual: `1.3.
|
|
5
|
+
Versao atual: `1.3.1`.
|
|
6
|
+
|
|
7
|
+
## 1.3.1
|
|
8
|
+
|
|
9
|
+
- Republica o pacote como `latest` sem a marcacao deprecated aplicada por engano na `1.3.0`.
|
|
10
|
+
- Mantem o mesmo contrato da `1.3.0`: node legado `Tembory` e node opt in `Tembory Agent Memory`.
|
|
6
11
|
|
|
7
12
|
## 1.3.0
|
|
8
13
|
|
package/package.json
CHANGED