@mastra/memory 0.14.1 → 0.14.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.
@@ -1,8 +1,8 @@
1
1
 
2
- > @mastra/memory@0.14.0 build /home/runner/work/mastra/mastra/packages/memory
2
+ > @mastra/memory@0.14.1 build /home/runner/work/mastra/mastra/packages/memory
3
3
  > pnpm run check && tsup --silent --config tsup.config.ts
4
4
 
5
5
 
6
- > @mastra/memory@0.14.0 check /home/runner/work/mastra/mastra/packages/memory
6
+ > @mastra/memory@0.14.1 check /home/runner/work/mastra/mastra/packages/memory
7
7
  > tsc --noEmit
8
8
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
8
+
9
+ - Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
10
+ - @mastra/schema-compat@0.11.1
11
+ - @mastra/core@0.15.2
12
+
3
13
  ## 0.14.1
4
14
 
5
15
  ### Patch Changes
@@ -1,5 +1,17 @@
1
1
  # @mastra/memory-integration-tests-v5
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
8
+
9
+ - Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
10
+ - @mastra/fastembed@0.10.4
11
+ - @mastra/memory@0.14.2
12
+ - @mastra/libsql@0.13.7
13
+ - @mastra/core@0.15.2
14
+
3
15
  ## 0.1.4
4
16
 
5
17
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/memory-integration-tests-v5",
3
3
  "private": true,
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "scripts": {
6
6
  "test": "pnpm test:streaming && pnpm test:working-memory && pnpm test:agent-memory && pnpm test:processors",
7
7
  "test:agent-memory": "vitest run ./src/agent-memory.test.ts",
@@ -38,6 +38,6 @@
38
38
  "vitest": "^3.2.4"
39
39
  },
40
40
  "peerDependencies": {
41
- "@mastra/core": ">=0.10.7-0 <0.15.0-0"
41
+ "@mastra/core": ">=0.10.7-0 <0.16.0-0"
42
42
  }
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/memory",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -44,7 +44,7 @@
44
44
  "async-mutex": "^0.5.0",
45
45
  "xxhash-wasm": "^1.1.0",
46
46
  "zod-to-json-schema": "^3.24.5",
47
- "@mastra/schema-compat": "0.11.0"
47
+ "@mastra/schema-compat": "0.11.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@ai-sdk/openai": "^1.3.24",
@@ -57,12 +57,12 @@
57
57
  "typescript": "^5.8.3",
58
58
  "typescript-eslint": "^8.38.0",
59
59
  "vitest": "^3.2.4",
60
- "@internal/lint": "0.0.33",
61
- "@internal/types-builder": "0.0.8",
62
- "@mastra/core": "0.15.1"
60
+ "@internal/lint": "0.0.34",
61
+ "@mastra/core": "0.15.2",
62
+ "@internal/types-builder": "0.0.9"
63
63
  },
64
64
  "peerDependencies": {
65
- "@mastra/core": ">=0.14.2-0 <0.15.0-0",
65
+ "@mastra/core": ">=0.15.2-0 <0.16.0-0",
66
66
  "zod": "^3.25.0 || ^4.0.0"
67
67
  },
68
68
  "scripts": {