@mastra/longmemeval 1.1.1 → 1.1.2-alpha.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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @mastra/longmemeval
2
2
 
3
+ ## 1.1.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`7f9ae70`](https://github.com/mastra-ai/mastra/commit/7f9ae70826b047e5a66218f9e92f20e54a2d791f), [`1505c07`](https://github.com/mastra-ai/mastra/commit/1505c07603f6346bae12aa82f140e8b88ffea9ab), [`e940f09`](https://github.com/mastra-ai/mastra/commit/e940f099ef5d18b403e6f2b4937e086a4da857b1)]:
8
+ - @mastra/core@1.46.1-alpha.1
9
+ - @mastra/memory@1.21.2-alpha.0
10
+
11
+ ## 1.1.2-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`fbeda0c`](https://github.com/mastra-ai/mastra/commit/fbeda0c0f35def07e6837936dd3a003b2b7c5172), [`307573b`](https://github.com/mastra-ai/mastra/commit/307573b9ff3149b70c79540dbc86f1319b180f29)]:
16
+ - @mastra/core@1.46.1-alpha.0
17
+
3
18
  ## 1.1.1
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -66,7 +66,7 @@ export HF_TOKEN=your_token_here
66
66
  pnpm download
67
67
  ```
68
68
 
69
- If automatic download fails, see [DOWNLOAD_GUIDE.md](./DOWNLOAD_GUIDE.md) for manual download instructions.
69
+ If automatic download fails, see [DATA_DOWNLOAD_GUIDE.md](./DATA_DOWNLOAD_GUIDE.md) for manual download instructions.
70
70
 
71
71
  ## Usage
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/longmemeval",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-alpha.1",
4
4
  "description": "LongMemEval benchmark implementation for Mastra Memory",
5
5
  "dependencies": {
6
6
  "@ai-sdk/google": "^2.0.62",
@@ -20,11 +20,11 @@
20
20
  "ora": "^8.2.0",
21
21
  "xxhash-wasm": "^1.1.0",
22
22
  "zod": "^3.25.76",
23
- "@mastra/core": "1.46.0",
24
- "@mastra/memory": "1.21.1",
25
23
  "@mastra/fastembed": "1.2.0",
26
- "@mastra/rag": "2.3.0",
27
- "@mastra/libsql": "1.14.1"
24
+ "@mastra/core": "1.46.1-alpha.1",
25
+ "@mastra/libsql": "1.14.1",
26
+ "@mastra/memory": "1.21.2-alpha.0",
27
+ "@mastra/rag": "2.3.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "22.19.13",