@multiplayer-app/ai-agent-react 0.1.0-beta.29 → 0.1.0-beta.30
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/dist/ai-agent-react.cjs.js +1699 -1699
- package/dist/ai-agent-react.cjs.js.map +1 -1
- package/dist/ai-agent-react.es.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -94908,6 +94908,7 @@ export {
|
|
|
94908
94908
|
D7 as ContextAttachmentMetadataSchemaV1,
|
|
94909
94909
|
qHe as ContextControls,
|
|
94910
94910
|
H7 as FormApplyRequestedEventType,
|
|
94911
|
+
t7e as FormProposalToolRenderer,
|
|
94911
94912
|
pHe as MessageActions,
|
|
94912
94913
|
$_e as MessageAvatar,
|
|
94913
94914
|
hHe as MessageBubble,
|
package/dist/index.d.ts
CHANGED
|
@@ -15,4 +15,5 @@ export * from './utils/contextAttachments';
|
|
|
15
15
|
export * from './events/formApplyEvents';
|
|
16
16
|
export * from './components/ChatWindow';
|
|
17
17
|
export * from './components/ContextAttachments';
|
|
18
|
+
export * from './components/ToolRenderers';
|
|
18
19
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,yBAAyB,CAAA;AACvC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wBAAwB,CAAA;AACtC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,0BAA0B,CAAA;AACxC,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,0BAA0B,CAAA;AACxC,cAAc,yBAAyB,CAAA;AACvC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AAExC,cAAc,yBAAyB,CAAA;AACvC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,4BAA4B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multiplayer-app/ai-agent-react",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.30",
|
|
4
4
|
"description": "Composable React/Vite frontend primitives for Multiplayer AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/ai-agent-react.cjs.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@floating-ui/react": "^0.27.16",
|
|
47
|
-
"@multiplayer-app/ai-agent-types": "0.1.0-beta.
|
|
47
|
+
"@multiplayer-app/ai-agent-types": "0.1.0-beta.30",
|
|
48
48
|
"@tanstack/react-query": "5.64.0",
|
|
49
49
|
"highlight.js": "^11.11.1",
|
|
50
50
|
"katex": "0.16.11",
|