edge-currency-monero 2.2.0 → 2.3.0

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
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.3.0 (2026-06-13)
6
+
7
+ - changed: Convert the build tooling from Yarn to npm.
8
+ - security: Upgrade dependencies per Socket security recommendations.
9
+
5
10
  ## 2.2.0 (2026-01-27)
6
11
 
7
12
  - added: Add `networkPrivacy` user setting to enable privacy-enhanced fetch requests via NYM Mixfetch.
package/README.md CHANGED
@@ -6,7 +6,7 @@ Implements Monero send/receive functionality per the spec for crypto currency pl
6
6
 
7
7
  ## Installing
8
8
 
9
- yarn add edge-currency-monero react-native-mymonero-core
9
+ npm install edge-currency-monero react-native-mymonero-core
10
10
 
11
11
  ```
12
12
  import { moneroCurrencyPluginFactory } from `edge-currency-monero`
@@ -29,9 +29,7 @@ To run a local version of this repo inside the full Edge Wallet app, clone this
29
29
 
30
30
  git clone git@github.com:EdgeApp/edge-currency-monero.git`
31
31
  cd edge-currency-monero
32
- yarn
33
-
34
- Run `npm run test` to run the unit tests.
32
+ npm run Run `npm run test` to run the unit tests.
35
33
 
36
34
  To use the local cloned version of this repo, `cd edge-react-gui` and run
37
35