edge-core-js 2.30.1 → 2.30.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.30.2 (2025-05-30)
6
+
7
+ - fixed: Create a package.json React Native export.
8
+
5
9
  ## 2.30.1 (2025-05-29)
6
10
 
7
11
  - changed: Allow for duress mode setup while in duress mode but only for non-duress accounts.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-core-js",
3
- "version": "2.30.1",
3
+ "version": "2.30.2",
4
4
  "description": "Edge account & wallet management library",
5
5
  "keywords": [
6
6
  "bitcoin",
@@ -26,6 +26,7 @@
26
26
  ],
27
27
  "exports": {
28
28
  ".": {
29
+ "react-native": "./lib/react-native.js",
29
30
  "import": "./lib/node/index.mjs",
30
31
  "require": "./lib/node/index.js",
31
32
  "types": "./src/types/exports.ts"