@dbx-tools/ui-mastra 0.6.74 → 0.6.76
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/package.json +8 -8
- package/src/react/tool-pill.tsx +1 -1
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"repository": {
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/reggie-db/dbx-tools.git",
|
|
6
|
-
"directory": "
|
|
6
|
+
"directory": "packages/js/ui/mastra"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "projen build",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"typescript": "^5.9.3"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@dbx-tools/shared-core": "0.6.
|
|
28
|
-
"@dbx-tools/shared-genie": "0.6.
|
|
29
|
-
"@dbx-tools/shared-mastra": "0.6.
|
|
30
|
-
"@dbx-tools/shared-model": "0.6.
|
|
31
|
-
"@dbx-tools/ui-appkit": "0.6.
|
|
32
|
-
"@dbx-tools/ui-branding": "0.6.
|
|
27
|
+
"@dbx-tools/shared-core": "0.6.76",
|
|
28
|
+
"@dbx-tools/shared-genie": "0.6.76",
|
|
29
|
+
"@dbx-tools/shared-mastra": "0.6.76",
|
|
30
|
+
"@dbx-tools/shared-model": "0.6.76",
|
|
31
|
+
"@dbx-tools/ui-appkit": "0.6.76",
|
|
32
|
+
"@dbx-tools/ui-branding": "0.6.76",
|
|
33
33
|
"@mastra/client-js": "^1.28.0",
|
|
34
34
|
"@tanstack/react-table": "^8.21.3",
|
|
35
35
|
"ai": "^5.0.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"version": "0.6.
|
|
50
|
+
"version": "0.6.76",
|
|
51
51
|
"type": "module",
|
|
52
52
|
"exports": {
|
|
53
53
|
"./react": "./src/react/index.ts",
|
package/src/react/tool-pill.tsx
CHANGED
|
@@ -117,7 +117,7 @@ type MessageGroup = {
|
|
|
117
117
|
* message scope.
|
|
118
118
|
*
|
|
119
119
|
* `thinking` entries are de-duplicated server-side already
|
|
120
|
-
* (`
|
|
120
|
+
* (`packages/js/shared/genie/src/event.ts` keys on
|
|
121
121
|
* `(thought_type, content)` per attachment) so we can render them
|
|
122
122
|
* verbatim without an extra dedupe pass here.
|
|
123
123
|
*
|