edge-core-js
Advanced tools
Comparing version 1.3.6 to 1.3.7
# edge-core-js | ||
## v1.3.7 (2023-08-03) | ||
- changed: Throttle the react-native bridge to 500ms. This will create some lag, but should improve overall performance. | ||
- changed: Move the Android namespace definition out of the `AndroidMaifest.xml` and into the `build.gradle` file. | ||
## v1.3.6 (2023-08-01) | ||
@@ -4,0 +9,0 @@ |
@@ -50,3 +50,4 @@ function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }import './polyfills' | ||
window.edgeCore.postMessage(JSON.stringify(message)) | ||
} | ||
}, | ||
throttleMs: 500 | ||
}) | ||
@@ -66,3 +67,4 @@ ] | ||
]) | ||
} | ||
}, | ||
throttleMs: 500 | ||
}) | ||
@@ -69,0 +71,0 @@ ] |
{ | ||
"name": "edge-core-js", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Edge account & wallet management library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3387466
32363