@lifi/widget 2.4.0 → 2.4.2
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/cjs/config/version.d.ts +1 -1
- package/cjs/config/version.js +1 -1
- package/cjs/i18n/tr.json +1 -1
- package/config/version.d.ts +1 -1
- package/config/version.js +1 -1
- package/i18n/tr.json +1 -1
- package/package.json +2 -2
- package/tsconfig.cjs.tsbuildinfo +1 -1
package/cjs/config/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const name = "@lifi/widget";
|
|
2
|
-
export declare const version = "2.4.
|
|
2
|
+
export declare const version = "2.4.2";
|
package/cjs/config/version.js
CHANGED
package/cjs/i18n/tr.json
CHANGED
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"to": "Şuna",
|
|
235
235
|
"tokenOnChain": "{{chainName}} üzerindeki {{tokenSymbol}}",
|
|
236
236
|
"tokenOnChainAmount": "{{chainName}} üzerindeki {{amount, number(maximumFractionDigits: 9)}}{{tokenSymbol}}",
|
|
237
|
-
"tokenSearch": "
|
|
237
|
+
"tokenSearch": "Tokenlerinizi adres ve ya isim aracılığıyla arayın",
|
|
238
238
|
"valueLoss": "Değer kaybı",
|
|
239
239
|
"walletAddressOrEns": "Cüzdan adresi veya ENS alan adı"
|
|
240
240
|
},
|
package/config/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const name = "@lifi/widget";
|
|
2
|
-
export declare const version = "2.4.
|
|
2
|
+
export declare const version = "2.4.2";
|
package/config/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = '@lifi/widget';
|
|
2
|
-
export const version = '2.4.
|
|
2
|
+
export const version = '2.4.2';
|
package/i18n/tr.json
CHANGED
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"to": "Şuna",
|
|
235
235
|
"tokenOnChain": "{{chainName}} üzerindeki {{tokenSymbol}}",
|
|
236
236
|
"tokenOnChainAmount": "{{chainName}} üzerindeki {{amount, number(maximumFractionDigits: 9)}}{{tokenSymbol}}",
|
|
237
|
-
"tokenSearch": "
|
|
237
|
+
"tokenSearch": "Tokenlerinizi adres ve ya isim aracılığıyla arayın",
|
|
238
238
|
"valueLoss": "Değer kaybı",
|
|
239
239
|
"walletAddressOrEns": "Cüzdan adresi veya ENS alan adı"
|
|
240
240
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifi/widget",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@ethersproject/experimental": "^5.7.0",
|
|
45
45
|
"@ethersproject/providers": "^5.7.2",
|
|
46
46
|
"@lifi/sdk": "^2.2.1",
|
|
47
|
-
"@lifi/wallet-management": "^2.3.
|
|
47
|
+
"@lifi/wallet-management": "^2.3.2",
|
|
48
48
|
"@mui/icons-material": "^5.14.1",
|
|
49
49
|
"@mui/lab": "^5.0.0-alpha.137",
|
|
50
50
|
"@mui/material": "^5.14.2",
|