keyring-chatbot-agent-sdk-test 1.0.30 → 1.0.32
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/chat-widget.es.js +32 -32
- package/dist/chat-widget.umd.js +1 -1
- package/dist/lib.d.ts +3 -1
- package/package.json +2 -2
package/dist/lib.d.ts
CHANGED
|
@@ -338,7 +338,9 @@ declare const _default: {
|
|
|
338
338
|
"sendPositionReview": "📤 Send LP Position **#{positionId}** ({pair})\n\nPlease enter the recipient address below:",
|
|
339
339
|
"sendPositionFetchError": "Error fetching your positions. Please try again.",
|
|
340
340
|
"poolUnsupportedChain": "This chain is not supported for data queries. Sorry for the inconvenience.",
|
|
341
|
-
"poolUniswapV3Only": "I can only get information of pools that is on Subgraph Uniswap V3."
|
|
341
|
+
"poolUniswapV3Only": "I can only get information of pools that is on Subgraph Uniswap V3.",
|
|
342
|
+
"today": "Today",
|
|
343
|
+
"yesterday": "Yesterday"
|
|
342
344
|
};
|
|
343
345
|
|
|
344
346
|
declare interface IChainData extends Chain {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keyring-chatbot-agent-sdk-test",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "React chat widget for keyring-agent-core — floating chatbot UI with AI answers, wallet/token/NFT lookups",
|
|
6
6
|
"keywords": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@solana/web3.js": "^1.98.4",
|
|
47
47
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
48
48
|
"bignumber.js": "^9.3.1",
|
|
49
|
-
"keyring-agent-core": "^0.2.
|
|
49
|
+
"keyring-agent-core": "^0.2.4",
|
|
50
50
|
"lodash": "^4.17.23",
|
|
51
51
|
"react-device-detect": "^2.2.3",
|
|
52
52
|
"react-markdown": "^10.1.0",
|