@mastra/dane 0.0.54-alpha.2 → 0.1.0-alpha.4

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 +27 -0
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @mastra/dane
2
2
 
3
+ ## 0.1.0-alpha.4
4
+
5
+ ### Minor Changes
6
+
7
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`c4dbd12`](https://github.com/mastra-ai/mastra/commit/c4dbd12a05e75db124c5d8abff3d893ea1b88c30), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
12
+ - @mastra/memory@0.15.2-alpha.1
13
+ - @mastra/core@0.17.0-alpha.4
14
+ - @mastra/mcp@0.13.0-alpha.1
15
+
16
+ ## 0.0.54-alpha.3
17
+
18
+ ### Patch Changes
19
+
20
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
21
+
22
+ - Updated dependencies [[`3359146`](https://github.com/mastra-ai/mastra/commit/3359146477152fc68047d96081078b0912125824), [`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`fdc1394`](https://github.com/mastra-ai/mastra/commit/fdc13940f16d8ffcffebe96fe60396edae81450c), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
23
+ - @mastra/rag@1.2.5-alpha.1
24
+ - @mastra/core@0.17.0-alpha.3
25
+ - @mastra/memory@0.15.2-alpha.0
26
+ - @mastra/upstash@0.15.1-alpha.1
27
+ - @mastra/libsql@0.14.2-alpha.2
28
+ - @mastra/mcp@0.12.1-alpha.0
29
+
3
30
  ## 0.0.54-alpha.2
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/dane",
3
- "version": "0.0.54-alpha.2",
3
+ "version": "0.1.0-alpha.4",
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.12.4-alpha.0"
24
+ "mastra": "0.13.0-alpha.2"
25
25
  },
26
26
  "dependencies": {
27
27
  "@ai-sdk/anthropic": "^1.2.12",
@@ -42,13 +42,12 @@
42
42
  "sqlite3": "^5.1.7",
43
43
  "typescript": "^5.8.3",
44
44
  "zod": "^3.25.76",
45
- "@mastra/core": "0.16.4-alpha.2",
46
- "@mastra/github": "1.2.12",
47
- "@mastra/libsql": "0.14.2-alpha.1",
48
- "@mastra/mcp": "0.12.0",
49
- "@mastra/memory": "0.15.1",
50
- "@mastra/rag": "1.2.5-alpha.0",
51
- "@mastra/upstash": "0.15.1-alpha.0"
45
+ "@mastra/core": "0.17.0-alpha.4",
46
+ "@mastra/libsql": "0.14.2-alpha.2",
47
+ "@mastra/memory": "0.15.2-alpha.1",
48
+ "@mastra/rag": "1.2.5-alpha.1",
49
+ "@mastra/mcp": "0.13.0-alpha.1",
50
+ "@mastra/upstash": "0.15.1-alpha.1"
52
51
  },
53
52
  "homepage": "https://mastra.ai",
54
53
  "repository": {