@mastra/vectorize 0.1.8-alpha.8 → 0.1.8

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/dist/index.cjs CHANGED
@@ -71,7 +71,7 @@ var CloudflareVector = class extends vector.MastraVector {
71
71
  super();
72
72
  this.accountId = accountId;
73
73
  this.client = new Cloudflare__default.default({
74
- apiKey: apiToken
74
+ apiToken
75
75
  });
76
76
  }
77
77
  async upsert(...args) {
package/dist/index.js CHANGED
@@ -65,7 +65,7 @@ var CloudflareVector = class extends MastraVector {
65
65
  super();
66
66
  this.accountId = accountId;
67
67
  this.client = new Cloudflare({
68
- apiKey: apiToken
68
+ apiToken
69
69
  });
70
70
  }
71
71
  async upsert(...args) {
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@mastra/vectorize",
3
- "version": "0.1.8-alpha.8",
3
+ "version": "0.1.8",
4
4
  "description": "Cloudflare Vectorize store provider for Mastra",
5
5
  "type": "module",
6
+ "files": [
7
+ "dist"
8
+ ],
6
9
  "main": "dist/index.js",
7
10
  "types": "dist/index.d.ts",
8
11
  "exports": {
@@ -19,20 +22,20 @@
19
22
  "./package.json": "./package.json"
20
23
  },
21
24
  "dependencies": {
22
- "cloudflare": "^4.0.0",
23
- "@mastra/core": "^0.5.0-alpha.8"
25
+ "cloudflare": "^4.1.0",
26
+ "@mastra/core": "^0.5.0"
24
27
  },
25
28
  "devDependencies": {
26
- "@microsoft/api-extractor": "^7.49.2",
27
- "@types/node": "^22.13.1",
28
- "tsup": "^8.0.1",
29
- "typescript": "^5.7.3",
30
- "vitest": "^3.0.5",
31
- "eslint": "^9.20.1",
32
- "@internal/lint": "0.0.0"
29
+ "@microsoft/api-extractor": "^7.52.1",
30
+ "@types/node": "^22.13.10",
31
+ "eslint": "^9.22.0",
32
+ "tsup": "^8.4.0",
33
+ "typescript": "^5.8.2",
34
+ "vitest": "^3.0.8",
35
+ "@internal/lint": "0.0.1"
33
36
  },
34
37
  "scripts": {
35
- "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
38
+ "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
36
39
  "build:watch": "pnpm build --watch",
37
40
  "test": "vitest run",
38
41
  "lint": "eslint ."
@@ -1,23 +0,0 @@
1
-
2
- > @mastra/vectorize@0.1.8-alpha.8 build /home/runner/work/mastra/mastra/stores/vectorize
3
- > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.6
8
- TSC Build start
9
- TSC ⚡️ Build success in 11426ms
10
- DTS Build start
11
- CLI Target: es2022
12
- Analysis will use the bundled TypeScript version 5.7.3
13
- Writing package typings: /home/runner/work/mastra/mastra/stores/vectorize/dist/_tsup-dts-rollup.d.ts
14
- Analysis will use the bundled TypeScript version 5.7.3
15
- Writing package typings: /home/runner/work/mastra/mastra/stores/vectorize/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 18757ms
17
- CLI Cleaning output folder
18
- ESM Build start
19
- CJS Build start
20
- CJS dist/index.cjs 5.68 KB
21
- CJS ⚡️ Build success in 631ms
22
- ESM dist/index.js 5.48 KB
23
- ESM ⚡️ Build success in 631ms