@noir-ai/memory 1.3.0-beta.2 → 1.3.0-beta.3
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noir-ai/memory",
|
|
3
|
-
"version": "1.3.0-beta.
|
|
3
|
+
"version": "1.3.0-beta.3",
|
|
4
4
|
"description": "Noir memory — cross-session observations over the store, with hybrid recall and provider-gated consolidation.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "agaaaptr",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"README.md"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@noir-ai/core": "1.3.0-beta.
|
|
46
|
-
"@noir-ai/context": "1.3.0-beta.
|
|
47
|
-
"@noir-ai/store": "1.3.0-beta.
|
|
45
|
+
"@noir-ai/core": "1.3.0-beta.3",
|
|
46
|
+
"@noir-ai/context": "1.3.0-beta.3",
|
|
47
|
+
"@noir-ai/store": "1.3.0-beta.3"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/node": "^26.1.1"
|