@mastra/dane 0.0.0-bundle-version-20260121091645 → 0.0.0-bundle-version-20260121132824

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 +7 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @mastra/dane
2
2
 
3
- ## 0.0.0-bundle-version-20260121091645
3
+ ## 0.0.0-bundle-version-20260121132824
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b)]:
8
- - @mastra/core@0.0.0-bundle-version-20260121091645
9
- - @mastra/mcp@0.0.0-bundle-version-20260121091645
10
- - @mastra/memory@0.0.0-bundle-version-20260121091645
11
- - @mastra/rag@0.0.0-bundle-version-20260121091645
12
- - @mastra/libsql@0.0.0-bundle-version-20260121091645
13
- - @mastra/upstash@0.0.0-bundle-version-20260121091645
8
+ - @mastra/core@0.0.0-bundle-version-20260121132824
9
+ - @mastra/mcp@0.0.0-bundle-version-20260121132824
10
+ - @mastra/memory@0.0.0-bundle-version-20260121132824
11
+ - @mastra/rag@0.0.0-bundle-version-20260121132824
12
+ - @mastra/libsql@0.0.0-bundle-version-20260121132824
13
+ - @mastra/upstash@0.0.0-bundle-version-20260121132824
14
14
 
15
15
  ## 1.0.1
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "0.0.0-bundle-version-20260121091645",
3
+ "version": "0.0.0-bundle-version-20260121132824",
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": "0.0.0-bundle-version-20260121091645"
24
+ "mastra": "0.0.0-bundle-version-20260121132824"
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": "0.0.0-bundle-version-20260121091645",
46
- "@mastra/mcp": "0.0.0-bundle-version-20260121091645",
47
- "@mastra/libsql": "0.0.0-bundle-version-20260121091645",
48
- "@mastra/rag": "0.0.0-bundle-version-20260121091645",
49
- "@mastra/memory": "0.0.0-bundle-version-20260121091645",
50
- "@mastra/upstash": "0.0.0-bundle-version-20260121091645"
45
+ "@mastra/core": "0.0.0-bundle-version-20260121132824",
46
+ "@mastra/libsql": "0.0.0-bundle-version-20260121132824",
47
+ "@mastra/memory": "0.0.0-bundle-version-20260121132824",
48
+ "@mastra/rag": "0.0.0-bundle-version-20260121132824",
49
+ "@mastra/mcp": "0.0.0-bundle-version-20260121132824",
50
+ "@mastra/upstash": "0.0.0-bundle-version-20260121132824"
51
51
  },
52
52
  "homepage": "https://mastra.ai",
53
53
  "repository": {