@mastra/elasticsearch 1.4.1-alpha.1 → 1.4.1

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.
@@ -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.1-alpha.1"
6
+ version: "1.4.1"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.1-alpha.1",
2
+ "version": "1.4.1",
3
3
  "package": "@mastra/elasticsearch",
4
4
  "exports": {},
5
5
  "modules": {}
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.1-alpha.1";
34
+ var version = "1.4.1";
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.1-alpha.1";
10
+ var version = "1.4.1";
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.1-alpha.1",
3
+ "version": "1.4.1",
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/lint": "0.0.129",
34
- "@internal/storage-test-utils": "0.0.125",
35
- "@internal/types-builder": "0.0.104",
36
- "@mastra/core": "1.64.0-alpha.7"
33
+ "@internal/types-builder": "0.0.105",
34
+ "@mastra/core": "1.64.0",
35
+ "@internal/storage-test-utils": "0.0.126",
36
+ "@internal/lint": "0.0.130"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@mastra/core": ">=1.61.0-0 <2.0.0-0"