keyring-chatbot-agent-sdk-test 1.0.43 → 1.0.44

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
@@ -173,7 +173,7 @@ declare const _default: {
173
173
  "txSuccessful": "Transaction successful!",
174
174
  "txFailed": "❌ Transaction failed. Please try again.",
175
175
  "txNoHandler": "No transaction handler configured.",
176
- "txInsufficientGas": "**Insufficient {symbol} for gas!** You have {balance} {symbol} but need ~{fee} {symbol} for the transaction fee. Please top up your wallet and try again.",
176
+ "txInsufficientGas": "⚠️Insufficient {symbol} for gas! You have {balance} {symbol} but need ~{fee} {symbol} for the transaction fee. Please top up your wallet and try again.",
177
177
  "txError": "❌ Error: {message}",
178
178
  "txErrRecipientRequired": "Recipient address is required.",
179
179
  "txErrAmountRequired": "Amount is required.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyring-chatbot-agent-sdk-test",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
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.13",
49
+ "keyring-agent-core": "^0.2.14",
50
50
  "lodash": "^4.17.23",
51
51
  "react-device-detect": "^2.2.3",
52
52
  "react-markdown": "^10.1.0",