@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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @mastra/libsql@0.13.2-alpha.0 build /home/runner/work/mastra/mastra/stores/libsql
2
+ > @mastra/libsql@0.13.2-alpha.1 build /home/runner/work/mastra/mastra/stores/libsql
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
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
@@ -1460,7 +1460,6 @@ var MemoryLibSQL = class extends storage.MemoryStorage {
1460
1460
  };
1461
1461
  }
1462
1462
  async saveResource({ resource }) {
1463
- console.log("resource", resource);
1464
1463
  await this.operations.insert({
1465
1464
  tableName: storage.TABLE_RESOURCES,
1466
1465
  record: {