@theqrl/wallet.js 1.0.1 → 1.0.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/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # wallet.js
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@theqrl/wallet.js.svg)](https://www.npmjs.com/package/@theqrl/wallet.js)
3
4
  ![test](https://github.com/theQRL/wallet.js/actions/workflows/test.yml/badge.svg)
4
5
  [![codecov](https://codecov.io/gh/theQRL/wallet.js/branch/main/graph/badge.svg?token=HHVBFBVGFR)](https://codecov.io/gh/theQRL/wallet.js)
5
6
 
@@ -196,5 +197,5 @@ This library currently supports **ML-DSA-87** (FIPS 204), the NIST standardized
196
197
  - `randombytes` - Secure random generation
197
198
 
198
199
  ## License
199
-
200
+ [MIT](LICENSE)
200
201
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theqrl/wallet.js",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Quantum-resistant wallet library for The QRL using ML-DSA-87 (FIPS 204)",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/wallet.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@noble/hashes": "^1.8.0",
33
- "@theqrl/mldsa87": "^1.0.3",
33
+ "@theqrl/mldsa87": "^1.0.5",
34
34
  "randombytes": "^2.1.0"
35
35
  },
36
36
  "directories": {