@mastra/opensearch 0.0.0-generate-message-id-20250512171942 → 0.1.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.
@@ -0,0 +1,23 @@
1
+
2
+ > @mastra/opensearch@0.1.0-alpha.0 build /home/runner/work/mastra/mastra/stores/opensearch
3
+ > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.4.0
8
+ TSC Build start
9
+ TSC ⚡️ Build success in 11259ms
10
+ DTS Build start
11
+ CLI Target: es2022
12
+ Analysis will use the bundled TypeScript version 5.8.3
13
+ Writing package typings: /home/runner/work/mastra/mastra/stores/opensearch/dist/_tsup-dts-rollup.d.ts
14
+ Analysis will use the bundled TypeScript version 5.8.3
15
+ Writing package typings: /home/runner/work/mastra/mastra/stores/opensearch/dist/_tsup-dts-rollup.d.cts
16
+ DTS ⚡️ Build success in 10586ms
17
+ CLI Cleaning output folder
18
+ ESM Build start
19
+ CJS Build start
20
+ ESM dist/index.js 21.32 KB
21
+ ESM ⚡️ Build success in 986ms
22
+ CJS dist/index.cjs 21.37 KB
23
+ CJS ⚡️ Build success in 985ms
package/CHANGELOG.md CHANGED
@@ -1,48 +1,5 @@
1
1
  # @mastra/opensearch
2
2
 
3
- ## 0.0.0-generate-message-id-20250512171942
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [ab80e7e]
8
- - Updated dependencies [66a786d]
9
- - Updated dependencies [3171b5b]
10
- - Updated dependencies [973e5ac]
11
- - Updated dependencies [daf942f]
12
- - Updated dependencies [0b8b868]
13
- - Updated dependencies [9e1eff5]
14
- - Updated dependencies [6fa1ad1]
15
- - Updated dependencies [c28d7a0]
16
- - Updated dependencies [edf1e88]
17
- - @mastra/core@0.0.0-generate-message-id-20250512171942
18
-
19
- ## 0.1.1-alpha.2
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies [3171b5b]
24
- - Updated dependencies [973e5ac]
25
- - Updated dependencies [9e1eff5]
26
- - @mastra/core@0.9.4-alpha.2
27
-
28
- ## 0.1.1-alpha.1
29
-
30
- ### Patch Changes
31
-
32
- - Updated dependencies [ab80e7e]
33
- - Updated dependencies [6fa1ad1]
34
- - Updated dependencies [c28d7a0]
35
- - Updated dependencies [edf1e88]
36
- - @mastra/core@0.9.4-alpha.1
37
-
38
- ## 0.1.1-alpha.0
39
-
40
- ### Patch Changes
41
-
42
- - Updated dependencies [daf942f]
43
- - Updated dependencies [0b8b868]
44
- - @mastra/core@0.9.4-alpha.0
45
-
46
3
  ## 0.1.0
47
4
 
48
5
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/opensearch",
3
- "version": "0.0.0-generate-message-id-20250512171942",
3
+ "version": "0.1.0",
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-generate-message-id-20250512171942"
23
+ "@mastra/core": "^0.9.3"
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-generate-message-id-20250512171942"
32
+ "@internal/lint": "0.0.4"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",