@mastra/convex 1.1.0-alpha.0 → 1.2.0-alpha.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 +129 -0
- package/README.md +31 -13
- package/dist/{chunk-FZDLZ4S3.js → chunk-AJFME2ZF.js} +323 -16
- package/dist/chunk-AJFME2ZF.js.map +1 -0
- package/dist/{chunk-JPWDG4L3.js → chunk-MC75WADX.js} +79 -4
- package/dist/chunk-MC75WADX.js.map +1 -0
- package/dist/{chunk-EEELVBWO.cjs → chunk-ORSDZTO4.cjs} +322 -15
- package/dist/chunk-ORSDZTO4.cjs.map +1 -0
- package/dist/{chunk-CV23JOCS.cjs → chunk-SFRHJGSM.cjs} +102 -2
- package/dist/chunk-SFRHJGSM.cjs.map +1 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +63 -23
- package/dist/index.cjs +634 -69
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +574 -49
- package/dist/index.js.map +1 -1
- package/dist/schema.cjs +60 -20
- package/dist/schema.d.ts +192 -2
- package/dist/schema.d.ts.map +1 -1
- package/dist/schema.js +1 -1
- package/dist/server/index-map.d.ts.map +1 -1
- package/dist/server/index.cjs +63 -23
- package/dist/server/index.d.ts +1 -1
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +2 -2
- package/dist/server/storage.d.ts.map +1 -1
- package/dist/storage/db/index.d.ts +28 -1
- package/dist/storage/db/index.d.ts.map +1 -1
- package/dist/storage/domains/background-tasks/index.d.ts.map +1 -1
- package/dist/storage/domains/channels/index.d.ts +19 -0
- package/dist/storage/domains/channels/index.d.ts.map +1 -0
- package/dist/storage/domains/schedules/index.d.ts +19 -0
- package/dist/storage/domains/schedules/index.d.ts.map +1 -0
- package/dist/storage/index.d.ts +3 -1
- package/dist/storage/index.d.ts.map +1 -1
- package/dist/storage/types.d.ts +42 -0
- package/dist/storage/types.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/chunk-CV23JOCS.cjs.map +0 -1
- package/dist/chunk-EEELVBWO.cjs.map +0 -1
- package/dist/chunk-FZDLZ4S3.js.map +0 -1
- package/dist/chunk-JPWDG4L3.js.map +0 -1
|
@@ -1,91 +1,131 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.2.0-alpha.0",
|
|
3
3
|
"package": "@mastra/convex",
|
|
4
4
|
"exports": {
|
|
5
5
|
"mastraCache": {
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
-
"implementation": "dist/chunk-
|
|
7
|
+
"implementation": "dist/chunk-AJFME2ZF.js"
|
|
8
8
|
},
|
|
9
9
|
"mastraNativeVectorAction": {
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
11
|
-
"implementation": "dist/chunk-
|
|
11
|
+
"implementation": "dist/chunk-AJFME2ZF.js"
|
|
12
12
|
},
|
|
13
13
|
"mastraNativeVectorMutation": {
|
|
14
14
|
"types": "dist/index.d.ts",
|
|
15
|
-
"implementation": "dist/chunk-
|
|
15
|
+
"implementation": "dist/chunk-AJFME2ZF.js"
|
|
16
16
|
},
|
|
17
17
|
"mastraNativeVectorQuery": {
|
|
18
18
|
"types": "dist/index.d.ts",
|
|
19
|
-
"implementation": "dist/chunk-
|
|
19
|
+
"implementation": "dist/chunk-AJFME2ZF.js"
|
|
20
20
|
},
|
|
21
21
|
"mastraStorage": {
|
|
22
22
|
"types": "dist/index.d.ts",
|
|
23
|
-
"implementation": "dist/chunk-
|
|
23
|
+
"implementation": "dist/chunk-AJFME2ZF.js"
|
|
24
|
+
},
|
|
25
|
+
"TABLE_BACKGROUND_TASKS": {
|
|
26
|
+
"types": "dist/index.d.ts",
|
|
27
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
28
|
+
},
|
|
29
|
+
"TABLE_CHANNEL_CONFIG": {
|
|
30
|
+
"types": "dist/index.d.ts",
|
|
31
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
32
|
+
},
|
|
33
|
+
"TABLE_CHANNEL_INSTALLATIONS": {
|
|
34
|
+
"types": "dist/index.d.ts",
|
|
35
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
24
36
|
},
|
|
25
37
|
"TABLE_MESSAGES": {
|
|
26
38
|
"types": "dist/index.d.ts",
|
|
27
|
-
"implementation": "dist/chunk-
|
|
39
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
28
40
|
},
|
|
29
41
|
"TABLE_RESOURCES": {
|
|
30
42
|
"types": "dist/index.d.ts",
|
|
31
|
-
"implementation": "dist/chunk-
|
|
43
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
44
|
+
},
|
|
45
|
+
"TABLE_SCHEDULES": {
|
|
46
|
+
"types": "dist/index.d.ts",
|
|
47
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
48
|
+
},
|
|
49
|
+
"TABLE_SCHEDULE_TRIGGERS": {
|
|
50
|
+
"types": "dist/index.d.ts",
|
|
51
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
32
52
|
},
|
|
33
53
|
"TABLE_SCORERS": {
|
|
34
54
|
"types": "dist/index.d.ts",
|
|
35
|
-
"implementation": "dist/chunk-
|
|
55
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
36
56
|
},
|
|
37
57
|
"TABLE_THREADS": {
|
|
38
58
|
"types": "dist/index.d.ts",
|
|
39
|
-
"implementation": "dist/chunk-
|
|
59
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
40
60
|
},
|
|
41
61
|
"TABLE_WORKFLOW_SNAPSHOT": {
|
|
42
62
|
"types": "dist/index.d.ts",
|
|
43
|
-
"implementation": "dist/chunk-
|
|
63
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
44
64
|
},
|
|
45
65
|
"defineMastraNativeVectorTable": {
|
|
46
66
|
"types": "dist/index.d.ts",
|
|
47
|
-
"implementation": "dist/chunk-
|
|
48
|
-
"line":
|
|
67
|
+
"implementation": "dist/chunk-MC75WADX.js",
|
|
68
|
+
"line": 146
|
|
69
|
+
},
|
|
70
|
+
"mastraBackgroundTasksTable": {
|
|
71
|
+
"types": "dist/index.d.ts",
|
|
72
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
49
73
|
},
|
|
50
74
|
"mastraCacheListItemsTable": {
|
|
51
75
|
"types": "dist/index.d.ts",
|
|
52
|
-
"implementation": "dist/chunk-
|
|
76
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
53
77
|
},
|
|
54
78
|
"mastraCacheTable": {
|
|
55
79
|
"types": "dist/index.d.ts",
|
|
56
|
-
"implementation": "dist/chunk-
|
|
80
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
81
|
+
},
|
|
82
|
+
"mastraChannelConfigTable": {
|
|
83
|
+
"types": "dist/index.d.ts",
|
|
84
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
85
|
+
},
|
|
86
|
+
"mastraChannelInstallationsTable": {
|
|
87
|
+
"types": "dist/index.d.ts",
|
|
88
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
57
89
|
},
|
|
58
90
|
"mastraDocumentsTable": {
|
|
59
91
|
"types": "dist/index.d.ts",
|
|
60
|
-
"implementation": "dist/chunk-
|
|
92
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
61
93
|
},
|
|
62
94
|
"mastraMessagesTable": {
|
|
63
95
|
"types": "dist/index.d.ts",
|
|
64
|
-
"implementation": "dist/chunk-
|
|
96
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
65
97
|
},
|
|
66
98
|
"mastraResourcesTable": {
|
|
67
99
|
"types": "dist/index.d.ts",
|
|
68
|
-
"implementation": "dist/chunk-
|
|
100
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
101
|
+
},
|
|
102
|
+
"mastraScheduleTriggersTable": {
|
|
103
|
+
"types": "dist/index.d.ts",
|
|
104
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
105
|
+
},
|
|
106
|
+
"mastraSchedulesTable": {
|
|
107
|
+
"types": "dist/index.d.ts",
|
|
108
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
69
109
|
},
|
|
70
110
|
"mastraScoresTable": {
|
|
71
111
|
"types": "dist/index.d.ts",
|
|
72
|
-
"implementation": "dist/chunk-
|
|
112
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
73
113
|
},
|
|
74
114
|
"mastraThreadsTable": {
|
|
75
115
|
"types": "dist/index.d.ts",
|
|
76
|
-
"implementation": "dist/chunk-
|
|
116
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
77
117
|
},
|
|
78
118
|
"mastraVectorIndexesTable": {
|
|
79
119
|
"types": "dist/index.d.ts",
|
|
80
|
-
"implementation": "dist/chunk-
|
|
120
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
81
121
|
},
|
|
82
122
|
"mastraVectorsTable": {
|
|
83
123
|
"types": "dist/index.d.ts",
|
|
84
|
-
"implementation": "dist/chunk-
|
|
124
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
85
125
|
},
|
|
86
126
|
"mastraWorkflowSnapshotsTable": {
|
|
87
127
|
"types": "dist/index.d.ts",
|
|
88
|
-
"implementation": "dist/chunk-
|
|
128
|
+
"implementation": "dist/chunk-MC75WADX.js"
|
|
89
129
|
}
|
|
90
130
|
},
|
|
91
131
|
"modules": {}
|