@mastra/libsql 0.13.2-alpha.0 → 0.13.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +28 -0
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/storage/domains/memory/index.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/storage/domains/memory/index.ts +0 -1
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @mastra/libsql
|
|
2
2
|
|
|
3
|
+
## 0.13.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b5cf2a3: make system message always available during agent calls
|
|
8
|
+
- b32c50d: Filter scores by source
|
|
9
|
+
- Updated dependencies [d5330bf]
|
|
10
|
+
- Updated dependencies [2e74797]
|
|
11
|
+
- Updated dependencies [8388649]
|
|
12
|
+
- Updated dependencies [a239d41]
|
|
13
|
+
- Updated dependencies [dd94a26]
|
|
14
|
+
- Updated dependencies [3ba6772]
|
|
15
|
+
- Updated dependencies [b5cf2a3]
|
|
16
|
+
- Updated dependencies [2fff911]
|
|
17
|
+
- Updated dependencies [b32c50d]
|
|
18
|
+
- Updated dependencies [63449d0]
|
|
19
|
+
- Updated dependencies [121a3f8]
|
|
20
|
+
- Updated dependencies [ec510e7]
|
|
21
|
+
- @mastra/core@0.13.2
|
|
22
|
+
|
|
23
|
+
## 0.13.2-alpha.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- b5cf2a3: make system message always available during agent calls
|
|
28
|
+
- Updated dependencies [b5cf2a3]
|
|
29
|
+
- @mastra/core@0.13.2-alpha.3
|
|
30
|
+
|
|
3
31
|
## 0.13.2-alpha.0
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/dist/index.cjs
CHANGED