@mastra/astra 0.2.0-alpha.9 → 0.2.1-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/astra@0.2.0-alpha.9 build /home/runner/work/mastra/mastra/stores/astra
3
- > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
2
+ > @mastra/astra@0.2.1-alpha.0 build /home/runner/work/mastra/mastra/stores/astra
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 6409ms
9
+ TSC ⚡️ Build success in 6544ms
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/astra/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/astra/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 9098ms
16
+ DTS ⚡️ Build success in 8629ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 7.13 KB
21
- ESM ⚡️ Build success in 520ms
21
+ ESM ⚡️ Build success in 650ms
22
22
  CJS dist/index.cjs 7.16 KB
23
- CJS ⚡️ Build success in 521ms
23
+ CJS ⚡️ Build success in 650ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,86 @@
1
1
  # @mastra/astra
2
2
 
3
+ ## 0.2.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3729dbd]
8
+ - @mastra/core@0.5.1-alpha.0
9
+
10
+ ## 0.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 5bfb4b6: Added new operations implementations for new MastraVector interface methods in astra store
15
+
16
+ ### Patch Changes
17
+
18
+ - fd4a1d7: Update cjs bundling to make sure files are split
19
+ - Updated dependencies [a910463]
20
+ - Updated dependencies [59df7b6]
21
+ - Updated dependencies [22643eb]
22
+ - Updated dependencies [6feb23f]
23
+ - Updated dependencies [f2d6727]
24
+ - Updated dependencies [7a7a547]
25
+ - Updated dependencies [29f3a82]
26
+ - Updated dependencies [3d0e290]
27
+ - Updated dependencies [e9fbac5]
28
+ - Updated dependencies [301e4ee]
29
+ - Updated dependencies [ee667a2]
30
+ - Updated dependencies [dfbe4e9]
31
+ - Updated dependencies [dab255b]
32
+ - Updated dependencies [1e8bcbc]
33
+ - Updated dependencies [f6678e4]
34
+ - Updated dependencies [9e81f35]
35
+ - Updated dependencies [c93798b]
36
+ - Updated dependencies [a85ab24]
37
+ - Updated dependencies [dbd9f2d]
38
+ - Updated dependencies [59df7b6]
39
+ - Updated dependencies [caefaa2]
40
+ - Updated dependencies [c151ae6]
41
+ - Updated dependencies [52e0418]
42
+ - Updated dependencies [d79aedf]
43
+ - Updated dependencies [03236ec]
44
+ - Updated dependencies [3764e71]
45
+ - Updated dependencies [df982db]
46
+ - Updated dependencies [a171b37]
47
+ - Updated dependencies [506f1d5]
48
+ - Updated dependencies [02ffb7b]
49
+ - Updated dependencies [0461849]
50
+ - Updated dependencies [2259379]
51
+ - Updated dependencies [aeb5e36]
52
+ - Updated dependencies [f2301de]
53
+ - Updated dependencies [358f069]
54
+ - Updated dependencies [fd4a1d7]
55
+ - Updated dependencies [c139344]
56
+ - @mastra/core@0.5.0
57
+
58
+ ## 0.2.0-alpha.12
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [a85ab24]
63
+ - @mastra/core@0.5.0-alpha.12
64
+
65
+ ## 0.2.0-alpha.11
66
+
67
+ ### Patch Changes
68
+
69
+ - fd4a1d7: Update cjs bundling to make sure files are split
70
+ - Updated dependencies [7a7a547]
71
+ - Updated dependencies [c93798b]
72
+ - Updated dependencies [dbd9f2d]
73
+ - Updated dependencies [a171b37]
74
+ - Updated dependencies [fd4a1d7]
75
+ - @mastra/core@0.5.0-alpha.11
76
+
77
+ ## 0.2.0-alpha.10
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [a910463]
82
+ - @mastra/core@0.5.0-alpha.10
83
+
3
84
  ## 0.2.0-alpha.9
4
85
 
5
86
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/astra",
3
- "version": "0.2.0-alpha.9",
3
+ "version": "0.2.1-alpha.0",
4
4
  "description": "Astra DB provider for Mastra - includes vector store capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,19 +20,19 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@datastax/astra-db-ts": "^1.5.0",
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",
28
- "tsup": "^8.0.1",
29
- "typescript": "^5.7.3",
30
- "vitest": "^3.0.4",
31
- "eslint": "^9.20.1",
32
- "@internal/lint": "0.0.0"
26
+ "@microsoft/api-extractor": "^7.52.1",
27
+ "@types/node": "^22.13.10",
28
+ "eslint": "^9.22.0",
29
+ "tsup": "^8.4.0",
30
+ "typescript": "^5.8.2",
31
+ "vitest": "^3.0.8",
32
+ "@internal/lint": "0.0.1"
33
33
  },
34
34
  "scripts": {
35
- "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
35
+ "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
36
36
  "build:watch": "pnpm build --watch",
37
37
  "test": "vitest run",
38
38
  "lint": "eslint ."