@mastra/lance 0.0.0-working-memory-per-user-20250620161509 → 0.0.0-working-memory-per-user-20250620163010
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 +3 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
# @mastra/lance
|
|
2
2
|
|
|
3
|
-
## 0.0.0-working-memory-per-user-
|
|
3
|
+
## 0.0.0-working-memory-per-user-20250620163010
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
|
|
8
8
|
- 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
|
|
9
|
+
- Updated dependencies [df82a7b]
|
|
9
10
|
- Updated dependencies [d8f2d19]
|
|
10
11
|
- Updated dependencies [9d52b17]
|
|
11
12
|
- Updated dependencies [2097952]
|
|
12
13
|
- Updated dependencies [8ba1b51]
|
|
13
|
-
- @mastra/core@0.0.0-working-memory-per-user-
|
|
14
|
+
- @mastra/core@0.0.0-working-memory-per-user-20250620163010
|
|
14
15
|
|
|
15
16
|
## 0.1.3-alpha.0
|
|
16
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/lance",
|
|
3
|
-
"version": "0.0.0-working-memory-per-user-
|
|
3
|
+
"version": "0.0.0-working-memory-per-user-20250620163010",
|
|
4
4
|
"description": "Lance provider for Mastra - includes both vector and db storage capabilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"tsup": "^8.5.0",
|
|
30
30
|
"typescript": "^5.8.3",
|
|
31
31
|
"vitest": "^3.2.3",
|
|
32
|
-
"@internal/lint": "0.0.0-working-memory-per-user-
|
|
32
|
+
"@internal/lint": "0.0.0-working-memory-per-user-20250620163010",
|
|
33
33
|
"@internal/storage-test-utils": "0.0.9",
|
|
34
|
-
"@mastra/core": "0.0.0-working-memory-per-user-
|
|
34
|
+
"@mastra/core": "0.0.0-working-memory-per-user-20250620163010"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@mastra/core": "0.0.0-working-memory-per-user-
|
|
37
|
+
"@mastra/core": "0.0.0-working-memory-per-user-20250620163010"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
|