@mastra/cloudflare-d1 1.3.0-alpha.2 → 1.3.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/dist/index.js CHANGED
@@ -944,6 +944,7 @@ function addSqliteMetadataValuePredicate(conditions, params, path, value) {
944
944
  params.push(path, value ? "true" : "false", path, value ? 1 : 0);
945
945
  }
946
946
  var MemoryStorageD1 = class extends MemoryStorage {
947
+ supportsPartialThreadUpdate = true;
947
948
  #db;
948
949
  constructor(config) {
949
950
  super();