@mastra/dane 1.0.0-beta.21 → 1.0.0-beta.23

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @mastra/dane
2
2
 
3
+ ## 1.0.0-beta.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c8417b4`](https://github.com/mastra-ai/mastra/commit/c8417b41d9f3486854dc7842d977fbe5e2166264), [`dd4f34c`](https://github.com/mastra-ai/mastra/commit/dd4f34c78cbae24063463475b0619575c415f9b8)]:
8
+ - @mastra/core@1.0.0-beta.23
9
+
10
+ ## 1.0.0-beta.22
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`cf450f8`](https://github.com/mastra-ai/mastra/commit/cf450f8cf2b7da64026764135d737dfe1a75c251), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`1a4c693`](https://github.com/mastra-ai/mastra/commit/1a4c693b59754cc07f6749b95c5b4c978dde3a05), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`c583f71`](https://github.com/mastra-ai/mastra/commit/c583f71a86651f04256c708f0625ebb609cd8405), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`a06f739`](https://github.com/mastra-ai/mastra/commit/a06f7393e6cf61e48e107a92aae5cf9f000aaa65), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`d7eb2e5`](https://github.com/mastra-ai/mastra/commit/d7eb2e5cc267eb89cd1653a43ebe41d3ef3d3260), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617)]:
15
+ - @mastra/core@1.0.0-beta.22
16
+ - @mastra/rag@2.0.0-beta.7
17
+ - @mastra/mcp@1.0.0-beta.10
18
+ - @mastra/memory@1.0.0-beta.13
19
+ - @mastra/libsql@1.0.0-beta.12
20
+ - @mastra/upstash@1.0.0-beta.11
21
+
3
22
  ## 1.0.0-beta.21
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "1.0.0-beta.21",
3
+ "version": "1.0.0-beta.23",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -21,7 +21,7 @@
21
21
  "@types/node": "22.13.17",
22
22
  "@types/pdf-parse": "^1.1.4",
23
23
  "tsx": "^4.19.3",
24
- "mastra": "1.0.0-beta.14"
24
+ "mastra": "1.0.0-beta.15"
25
25
  },
26
26
  "dependencies": {
27
27
  "@ai-sdk/anthropic": "^1.2.12",
@@ -42,12 +42,12 @@
42
42
  "sqlite3": "^5.1.7",
43
43
  "typescript": "^5.9.3",
44
44
  "zod": "^3.25.76",
45
- "@mastra/core": "1.0.0-beta.21",
46
- "@mastra/libsql": "1.0.0-beta.11",
47
- "@mastra/mcp": "1.0.0-beta.9",
48
- "@mastra/rag": "2.0.0-beta.6",
49
- "@mastra/memory": "1.0.0-beta.12",
50
- "@mastra/upstash": "1.0.0-beta.10"
45
+ "@mastra/core": "1.0.0-beta.23",
46
+ "@mastra/libsql": "1.0.0-beta.12",
47
+ "@mastra/rag": "2.0.0-beta.7",
48
+ "@mastra/upstash": "1.0.0-beta.11",
49
+ "@mastra/mcp": "1.0.0-beta.10",
50
+ "@mastra/memory": "1.0.0-beta.13"
51
51
  },
52
52
  "homepage": "https://mastra.ai",
53
53
  "repository": {