@0xbot/chat-react 1.0.11 → 1.0.12

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ const App = () => {
28
28
  AgentAvatar={<YourAgentAvatar />} // required
29
29
  loadingText="AI is thinking..." // not required
30
30
  emptyText="No messages yet" // not required
31
- tradeApiKey="xxxx-xxxx-xx" // If you want to use the trading function, then this is required , For more information, please visit [https](https://developer.dodoex.io/)
31
+ tradeApiKey="xxxx-xxxx-xx"
32
32
  />
33
33
  )
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xbot/chat-react",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A React component for building chat interfaces with streaming support",
5
5
  "main": "dist/chat-library.umd.js",
6
6
  "module": "dist/chat-library.es.js",