@mastra/cloudflare-d1 0.12.4-alpha.0 → 0.12.4-alpha.1
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/_tsup-dts-rollup.d.cts +1 -0
- package/dist/_tsup-dts-rollup.d.ts +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.js +2 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -2150,7 +2150,8 @@ var D1Store = class extends storage.MastraStorage {
|
|
|
2150
2150
|
selectByIncludeResourceScope: true,
|
|
2151
2151
|
resourceWorkingMemory: true,
|
|
2152
2152
|
hasColumn: true,
|
|
2153
|
-
createTable: true
|
|
2153
|
+
createTable: true,
|
|
2154
|
+
deleteMessages: false
|
|
2154
2155
|
};
|
|
2155
2156
|
}
|
|
2156
2157
|
async createTable({
|
package/dist/index.js
CHANGED
|
@@ -2144,7 +2144,8 @@ var D1Store = class extends MastraStorage {
|
|
|
2144
2144
|
selectByIncludeResourceScope: true,
|
|
2145
2145
|
resourceWorkingMemory: true,
|
|
2146
2146
|
hasColumn: true,
|
|
2147
|
-
createTable: true
|
|
2147
|
+
createTable: true,
|
|
2148
|
+
deleteMessages: false
|
|
2148
2149
|
};
|
|
2149
2150
|
}
|
|
2150
2151
|
async createTable({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/cloudflare-d1",
|
|
3
|
-
"version": "0.12.4-alpha.
|
|
3
|
+
"version": "0.12.4-alpha.1",
|
|
4
4
|
"description": "D1 provider for Mastra - includes db storage capabilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
"./package.json": "./package.json"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"cloudflare": "^4.
|
|
25
|
+
"cloudflare": "^4.5.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@cloudflare/workers-types": "^4.
|
|
28
|
+
"@cloudflare/workers-types": "^4.20250725.0",
|
|
29
29
|
"@microsoft/api-extractor": "^7.52.8",
|
|
30
30
|
"@types/node": "^20.19.0",
|
|
31
31
|
"dotenv": "^17.0.0",
|
|
32
32
|
"eslint": "^9.30.1",
|
|
33
|
-
"miniflare": "^4.
|
|
33
|
+
"miniflare": "^4.20250712.2",
|
|
34
34
|
"tsup": "^8.5.0",
|
|
35
35
|
"typescript": "^5.8.3",
|
|
36
36
|
"vitest": "^3.2.4",
|
|
37
|
-
"@internal/storage-test-utils": "0.0.19",
|
|
38
37
|
"@internal/lint": "0.0.23",
|
|
39
|
-
"@
|
|
38
|
+
"@internal/storage-test-utils": "0.0.19",
|
|
39
|
+
"@mastra/core": "0.12.0-alpha.2"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@mastra/core": ">=0.10.7-0 <0.12.0-0"
|