@mastra/pinecone 0.1.8-alpha.9 → 0.1.9-alpha.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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/pinecone@0.1.8-alpha.9 build /home/runner/work/mastra/mastra/stores/pinecone
3
- > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
2
+ > @mastra/pinecone@0.1.9-alpha.0 build /home/runner/work/mastra/mastra/stores/pinecone
3
+ > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.6
7
+ CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 6967ms
9
+ TSC ⚡️ Build success in 6463ms
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 8175ms
16
+ DTS ⚡️ Build success in 9688ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- ESM dist/index.js 6.08 KB
21
- ESM ⚡️ Build success in 562ms
22
20
  CJS dist/index.cjs 6.12 KB
23
- CJS ⚡️ Build success in 562ms
21
+ CJS ⚡️ Build success in 626ms
22
+ ESM dist/index.js 6.08 KB
23
+ ESM ⚡️ Build success in 627ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # @mastra/pinecone
2
2
 
3
+ ## 0.1.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3729dbd]
8
+ - @mastra/core@0.5.1-alpha.0
9
+
10
+ ## 0.1.8
11
+
12
+ ### Patch Changes
13
+
14
+ - fd4a1d7: Update cjs bundling to make sure files are split
15
+ - Updated dependencies [a910463]
16
+ - Updated dependencies [59df7b6]
17
+ - Updated dependencies [22643eb]
18
+ - Updated dependencies [6feb23f]
19
+ - Updated dependencies [f2d6727]
20
+ - Updated dependencies [7a7a547]
21
+ - Updated dependencies [29f3a82]
22
+ - Updated dependencies [3d0e290]
23
+ - Updated dependencies [e9fbac5]
24
+ - Updated dependencies [301e4ee]
25
+ - Updated dependencies [ee667a2]
26
+ - Updated dependencies [dfbe4e9]
27
+ - Updated dependencies [dab255b]
28
+ - Updated dependencies [1e8bcbc]
29
+ - Updated dependencies [f6678e4]
30
+ - Updated dependencies [9e81f35]
31
+ - Updated dependencies [c93798b]
32
+ - Updated dependencies [a85ab24]
33
+ - Updated dependencies [dbd9f2d]
34
+ - Updated dependencies [59df7b6]
35
+ - Updated dependencies [caefaa2]
36
+ - Updated dependencies [c151ae6]
37
+ - Updated dependencies [52e0418]
38
+ - Updated dependencies [d79aedf]
39
+ - Updated dependencies [03236ec]
40
+ - Updated dependencies [3764e71]
41
+ - Updated dependencies [df982db]
42
+ - Updated dependencies [a171b37]
43
+ - Updated dependencies [506f1d5]
44
+ - Updated dependencies [02ffb7b]
45
+ - Updated dependencies [0461849]
46
+ - Updated dependencies [2259379]
47
+ - Updated dependencies [aeb5e36]
48
+ - Updated dependencies [f2301de]
49
+ - Updated dependencies [358f069]
50
+ - Updated dependencies [fd4a1d7]
51
+ - Updated dependencies [c139344]
52
+ - @mastra/core@0.5.0
53
+
54
+ ## 0.1.8-alpha.12
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [a85ab24]
59
+ - @mastra/core@0.5.0-alpha.12
60
+
61
+ ## 0.1.8-alpha.11
62
+
63
+ ### Patch Changes
64
+
65
+ - fd4a1d7: Update cjs bundling to make sure files are split
66
+ - Updated dependencies [7a7a547]
67
+ - Updated dependencies [c93798b]
68
+ - Updated dependencies [dbd9f2d]
69
+ - Updated dependencies [a171b37]
70
+ - Updated dependencies [fd4a1d7]
71
+ - @mastra/core@0.5.0-alpha.11
72
+
73
+ ## 0.1.8-alpha.10
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [a910463]
78
+ - @mastra/core@0.5.0-alpha.10
79
+
3
80
  ## 0.1.8-alpha.9
4
81
 
5
82
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/pinecone",
3
- "version": "0.1.8-alpha.9",
3
+ "version": "0.1.9-alpha.0",
4
4
  "description": "Pinecone vector store provider for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,20 +20,20 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@pinecone-database/pinecone": "^3.0.3",
23
- "@mastra/core": "^0.5.0-alpha.9"
23
+ "@mastra/core": "^0.5.1-alpha.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@microsoft/api-extractor": "^7.49.2",
27
- "@types/node": "^22.13.1",
26
+ "@microsoft/api-extractor": "^7.52.1",
27
+ "@types/node": "^22.13.10",
28
28
  "dotenv": "^16.4.7",
29
- "tsup": "^8.0.1",
30
- "typescript": "^5.7.3",
31
- "vitest": "^3.0.4",
32
- "eslint": "^9.20.1",
33
- "@internal/lint": "0.0.0"
29
+ "eslint": "^9.22.0",
30
+ "tsup": "^8.4.0",
31
+ "typescript": "^5.8.2",
32
+ "vitest": "^3.0.8",
33
+ "@internal/lint": "0.0.1"
34
34
  },
35
35
  "scripts": {
36
- "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
36
+ "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
37
37
  "build:watch": "pnpm build --watch",
38
38
  "test": "vitest run",
39
39
  "lint": "eslint ."