@mastra/memory 0.15.2-alpha.0 → 0.15.2-alpha.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.15.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
8
+
9
+ - Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
10
+ - @mastra/core@0.17.0-alpha.6
11
+
12
+ ## 0.15.2-alpha.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Update dependencies ai-v5 and @ai-sdk/provider-utils-v5 to latest ([#7884](https://github.com/mastra-ai/mastra/pull/7884))
17
+
18
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
19
+
20
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
21
+ - @mastra/core@0.17.0-alpha.4
22
+
3
23
  ## 0.15.2-alpha.0
4
24
 
5
25
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
1
  # Mastra Memory
2
2
 
3
3
  Memory management for Mastra agents. Visit [the docs](https://mastra.ai/docs/agents/agent-memory) for more information.
4
-
5
- ## License
6
-
7
- MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/memory",
3
- "version": "0.15.2-alpha.0",
3
+ "version": "0.15.2-alpha.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -56,17 +56,17 @@
56
56
  "@types/json-schema": "^7.0.15",
57
57
  "@types/node": "^20.19.0",
58
58
  "@types/pg": "^8.15.5",
59
- "eslint": "^9.30.1",
59
+ "eslint": "^9.35.0",
60
60
  "tsup": "^8.5.0",
61
61
  "typescript": "^5.8.3",
62
62
  "typescript-eslint": "^8.38.0",
63
63
  "vitest": "^3.2.4",
64
64
  "@internal/lint": "0.0.39",
65
- "@mastra/core": "0.17.0-alpha.3",
65
+ "@mastra/core": "0.17.0-alpha.6",
66
66
  "@internal/types-builder": "0.0.14"
67
67
  },
68
68
  "peerDependencies": {
69
- "@mastra/core": ">=0.16.1-0 <0.18.0-0",
69
+ "@mastra/core": ">=0.17.0-0 <0.18.0-0",
70
70
  "zod": "^3.25.0 || ^4.0.0"
71
71
  },
72
72
  "homepage": "https://mastra.ai",