keyring-chatbot-agent 1.0.50 → 1.0.51

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/lib.d.ts CHANGED
@@ -223,6 +223,7 @@ declare const _default: {
223
223
  "txProcessing": "⏳ Transaction processing... Please confirm in your wallet.",
224
224
  "txConfirmedSwap": "Transaction confirmed! Your swap has been completed.",
225
225
  "txRevertedSwap": "❌ Transaction reverted on-chain. Please try again.",
226
+ "txExpired": "⚠️ This transaction has expired. Please request a new one.",
226
227
  "txSuccessfulSwap": "Transaction successful! Your swap has been completed.",
227
228
  "txSuccessfulSendToken": "Sent successfully **{amount} {symbol}** to {to}",
228
229
  "txSuccessfulSendNative": "Sent successfully **{amount} {symbol}** to {to}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyring-chatbot-agent",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
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.19",
49
+ "keyring-agent-core": "^0.2.20",
50
50
  "lodash": "^4.17.23",
51
51
  "react-device-detect": "^2.2.3",
52
52
  "react-markdown": "^10.1.0",