@mastra/cloudflare-d1 0.10.2-alpha.1 → 0.10.2-alpha.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,19 +1,17 @@
|
|
|
1
1
|
import type { D1Database as D1Database_2 } from '@cloudflare/workers-types';
|
|
2
2
|
import type { EvalRow } from '@mastra/core/storage';
|
|
3
3
|
import type { MastraMessageV1 } from '@mastra/core/memory';
|
|
4
|
-
import type { MastraMessageV2 } from '@mastra/core';
|
|
4
|
+
import type { MastraMessageV2 } from '@mastra/core/memory';
|
|
5
5
|
import { MastraStorage } from '@mastra/core/storage';
|
|
6
6
|
import type { PaginationInfo } from '@mastra/core/storage';
|
|
7
7
|
import type { StorageColumn } from '@mastra/core/storage';
|
|
8
8
|
import type { StorageGetMessagesArg } from '@mastra/core/storage';
|
|
9
|
-
import type { StorageThreadType } from '@mastra/core';
|
|
9
|
+
import type { StorageThreadType } from '@mastra/core/memory';
|
|
10
10
|
import type { TABLE_NAMES } from '@mastra/core/storage';
|
|
11
|
-
import type { Trace } from '@mastra/core';
|
|
11
|
+
import type { Trace } from '@mastra/core/telemetry';
|
|
12
12
|
import type { WorkflowRun } from '@mastra/core/storage';
|
|
13
13
|
import type { WorkflowRuns } from '@mastra/core/storage';
|
|
14
|
-
import type { WorkflowRunState } from '@mastra/core';
|
|
15
|
-
|
|
16
|
-
export declare const checkWorkflowSnapshot: (snapshot: WorkflowRunState | string, stepId: string, status: string) => void;
|
|
14
|
+
import type { WorkflowRunState } from '@mastra/core/workflows';
|
|
17
15
|
|
|
18
16
|
export declare const createSampleTrace: (name: string, scope?: string, attributes?: Record<string, string>) => {
|
|
19
17
|
id: string;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import type { D1Database as D1Database_2 } from '@cloudflare/workers-types';
|
|
2
2
|
import type { EvalRow } from '@mastra/core/storage';
|
|
3
3
|
import type { MastraMessageV1 } from '@mastra/core/memory';
|
|
4
|
-
import type { MastraMessageV2 } from '@mastra/core';
|
|
4
|
+
import type { MastraMessageV2 } from '@mastra/core/memory';
|
|
5
5
|
import { MastraStorage } from '@mastra/core/storage';
|
|
6
6
|
import type { PaginationInfo } from '@mastra/core/storage';
|
|
7
7
|
import type { StorageColumn } from '@mastra/core/storage';
|
|
8
8
|
import type { StorageGetMessagesArg } from '@mastra/core/storage';
|
|
9
|
-
import type { StorageThreadType } from '@mastra/core';
|
|
9
|
+
import type { StorageThreadType } from '@mastra/core/memory';
|
|
10
10
|
import type { TABLE_NAMES } from '@mastra/core/storage';
|
|
11
|
-
import type { Trace } from '@mastra/core';
|
|
11
|
+
import type { Trace } from '@mastra/core/telemetry';
|
|
12
12
|
import type { WorkflowRun } from '@mastra/core/storage';
|
|
13
13
|
import type { WorkflowRuns } from '@mastra/core/storage';
|
|
14
|
-
import type { WorkflowRunState } from '@mastra/core';
|
|
15
|
-
|
|
16
|
-
export declare const checkWorkflowSnapshot: (snapshot: WorkflowRunState | string, stepId: string, status: string) => void;
|
|
14
|
+
import type { WorkflowRunState } from '@mastra/core/workflows';
|
|
17
15
|
|
|
18
16
|
export declare const createSampleTrace: (name: string, scope?: string, attributes?: Record<string, string>) => {
|
|
19
17
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/cloudflare-d1",
|
|
3
|
-
"version": "0.10.2-alpha.
|
|
3
|
+
"version": "0.10.2-alpha.2",
|
|
4
4
|
"description": "D1 provider for Mastra - includes db storage capabilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"typescript": "^5.8.2",
|
|
36
36
|
"vitest": "^3.2.2",
|
|
37
37
|
"@internal/lint": "0.0.10",
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
38
|
+
"@internal/storage-test-utils": "0.0.6",
|
|
39
|
+
"@mastra/core": "0.10.4-alpha.3"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@mastra/core": "^0.10.2-alpha.0"
|