@mastra/memory 0.1.0-alpha.73 → 0.1.0-alpha.74

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.
@@ -0,0 +1,14 @@
1
+
2
+ > @mastra/memory@0.0.2-alpha.43 build C:\Users\Ward\projects\mastra\mastra\packages\memory
3
+ > dts build
4
+
5
+ ⠙ Creating entry file 99% 2.1s, estimated 1.5s
6
+ ⠙ Building modules 46% 2.1s, estimated 4.5s
7
+ ✓ Creating entry file 2.1 secs
8
+ ⠹ Building modules 66% 3.0s, estimated 4.5s
9
+ ⠸ Building modules 96% 4.3s, estimated 4.5s
10
+ ⠼ Building modules 99% 6.4s, estimated 4.5s
11
+ ⠴ Building modules 99% 6.5s, estimated 4.5s
12
+ ⠦ Building modules 99% 6.5s, estimated 4.5s
13
+ ⠧ Building modules 99% 6.6s, estimated 4.5s
14
+ ✓ Building modules 6.7 secs
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.1.0-alpha.74
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4d4f6b6]
8
+ - @mastra/core@0.2.0-alpha.92
9
+
3
10
  ## 0.1.0-alpha.73
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/memory",
3
- "version": "0.1.0-alpha.73",
3
+ "version": "0.1.0-alpha.74",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "pg-pool": "^3.7.0",
37
37
  "postgres": "^3.4.5",
38
38
  "redis": "^4.7.0",
39
- "@mastra/core": "^0.2.0-alpha.91"
39
+ "@mastra/core": "^0.2.0-alpha.92"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@babel/preset-env": "^7.26.0",