@mastra/convex 1.4.0-alpha.0 → 1.4.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 +38 -0
- package/dist/{chunk-PKCUPSKO.cjs → chunk-2KILIA33.cjs} +2 -2
- package/dist/{chunk-PKCUPSKO.cjs.map → chunk-2KILIA33.cjs.map} +1 -1
- package/dist/{chunk-SQMTQ7ZD.js → chunk-MC2EQATP.js} +2 -2
- package/dist/{chunk-SQMTQ7ZD.js.map → chunk-MC2EQATP.js.map} +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +6 -6
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/server/index.cjs +6 -6
- package/dist/server/index.js +1 -1
- package/dist/storage/types.d.ts.map +1 -1
- package/package.json +7 -7
package/dist/docs/SKILL.md
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.4.0
|
|
2
|
+
"version": "1.4.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-MC2EQATP.js"
|
|
8
8
|
},
|
|
9
9
|
"mastraNativeVectorAction": {
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
11
|
-
"implementation": "dist/chunk-
|
|
11
|
+
"implementation": "dist/chunk-MC2EQATP.js"
|
|
12
12
|
},
|
|
13
13
|
"mastraNativeVectorMutation": {
|
|
14
14
|
"types": "dist/index.d.ts",
|
|
15
|
-
"implementation": "dist/chunk-
|
|
15
|
+
"implementation": "dist/chunk-MC2EQATP.js"
|
|
16
16
|
},
|
|
17
17
|
"mastraNativeVectorQuery": {
|
|
18
18
|
"types": "dist/index.d.ts",
|
|
19
|
-
"implementation": "dist/chunk-
|
|
19
|
+
"implementation": "dist/chunk-MC2EQATP.js"
|
|
20
20
|
},
|
|
21
21
|
"mastraStorage": {
|
|
22
22
|
"types": "dist/index.d.ts",
|
|
23
|
-
"implementation": "dist/chunk-
|
|
23
|
+
"implementation": "dist/chunk-MC2EQATP.js"
|
|
24
24
|
},
|
|
25
25
|
"TABLE_BACKGROUND_TASKS": {
|
|
26
26
|
"types": "dist/index.d.ts",
|
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk2KILIA33_cjs = require('./chunk-2KILIA33.cjs');
|
|
4
4
|
var chunkZCCKLZQH_cjs = require('./chunk-ZCCKLZQH.cjs');
|
|
5
5
|
var cache = require('@mastra/core/cache');
|
|
6
6
|
var storage = require('@mastra/core/storage');
|
|
@@ -2986,23 +2986,23 @@ var ConvexNativeVector = class extends vector.MastraVector {
|
|
|
2986
2986
|
|
|
2987
2987
|
Object.defineProperty(exports, "mastraCache", {
|
|
2988
2988
|
enumerable: true,
|
|
2989
|
-
get: function () { return
|
|
2989
|
+
get: function () { return chunk2KILIA33_cjs.mastraCache; }
|
|
2990
2990
|
});
|
|
2991
2991
|
Object.defineProperty(exports, "mastraNativeVectorAction", {
|
|
2992
2992
|
enumerable: true,
|
|
2993
|
-
get: function () { return
|
|
2993
|
+
get: function () { return chunk2KILIA33_cjs.mastraNativeVectorAction; }
|
|
2994
2994
|
});
|
|
2995
2995
|
Object.defineProperty(exports, "mastraNativeVectorMutation", {
|
|
2996
2996
|
enumerable: true,
|
|
2997
|
-
get: function () { return
|
|
2997
|
+
get: function () { return chunk2KILIA33_cjs.mastraNativeVectorMutation; }
|
|
2998
2998
|
});
|
|
2999
2999
|
Object.defineProperty(exports, "mastraNativeVectorQuery", {
|
|
3000
3000
|
enumerable: true,
|
|
3001
|
-
get: function () { return
|
|
3001
|
+
get: function () { return chunk2KILIA33_cjs.mastraNativeVectorQuery; }
|
|
3002
3002
|
});
|
|
3003
3003
|
Object.defineProperty(exports, "mastraStorage", {
|
|
3004
3004
|
enumerable: true,
|
|
3005
|
-
get: function () { return
|
|
3005
|
+
get: function () { return chunk2KILIA33_cjs.mastraStorage; }
|
|
3006
3006
|
});
|
|
3007
3007
|
Object.defineProperty(exports, "TABLE_BACKGROUND_TASKS", {
|
|
3008
3008
|
enumerable: true,
|