@lifi/widget 2.0.0-alpha.3 → 2.0.0-alpha.4

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.
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "2.0.0-alpha.3";
2
+ export declare const version = "2.0.0-alpha.4";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = exports.name = void 0;
4
4
  exports.name = '@lifi/widget';
5
- exports.version = '2.0.0-alpha.3';
5
+ exports.version = '2.0.0-alpha.4';
@@ -6,9 +6,10 @@ import fr from './fr.json';
6
6
  import id from './id.json';
7
7
  import it from './it.json';
8
8
  import ko from './ko.json';
9
+ import pt from './pt.json';
9
10
  import th from './th.json';
10
11
  import tr from './tr.json';
11
12
  import uk from './uk.json';
12
13
  import vi from './vi.json';
13
14
  import zh from './zh.json';
14
- export { bn, de, en, es, fr, id, it, ko, th, tr, uk, vi, zh };
15
+ export { bn, de, en, es, fr, id, it, ko, pt, th, tr, uk, vi, zh };
package/cjs/i18n/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.zh = exports.vi = exports.uk = exports.tr = exports.th = exports.ko = exports.it = exports.id = exports.fr = exports.es = exports.en = exports.de = exports.bn = void 0;
3
+ exports.zh = exports.vi = exports.uk = exports.tr = exports.th = exports.pt = exports.ko = exports.it = exports.id = exports.fr = exports.es = exports.en = exports.de = exports.bn = void 0;
4
4
  const bn_json_1 = require("./bn.json");
5
5
  exports.bn = bn_json_1.default;
6
6
  const de_json_1 = require("./de.json");
@@ -17,6 +17,8 @@ const it_json_1 = require("./it.json");
17
17
  exports.it = it_json_1.default;
18
18
  const ko_json_1 = require("./ko.json");
19
19
  exports.ko = ko_json_1.default;
20
+ const pt_json_1 = require("./pt.json");
21
+ exports.pt = pt_json_1.default;
20
22
  const th_json_1 = require("./th.json");
21
23
  exports.th = th_json_1.default;
22
24
  const tr_json_1 = require("./tr.json");
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "2.0.0-alpha.3";
2
+ export declare const version = "2.0.0-alpha.4";
package/config/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '2.0.0-alpha.3';
2
+ export const version = '2.0.0-alpha.4';
package/i18n/index.d.ts CHANGED
@@ -6,9 +6,10 @@ import fr from './fr.json';
6
6
  import id from './id.json';
7
7
  import it from './it.json';
8
8
  import ko from './ko.json';
9
+ import pt from './pt.json';
9
10
  import th from './th.json';
10
11
  import tr from './tr.json';
11
12
  import uk from './uk.json';
12
13
  import vi from './vi.json';
13
14
  import zh from './zh.json';
14
- export { bn, de, en, es, fr, id, it, ko, th, tr, uk, vi, zh };
15
+ export { bn, de, en, es, fr, id, it, ko, pt, th, tr, uk, vi, zh };
package/i18n/index.js CHANGED
@@ -6,9 +6,10 @@ import fr from './fr.json';
6
6
  import id from './id.json';
7
7
  import it from './it.json';
8
8
  import ko from './ko.json';
9
+ import pt from './pt.json';
9
10
  import th from './th.json';
10
11
  import tr from './tr.json';
11
12
  import uk from './uk.json';
12
13
  import vi from './vi.json';
13
14
  import zh from './zh.json';
14
- export { bn, de, en, es, fr, id, it, ko, th, tr, uk, vi, zh };
15
+ export { bn, de, en, es, fr, id, it, ko, pt, th, tr, uk, vi, zh };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "2.0.0-alpha.3",
3
+ "version": "2.0.0-alpha.4",
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",