@mastra/cloudflare 1.0.0-beta.12 → 1.0.0-beta.13
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 +33 -0
- package/dist/docs/README.md +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/SOURCE_MAP.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/storage/index.d.ts +2 -2
- package/dist/storage/index.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/storage/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MastraCompositeStore } from '@mastra/core/storage';
|
|
2
2
|
import type { StorageDomains } from '@mastra/core/storage';
|
|
3
3
|
import { MemoryStorageCloudflare } from './domains/memory/index.js';
|
|
4
4
|
import { ScoresStorageCloudflare } from './domains/scores/index.js';
|
|
@@ -24,7 +24,7 @@ import type { CloudflareStoreConfig } from './types.js';
|
|
|
24
24
|
* await workflows?.persistWorkflowSnapshot({ workflowName, runId, snapshot });
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
|
-
export declare class CloudflareStore extends
|
|
27
|
+
export declare class CloudflareStore extends MastraCompositeStore {
|
|
28
28
|
stores: StorageDomains;
|
|
29
29
|
private client?;
|
|
30
30
|
private accountId?;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/storage/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/storage/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,oBAAoB,EAKrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAe,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAExE,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAIjE,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,0BAA0B,EAAE,CAAC;AACxF,YAAY,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AACtD,OAAO,KAAK,EAAE,qBAAqB,EAAiD,MAAM,SAAS,CAAC;AAEpG;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,eAAgB,SAAQ,oBAAoB;IACvD,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,CAAC,MAAM,CAAC,CAAa;IAC5B,OAAO,CAAC,SAAS,CAAC,CAAS;IAC3B,OAAO,CAAC,eAAe,CAAS;IAChC,OAAO,CAAC,QAAQ,CAAC,CAAmC;IAEpD,OAAO,CAAC,qBAAqB;IAkB7B,OAAO,CAAC,kBAAkB;gBAYd,MAAM,EAAE,qBAAqB;IAyDnC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;CAG7B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/cloudflare",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.13",
|
|
4
4
|
"description": "Cloudflare provider for Mastra - includes db storage capabilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@internal/lint": "0.0.53",
|
|
41
41
|
"@internal/storage-test-utils": "0.0.49",
|
|
42
42
|
"@internal/types-builder": "0.0.28",
|
|
43
|
-
"@mastra/core": "1.0.0-beta.
|
|
43
|
+
"@mastra/core": "1.0.0-beta.26"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mastra/core": ">=1.0.0-0 <2.0.0-0"
|