@mastra/memory 0.0.2-alpha.12 → 0.0.2-alpha.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.0.2-alpha.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 033eda6: More fixes for refactor
8
+ - Updated dependencies [033eda6]
9
+ - @mastra/core@0.1.27-alpha.35
10
+
11
+ ## 0.0.2-alpha.13
12
+
13
+ ### Patch Changes
14
+
15
+ - 837a288: MAJOR Revamp of tools, workflows, syncs.
16
+ - Updated dependencies [837a288]
17
+ - Updated dependencies [5811de6]
18
+ - @mastra/core@0.1.27-alpha.34
19
+
3
20
  ## 0.0.2-alpha.12
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/memory",
3
- "version": "0.0.2-alpha.12",
3
+ "version": "0.0.2-alpha.14",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "pg-pool": "^3.7.0",
30
30
  "postgres": "^3.4.5",
31
31
  "redis": "^4.7.0",
32
- "@mastra/core": "0.1.27-alpha.33"
32
+ "@mastra/core": "0.1.27-alpha.35"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@babel/preset-env": "^7.26.0",