@mastra/longmemeval 1.0.0-beta.15 → 1.0.0-beta.16

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,14 @@
1
1
  # @mastra/longmemeval
2
2
 
3
+ ## 1.0.0-beta.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`3d93a15`](https://github.com/mastra-ai/mastra/commit/3d93a15796b158c617461c8b98bede476ebb43e2), [`efe406a`](https://github.com/mastra-ai/mastra/commit/efe406a1353c24993280ebc2ed61dd9f65b84b26), [`119e5c6`](https://github.com/mastra-ai/mastra/commit/119e5c65008f3e5cfca954eefc2eb85e3bf40da4), [`74e504a`](https://github.com/mastra-ai/mastra/commit/74e504a3b584eafd2f198001c6a113bbec589fd3), [`e33fdbd`](https://github.com/mastra-ai/mastra/commit/e33fdbd07b33920d81e823122331b0c0bee0bb59), [`929f69c`](https://github.com/mastra-ai/mastra/commit/929f69c3436fa20dd0f0e2f7ebe8270bd82a1529), [`8a73529`](https://github.com/mastra-ai/mastra/commit/8a73529ca01187f604b1f3019d0a725ac63ae55f)]:
8
+ - @mastra/core@1.0.0-beta.16
9
+ - @mastra/memory@1.0.0-beta.8
10
+ - @mastra/libsql@1.0.0-beta.10
11
+
3
12
  ## 1.0.0-beta.15
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/longmemeval",
3
- "version": "1.0.0-beta.15",
3
+ "version": "1.0.0-beta.16",
4
4
  "description": "LongMemEval benchmark implementation for Mastra Memory",
5
5
  "dependencies": {
6
6
  "@ai-sdk/openai": "^1.3.23",
@@ -16,11 +16,11 @@
16
16
  "openai": "^4.73.1",
17
17
  "ora": "^8.1.1",
18
18
  "zod": "^3.23.8",
19
- "@mastra/core": "1.0.0-beta.15",
19
+ "@mastra/core": "1.0.0-beta.16",
20
+ "@mastra/memory": "1.0.0-beta.8",
20
21
  "@mastra/fastembed": "1.0.0-beta.2",
21
- "@mastra/libsql": "1.0.0-beta.9",
22
- "@mastra/rag": "2.0.0-beta.4",
23
- "@mastra/memory": "1.0.0-beta.7"
22
+ "@mastra/libsql": "1.0.0-beta.10",
23
+ "@mastra/rag": "2.0.0-beta.4"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@ai-sdk/google": "^1.2.19",
@@ -22,13 +22,6 @@ describe('BenchmarkStore', () => {
22
22
  }
23
23
  });
24
24
 
25
- describe('supports', () => {
26
- it('should support resource scope and working memory', () => {
27
- expect(store.supports.selectByIncludeResourceScope).toBe(true);
28
- expect(store.supports.resourceWorkingMemory).toBe(true);
29
- });
30
- });
31
-
32
25
  describe('persist', () => {
33
26
  it('should save store data to a JSON file', async () => {
34
27
  // Add some test data