@mastra/pinecone 0.1.8-alpha.0 → 0.1.8-alpha.10

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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/pinecone@0.1.8-alpha.0 build /home/runner/work/mastra/mastra/stores/pinecone
2
+ > @mastra/pinecone@0.1.8-alpha.10 build /home/runner/work/mastra/mastra/stores/pinecone
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.3.6
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 5871ms
9
+ TSC ⚡️ Build success in 6439ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.7.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/stores/pinecone/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.7.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/pinecone/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 9464ms
16
+ DTS ⚡️ Build success in 8422ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 6.12 KB
21
- CJS ⚡️ Build success in 643ms
22
20
  ESM dist/index.js 6.08 KB
23
- ESM ⚡️ Build success in 644ms
21
+ ESM ⚡️ Build success in 451ms
22
+ CJS dist/index.cjs 6.12 KB
23
+ CJS ⚡️ Build success in 560ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,92 @@
1
1
  # @mastra/pinecone
2
2
 
3
+ ## 0.1.8-alpha.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a910463]
8
+ - @mastra/core@0.5.0-alpha.10
9
+
10
+ ## 0.1.8-alpha.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [e9fbac5]
15
+ - Updated dependencies [1e8bcbc]
16
+ - Updated dependencies [aeb5e36]
17
+ - Updated dependencies [f2301de]
18
+ - @mastra/core@0.5.0-alpha.9
19
+
20
+ ## 0.1.8-alpha.8
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [506f1d5]
25
+ - @mastra/core@0.5.0-alpha.8
26
+
27
+ ## 0.1.8-alpha.7
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ee667a2]
32
+ - @mastra/core@0.5.0-alpha.7
33
+
34
+ ## 0.1.8-alpha.6
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [f6678e4]
39
+ - @mastra/core@0.5.0-alpha.6
40
+
41
+ ## 0.1.8-alpha.5
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [22643eb]
46
+ - Updated dependencies [6feb23f]
47
+ - Updated dependencies [f2d6727]
48
+ - Updated dependencies [301e4ee]
49
+ - Updated dependencies [dfbe4e9]
50
+ - Updated dependencies [9e81f35]
51
+ - Updated dependencies [caefaa2]
52
+ - Updated dependencies [c151ae6]
53
+ - Updated dependencies [52e0418]
54
+ - Updated dependencies [03236ec]
55
+ - Updated dependencies [3764e71]
56
+ - Updated dependencies [df982db]
57
+ - Updated dependencies [0461849]
58
+ - Updated dependencies [2259379]
59
+ - Updated dependencies [358f069]
60
+ - @mastra/core@0.5.0-alpha.5
61
+
62
+ ## 0.1.8-alpha.4
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [d79aedf]
67
+ - @mastra/core@0.5.0-alpha.4
68
+
69
+ ## 0.1.8-alpha.3
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [3d0e290]
74
+ - @mastra/core@0.5.0-alpha.3
75
+
76
+ ## 0.1.8-alpha.2
77
+
78
+ ### Patch Changes
79
+
80
+ - Updated dependencies [02ffb7b]
81
+ - @mastra/core@0.5.0-alpha.2
82
+
83
+ ## 0.1.8-alpha.1
84
+
85
+ ### Patch Changes
86
+
87
+ - Updated dependencies [dab255b]
88
+ - @mastra/core@0.5.0-alpha.1
89
+
3
90
  ## 0.1.8-alpha.0
4
91
 
5
92
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/pinecone",
3
- "version": "0.1.8-alpha.0",
3
+ "version": "0.1.8-alpha.10",
4
4
  "description": "Pinecone 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
  "@pinecone-database/pinecone": "^3.0.3",
23
- "@mastra/core": "^0.5.0-alpha.0"
23
+ "@mastra/core": "^0.5.0-alpha.10"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@microsoft/api-extractor": "^7.49.2",