@mastra/elasticsearch 1.4.2-alpha.0 → 1.4.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.
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/docs/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: mastra-elasticsearch
|
|
|
3
3
|
description: Documentation for @mastra/elasticsearch. Use when working with @mastra/elasticsearch APIs, configuration, or implementation.
|
|
4
4
|
metadata:
|
|
5
5
|
package: "@mastra/elasticsearch"
|
|
6
|
-
version: "1.4.2
|
|
6
|
+
version: "1.4.2"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
package/dist/index.cjs
CHANGED
|
@@ -31,7 +31,7 @@ let crypto$1 = require("crypto");
|
|
|
31
31
|
crypto$1 = __toESM(crypto$1, 1);
|
|
32
32
|
let _mastra_core_evals = require("@mastra/core/evals");
|
|
33
33
|
//#region package.json
|
|
34
|
-
var version = "1.4.2
|
|
34
|
+
var version = "1.4.2";
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region src/vector/filter.ts
|
|
37
37
|
/**
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { MessageList } from "@mastra/core/agent";
|
|
|
7
7
|
import crypto$1 from "crypto";
|
|
8
8
|
import { saveScorePayloadSchema } from "@mastra/core/evals";
|
|
9
9
|
//#region package.json
|
|
10
|
-
var version = "1.4.2
|
|
10
|
+
var version = "1.4.2";
|
|
11
11
|
//#endregion
|
|
12
12
|
//#region src/vector/filter.ts
|
|
13
13
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/elasticsearch",
|
|
3
|
-
"version": "1.4.2
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "ElasticSearch vector store provider for Mastra",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"tsx": "^4.23.1",
|
|
31
31
|
"typescript": "^7.0.2",
|
|
32
32
|
"vitest": "4.1.10",
|
|
33
|
-
"@internal/
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
36
|
-
"@internal/
|
|
33
|
+
"@internal/storage-test-utils": "0.0.129",
|
|
34
|
+
"@mastra/core": "1.67.0",
|
|
35
|
+
"@internal/lint": "0.0.133",
|
|
36
|
+
"@internal/types-builder": "0.0.108"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@mastra/core": ">=1.61.0-0 <2.0.0-0"
|