@mastra/opensearch 0.0.0-vector-query-sources-20250516172905 → 0.0.0-vector-sources-20250516175436

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/opensearch
2
2
 
3
- ## 0.0.0-vector-query-sources-20250516172905
3
+ ## 0.0.0-vector-sources-20250516175436
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  - Updated dependencies [d0ee3c6]
11
11
  - Updated dependencies [23f258c]
12
12
  - Updated dependencies [2672a05]
13
- - @mastra/core@0.0.0-vector-query-sources-20250516172905
13
+ - @mastra/core@0.0.0-vector-sources-20250516175436
14
14
 
15
15
  ## 0.1.1
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/opensearch",
3
- "version": "0.0.0-vector-query-sources-20250516172905",
3
+ "version": "0.0.0-vector-sources-20250516175436",
4
4
  "description": "OpenSearch vector store provider for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@opensearch-project/opensearch": "^3.4.0",
23
- "@mastra/core": "0.0.0-vector-query-sources-20250516172905"
23
+ "@mastra/core": "0.0.0-vector-sources-20250516175436"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@microsoft/api-extractor": "^7.52.1",
@@ -29,7 +29,7 @@
29
29
  "tsup": "^8.4.0",
30
30
  "typescript": "^5.8.2",
31
31
  "vitest": "^3.0.8",
32
- "@internal/lint": "0.0.0-vector-query-sources-20250516172905"
32
+ "@internal/lint": "0.0.0-vector-sources-20250516175436"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",