quantum-resistant-rustykey 0.7.7 → 0.7.8

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  Fast, secure WebAssembly implementations of useful post-quantum-resistant tools both for backend (node) and frontend web.
4
4
 
5
- [![npm version](https://shields.io)](https://npmjs.com)
5
+ [![npm version](https://img.shields.io/npm/v/quantum-resistant-rustykey)](https://npmjs.com)
6
+ [![Weekly Downloads](https://img.shields.io/npm/dw/quantum-resistant-rustykey)](https://npmjs.com)
7
+ ![Node v25.9.0](https://img.shields.io/badge/node-v25.9.0-blue.svg)
6
8
 
7
9
  ```bash
8
10
  npm i quantum-resistant-rustykey
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-resistant-rustykey",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "WebAssembly post-quantum-resistant tools for web",
5
5
  "author": "Antony R Mott <a@auditcanary.com> (https://rustykey.app)",
6
6
  "license": "ISC",