edge-core-js 2.27.2 → 2.27.3
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 +5 -0
- package/android/src/main/assets/edge-core-js/edge-core.js +1 -1
- package/lib/core/context/context-api.js +9 -4
- package/lib/node/index.js +6 -2
- package/package.json +2 -2
- package/android/src/main/assets/edge-core-js/09b89f8f56701947bccf.js +0 -2615
- package/android/src/main/assets/edge-core-js/486a025c8a9e83837649.js +0 -2
- package/android/src/main/assets/edge-core-js/486a025c8a9e83837649.js.LICENSE.txt +0 -5
- package/android/src/main/assets/edge-core-js/edge-core.js.map +0 -1
- package/android/src/main/assets/edge-core-js/index.html +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.27.3 (2025-05-12)
|
|
6
|
+
|
|
7
|
+
- fixed: Bug causing duress account creation from `loginWithKey` while in duress mode.
|
|
8
|
+
- fixed: Clean the Android build folder, so leftover files don't get published.
|
|
9
|
+
|
|
5
10
|
## 2.27.2 (2025-05-08)
|
|
6
11
|
|
|
7
12
|
- changed: Show all local users even when in duress mode.
|