@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.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# wallet.js
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@theqrl/wallet.js)
|
|
3
4
|

|
|
4
5
|
[](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.
|
|
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.
|
|
33
|
+
"@theqrl/mldsa87": "^1.0.5",
|
|
34
34
|
"randombytes": "^2.1.0"
|
|
35
35
|
},
|
|
36
36
|
"directories": {
|