@dynamic-labs/algorand 1.4.7 → 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,12 @@
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
+
2
10
  ### [1.4.7](https://github.com/dynamic-labs/DynamicAuth/compare/v1.4.6...v1.4.7) (2024-04-12)
3
11
 
4
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/algorand",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -28,9 +28,9 @@
28
28
  "dependencies": {
29
29
  "@perawallet/connect": "^1.3.4",
30
30
  "@randlabs/myalgo-connect": "1.4.2",
31
- "@dynamic-labs/utils": "1.4.7",
32
- "@dynamic-labs/wallet-book": "1.4.7",
33
- "@dynamic-labs/wallet-connector-core": "1.4.7"
31
+ "@dynamic-labs/utils": "1.4.8",
32
+ "@dynamic-labs/wallet-book": "1.4.8",
33
+ "@dynamic-labs/wallet-connector-core": "1.4.8"
34
34
  },
35
35
  "peerDependencies": {}
36
36
  }
@@ -21,8 +21,8 @@ class PeraWalletConnector extends AlgorandWalletConnector.AlgorandWalletConnecto
21
21
  return this.client;
22
22
  }
23
23
  getNetwork() {
24
- var _a;
25
24
  return _tslib.__awaiter(this, void 0, void 0, function* () {
25
+ var _a;
26
26
  return (_a = this.getClient().chainId) === null || _a === void 0 ? void 0 : _a.valueOf();
27
27
  });
28
28
  }
@@ -17,8 +17,8 @@ class PeraWalletConnector extends AlgorandWalletConnector {
17
17
  return this.client;
18
18
  }
19
19
  getNetwork() {
20
- var _a;
21
20
  return __awaiter(this, void 0, void 0, function* () {
21
+ var _a;
22
22
  return (_a = this.getClient().chainId) === null || _a === void 0 ? void 0 : _a.valueOf();
23
23
  });
24
24
  }