@mastra/memory 0.14.1 → 0.14.3-alpha.0
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/.turbo/turbo-build.log
CHANGED
|
@@ -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.3-alpha.0 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.3-alpha.0 check /home/runner/work/mastra/mastra/packages/memory
|
|
7
7
|
> tsc --noEmit
|
|
8
8
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.14.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`637f323`](https://github.com/mastra-ai/mastra/commit/637f32371d79a8f78c52c0d53411af0915fcec67), [`29de0e1`](https://github.com/mastra-ai/mastra/commit/29de0e1b0a7173317ae7d1ab0c0993167c659f2b), [`6ac697e`](https://github.com/mastra-ai/mastra/commit/6ac697edcc2435482c247cba615277ec4765dcc4)]:
|
|
8
|
+
- @mastra/schema-compat@0.11.2-alpha.0
|
|
9
|
+
- @mastra/core@0.15.3-alpha.1
|
|
10
|
+
|
|
11
|
+
## 0.14.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
|
|
18
|
+
- @mastra/schema-compat@0.11.1
|
|
19
|
+
- @mastra/core@0.15.2
|
|
20
|
+
|
|
3
21
|
## 0.14.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/memory-integration-tests-v5
|
|
2
2
|
|
|
3
|
+
## 0.1.6-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`637f323`](https://github.com/mastra-ai/mastra/commit/637f32371d79a8f78c52c0d53411af0915fcec67), [`29de0e1`](https://github.com/mastra-ai/mastra/commit/29de0e1b0a7173317ae7d1ab0c0993167c659f2b), [`6ac697e`](https://github.com/mastra-ai/mastra/commit/6ac697edcc2435482c247cba615277ec4765dcc4)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.1
|
|
9
|
+
- @mastra/memory@0.14.3-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.1.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
|
|
18
|
+
- @mastra/fastembed@0.10.4
|
|
19
|
+
- @mastra/memory@0.14.2
|
|
20
|
+
- @mastra/libsql@0.13.7
|
|
21
|
+
- @mastra/core@0.15.2
|
|
22
|
+
|
|
3
23
|
## 0.1.4
|
|
4
24
|
|
|
5
25
|
### 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
|
+
"version": "0.1.6-alpha.0",
|
|
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.
|
|
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.
|
|
3
|
+
"version": "0.14.3-alpha.0",
|
|
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.2-alpha.0"
|
|
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.
|
|
61
|
-
"@internal/types-builder": "0.0.
|
|
62
|
-
"@mastra/core": "0.15.1"
|
|
60
|
+
"@internal/lint": "0.0.34",
|
|
61
|
+
"@internal/types-builder": "0.0.9",
|
|
62
|
+
"@mastra/core": "0.15.3-alpha.1"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@mastra/core": ">=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": {
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/mastra/mastra/packages/cli/dist/node_modules:/home/runner/work/mastra/mastra/packages/cli/node_modules:/home/runner/work/mastra/mastra/packages/node_modules:/home/runner/work/mastra/mastra/node_modules:/home/runner/work/mastra/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules:/home/runner/work/mastra/mastra/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/mastra/mastra/packages/cli/dist/node_modules:/home/runner/work/mastra/mastra/packages/cli/node_modules:/home/runner/work/mastra/mastra/packages/node_modules:/home/runner/work/mastra/mastra/node_modules:/home/runner/work/mastra/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules:/home/runner/work/mastra/mastra/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../mastra/dist/index.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../mastra/dist/index.js" "$@"
|
|
21
|
-
fi
|