@mastra/dane 0.1.7-alpha.1 → 0.1.8-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.
- package/CHANGELOG.md +19 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/dane
|
|
2
2
|
|
|
3
|
+
## 0.1.8-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`2288200`](https://github.com/mastra-ai/mastra/commit/22882001be465d960a88f2c7f9ff1502787eefe8), [`f368e7b`](https://github.com/mastra-ai/mastra/commit/f368e7b19436a14e5771c46810e5ae93a2faf2e9), [`f368e7b`](https://github.com/mastra-ai/mastra/commit/f368e7b19436a14e5771c46810e5ae93a2faf2e9), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`2ddb851`](https://github.com/mastra-ai/mastra/commit/2ddb8519c4b6f1d31be10ffd33b41d2b649a04ff), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb), [`59d036d`](https://github.com/mastra-ai/mastra/commit/59d036d4c2706b430b0e3f1f1e0ee853ce16ca04)]:
|
|
8
|
+
- @mastra/memory@0.15.7-alpha.0
|
|
9
|
+
- @mastra/upstash@0.15.5-alpha.0
|
|
10
|
+
- @mastra/core@0.21.0-alpha.0
|
|
11
|
+
- @mastra/mcp@0.13.5-alpha.0
|
|
12
|
+
- @mastra/rag@1.3.1-alpha.0
|
|
13
|
+
- @mastra/libsql@0.15.2-alpha.0
|
|
14
|
+
|
|
15
|
+
## 0.1.7
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
|
|
20
|
+
- @mastra/core@0.20.2
|
|
21
|
+
|
|
3
22
|
## 0.1.7-alpha.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/dane",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8-alpha.0",
|
|
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.15.
|
|
24
|
+
"mastra": "0.15.2-alpha.0"
|
|
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/
|
|
46
|
-
"@mastra/mcp": "0.13.
|
|
47
|
-
"@mastra/
|
|
48
|
-
"@mastra/
|
|
49
|
-
"@mastra/upstash": "0.15.
|
|
50
|
-
"@mastra/
|
|
45
|
+
"@mastra/libsql": "0.15.2-alpha.0",
|
|
46
|
+
"@mastra/mcp": "0.13.5-alpha.0",
|
|
47
|
+
"@mastra/memory": "0.15.7-alpha.0",
|
|
48
|
+
"@mastra/rag": "1.3.1-alpha.0",
|
|
49
|
+
"@mastra/upstash": "0.15.5-alpha.0",
|
|
50
|
+
"@mastra/core": "0.21.0-alpha.0"
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://mastra.ai",
|
|
53
53
|
"repository": {
|