@dbx-tools/shared-mastra 0.1.18 → 0.1.20
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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Browser-safe contract for the AppKit Mastra plugin.
|
|
|
5
5
|
Import this package when a client, test, or server route needs the same route
|
|
6
6
|
constants, header names, embed-marker parsing, feedback schemas, thread
|
|
7
7
|
selection fields, and Mastra response schemas used by
|
|
8
|
-
[`@dbx-tools/
|
|
8
|
+
[`@dbx-tools/appkit-mastra`](../../node/appkit-mastra).
|
|
9
9
|
|
|
10
10
|
Key features:
|
|
11
11
|
|
|
@@ -114,4 +114,4 @@ chart/data result shapes consumed by embed renderers.
|
|
|
114
114
|
- `thread` - thread id header/query constants.
|
|
115
115
|
|
|
116
116
|
Server-side implementation is in
|
|
117
|
-
[`@dbx-tools/
|
|
117
|
+
[`@dbx-tools/appkit-mastra`](../../node/appkit-mastra).
|
package/package.json
CHANGED
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"zod": "^4.3.6",
|
|
15
|
-
"@dbx-tools/shared-core": "0.1.
|
|
16
|
-
"@dbx-tools/shared-model": "0.1.
|
|
17
|
-
"@dbx-tools/shared-genie": "0.1.
|
|
15
|
+
"@dbx-tools/shared-core": "0.1.20",
|
|
16
|
+
"@dbx-tools/shared-model": "0.1.20",
|
|
17
|
+
"@dbx-tools/shared-genie": "0.1.20"
|
|
18
18
|
},
|
|
19
19
|
"main": "index.ts",
|
|
20
20
|
"license": "UNLICENSED",
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
|
-
"version": "0.1.
|
|
24
|
+
"version": "0.1.20",
|
|
25
25
|
"types": "index.ts",
|
|
26
26
|
"type": "module",
|
|
27
27
|
"exports": {
|