@mastra/dane 0.1.3-alpha.0 → 0.1.3-alpha.1
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/CHANGELOG.md +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @mastra/dane
|
|
2
2
|
|
|
3
|
+
## 0.1.3-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`5f4e677`](https://github.com/mastra-ai/mastra/commit/5f4e67757bc23f2694d83af10f88cfccdc6013ff), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`a7243e2`](https://github.com/mastra-ai/mastra/commit/a7243e2e58762667a6e3921e755e89d6bb0a3282), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`9bea94d`](https://github.com/mastra-ai/mastra/commit/9bea94d36582ec6aa69126ab3b5f97e38aac9d98), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`df64f9e`](https://github.com/mastra-ai/mastra/commit/df64f9ef814916fff9baedd861c988084e7c41de), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`683e5a1`](https://github.com/mastra-ai/mastra/commit/683e5a1466e48b686825b2c11f84680f296138e4), [`3679378`](https://github.com/mastra-ai/mastra/commit/3679378673350aa314741dc826f837b1984149bc), [`7775bc2`](https://github.com/mastra-ai/mastra/commit/7775bc20bb1ad1ab24797fb420e4f96c65b0d8ec), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`652066b`](https://github.com/mastra-ai/mastra/commit/652066bd1efc6bb6813ba950ed1d7573e8b7d9d4), [`ea8d386`](https://github.com/mastra-ai/mastra/commit/ea8d386cd8c5593664515fd5770c06bf2aa980ef), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`0130986`](https://github.com/mastra-ai/mastra/commit/0130986fc62d0edcc626dd593282661dbb9af141)]:
|
|
8
|
+
- @mastra/mcp@0.13.2-alpha.0
|
|
9
|
+
- @mastra/core@0.19.0-alpha.1
|
|
10
|
+
- @mastra/memory@0.15.4-alpha.0
|
|
11
|
+
- @mastra/upstash@0.15.3-alpha.0
|
|
12
|
+
- @mastra/libsql@0.15.0-alpha.0
|
|
13
|
+
- @mastra/rag@1.2.7-alpha.0
|
|
14
|
+
|
|
3
15
|
## 0.1.3-alpha.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/dane",
|
|
3
|
-
"version": "0.1.3-alpha.
|
|
3
|
+
"version": "0.1.3-alpha.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@types/node": "^20.17.57",
|
|
22
22
|
"@types/pdf-parse": "^1.1.4",
|
|
23
23
|
"tsx": "^4.19.3",
|
|
24
|
-
"mastra": "0.13.3-alpha.
|
|
24
|
+
"mastra": "0.13.3-alpha.1"
|
|
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.8.3",
|
|
44
44
|
"zod": "^3.25.76",
|
|
45
|
-
"@mastra/libsql": "0.
|
|
46
|
-
"@mastra/
|
|
47
|
-
"@mastra/
|
|
48
|
-
"@mastra/
|
|
49
|
-
"@mastra/
|
|
50
|
-
"@mastra/
|
|
45
|
+
"@mastra/libsql": "0.15.0-alpha.0",
|
|
46
|
+
"@mastra/mcp": "0.13.2-alpha.0",
|
|
47
|
+
"@mastra/core": "0.19.0-alpha.1",
|
|
48
|
+
"@mastra/rag": "1.2.7-alpha.0",
|
|
49
|
+
"@mastra/upstash": "0.15.3-alpha.0",
|
|
50
|
+
"@mastra/memory": "0.15.4-alpha.0"
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://mastra.ai",
|
|
53
53
|
"repository": {
|