@dynamic-labs/ethers-v6 1.4.6 → 1.4.8

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/CHANGELOG.md CHANGED
@@ -1,4 +1,22 @@
1
1
 
2
+ ### [1.4.8](https://github.com/dynamic-labs/DynamicAuth/compare/v1.4.7...v1.4.8) (2024-04-18)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * copy and ui fixes ([#5382](https://github.com/dynamic-labs/DynamicAuth/issues/5382)) ([210a52c](https://github.com/dynamic-labs/DynamicAuth/commit/210a52ce85a9812fe20c41445873b3a8b8dc44c2)), closes [#5325](https://github.com/dynamic-labs/DynamicAuth/issues/5325) ([#5339](https://github.com/dynamic-labs/DynamicAuth/issues/5339)) ([c1fde6b](https://github.com/dynamic-labs/DynamicAuth/commit/c1fde6beb1fa2666d71a4ffaed84adb3302665d4))
8
+ * bitcoin connector improvements
9
+
10
+ ### [1.4.7](https://github.com/dynamic-labs/DynamicAuth/compare/v1.4.6...v1.4.7) (2024-04-12)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ui and layout improvements ([#5269](https://github.com/dynamic-labs/DynamicAuth/issues/5269)) ([#5296](https://github.com/dynamic-labs/DynamicAuth/issues/5296)) ([a1f7204](https://github.com/dynamic-labs/DynamicAuth/commit/a1f7204e44b4ae1650f86b76663c0802530935cb)) ([#5270](https://github.com/dynamic-labs/DynamicAuth/issues/5270)) ([#5278](https://github.com/dynamic-labs/DynamicAuth/issues/5278)) ([5f262f5](https://github.com/dynamic-labs/DynamicAuth/commit/5f262f54bba8eb2fa6346040478dd0417f42d2d1))
16
+ * callback trigger fixes ([#5310](https://github.com/dynamic-labs/DynamicAuth/issues/5310)) ([e6f7720](https://github.com/dynamic-labs/DynamicAuth/commit/e6f7720781a68b9d36448e4edea834e6478e7263))
17
+ * improve bridge connect experience on mobile ([#5284](https://github.com/dynamic-labs/DynamicAuth/issues/5284)) ([c8eab02](https://github.com/dynamic-labs/DynamicAuth/commit/c8eab0243ca5752d365fd907fde36b7c08669d5e))
18
+ * improve integration with i18n ([#5267](https://github.com/dynamic-labs/DynamicAuth/issues/5267)) ([#5313](https://github.com/dynamic-labs/DynamicAuth/issues/5313)) ([5f02f72](https://github.com/dynamic-labs/DynamicAuth/commit/5f02f72fe547e93d59a2545ffcce62c20fb22dbe))
19
+
2
20
  ### [1.4.6](https://github.com/dynamic-labs/DynamicAuth/compare/v1.4.5...v1.4.6) (2024-04-09)
3
21
 
4
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/ethers-v6",
3
- "version": "1.4.6",
3
+ "version": "1.4.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -30,6 +30,6 @@
30
30
  "ethers": "^6"
31
31
  },
32
32
  "dependencies": {
33
- "@dynamic-labs/wallet-connector-core": "1.4.6"
33
+ "@dynamic-labs/wallet-connector-core": "1.4.8"
34
34
  }
35
35
  }
package/src/ethers-v6.cjs CHANGED
@@ -14,8 +14,8 @@ const EthersExtension = {
14
14
  }
15
15
  connector.ethers = {
16
16
  getRpcProvider: function () {
17
- var _a, _b;
18
17
  return _tslib.__awaiter(this, void 0, void 0, function* () {
18
+ var _a, _b;
19
19
  const publicClient = yield connector.getPublicClient();
20
20
  const { chain, transport } = publicClient;
21
21
  const network = {
@@ -41,8 +41,8 @@ const EthersExtension = {
41
41
  });
42
42
  },
43
43
  getWeb3Provider: function () {
44
- var _a, _b;
45
44
  return _tslib.__awaiter(this, void 0, void 0, function* () {
45
+ var _a, _b;
46
46
  const { chain } = yield connector.getPublicClient();
47
47
  const walletClient = connector.getWalletClient();
48
48
  const { transport } = walletClient !== null && walletClient !== void 0 ? walletClient : {};
package/src/ethers-v6.js CHANGED
@@ -10,8 +10,8 @@ const EthersExtension = {
10
10
  }
11
11
  connector.ethers = {
12
12
  getRpcProvider: function () {
13
- var _a, _b;
14
13
  return __awaiter(this, void 0, void 0, function* () {
14
+ var _a, _b;
15
15
  const publicClient = yield connector.getPublicClient();
16
16
  const { chain, transport } = publicClient;
17
17
  const network = {
@@ -37,8 +37,8 @@ const EthersExtension = {
37
37
  });
38
38
  },
39
39
  getWeb3Provider: function () {
40
- var _a, _b;
41
40
  return __awaiter(this, void 0, void 0, function* () {
41
+ var _a, _b;
42
42
  const { chain } = yield connector.getPublicClient();
43
43
  const walletClient = connector.getWalletClient();
44
44
  const { transport } = walletClient !== null && walletClient !== void 0 ? walletClient : {};