@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/CHANGELOG.md +56 -0
- package/dist/docs/SKILL.md +3 -3
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/docs/references/{reference-storage-cloudflare-d1.md → integrations-databases-cloudflare-d1.md} +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/storage/domains/memory/index.d.ts +1 -0
- package/dist/storage/domains/memory/index.d.ts.map +1 -1
- package/package.json +5 -5
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();
|