@mastra/pinecone 0.11.0-alpha.1 → 0.11.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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +35 -2
- package/LICENSE.md +12 -4
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/pinecone@0.11.0
|
|
2
|
+
> @mastra/pinecone@0.11.0 build /home/runner/work/mastra/mastra/stores/pinecone
|
|
3
3
|
> tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.5.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 7379ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/stores/pinecone/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/stores/pinecone/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 9947ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
20
|
[32mESM[39m [1mdist/index.js [22m[32m14.87 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 672ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m15.11 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 673ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @mastra/pinecone
|
|
2
2
|
|
|
3
|
+
## 0.11.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ce088f5: Update all peerdeps to latest core
|
|
8
|
+
- @mastra/core@0.11.1
|
|
9
|
+
|
|
10
|
+
## 0.11.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 0e17048: Throw mastra errors in storage packages
|
|
19
|
+
- Updated dependencies [15e9d26]
|
|
20
|
+
- Updated dependencies [d1baedb]
|
|
21
|
+
- Updated dependencies [d8f2d19]
|
|
22
|
+
- Updated dependencies [4d21bf2]
|
|
23
|
+
- Updated dependencies [07d6d88]
|
|
24
|
+
- Updated dependencies [9d52b17]
|
|
25
|
+
- Updated dependencies [2097952]
|
|
26
|
+
- Updated dependencies [792c4c0]
|
|
27
|
+
- Updated dependencies [5d74aab]
|
|
28
|
+
- Updated dependencies [a8b194f]
|
|
29
|
+
- Updated dependencies [4fb0cc2]
|
|
30
|
+
- Updated dependencies [d2a7a31]
|
|
31
|
+
- Updated dependencies [502fe05]
|
|
32
|
+
- Updated dependencies [144eb0b]
|
|
33
|
+
- Updated dependencies [8ba1b51]
|
|
34
|
+
- Updated dependencies [4efcfa0]
|
|
35
|
+
- Updated dependencies [0e17048]
|
|
36
|
+
- @mastra/core@0.10.7
|
|
37
|
+
|
|
3
38
|
## 0.11.0-alpha.1
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|
|
@@ -1286,7 +1321,6 @@
|
|
|
1286
1321
|
### Minor Changes
|
|
1287
1322
|
|
|
1288
1323
|
- c87eb4e: Move Pinecone package from `@mastra/vector-pinecone` to `@mastra/pinecone`.
|
|
1289
|
-
|
|
1290
1324
|
- Move package to `stores/pinecone`
|
|
1291
1325
|
- Reorganize source files into `src/vector`
|
|
1292
1326
|
- Add deprecation notice to old package
|
|
@@ -1620,7 +1654,6 @@
|
|
|
1620
1654
|
### Minor Changes
|
|
1621
1655
|
|
|
1622
1656
|
- c87eb4e: Move Pinecone package from `@mastra/vector-pinecone` to `@mastra/pinecone`.
|
|
1623
|
-
|
|
1624
1657
|
- Move package to `stores/pinecone`
|
|
1625
1658
|
- Reorganize source files into `src/vector`
|
|
1626
1659
|
- Add deprecation notice to old package
|
package/LICENSE.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
# Apache License 2.0
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Copyright (c) 2025 Kepler Software, Inc.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
you may not use this file except in compliance with the License.
|
|
7
|
+
You may obtain a copy of the License at
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
|
|
11
|
+
Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
See the License for the specific language governing permissions and
|
|
15
|
+
limitations under the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/pinecone",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "Pinecone vector store provider for Mastra",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@microsoft/api-extractor": "^7.52.8",
|
|
27
27
|
"@types/node": "^20.19.0",
|
|
28
|
-
"dotenv": "^
|
|
29
|
-
"eslint": "^9.
|
|
28
|
+
"dotenv": "^17.0.0",
|
|
29
|
+
"eslint": "^9.30.1",
|
|
30
30
|
"tsup": "^8.5.0",
|
|
31
31
|
"typescript": "^5.8.3",
|
|
32
|
-
"vitest": "^3.2.
|
|
33
|
-
"@internal/lint": "0.0.
|
|
34
|
-
"@mastra/core": "0.
|
|
32
|
+
"vitest": "^3.2.4",
|
|
33
|
+
"@internal/lint": "0.0.22",
|
|
34
|
+
"@mastra/core": "0.11.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@mastra/core": ">=0.10.7-0 <0.
|
|
37
|
+
"@mastra/core": ">=0.10.7-0 <0.12.0-0"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
|