json-seal 0.9.0 → 0.9.1

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,10 @@
1
1
  # **json‑seal**
2
+ ![npm version](https://img.shields.io/npm/v/json-seal)
3
+ ![license](https://img.shields.io/npm/l/json-seal)
4
+ ![types](https://img.shields.io/badge/types-TypeScript-blue)
5
+ ![bundle size](https://img.shields.io/bundlephobia/minzip/json-seal)
6
+ ![crypto](https://img.shields.io/badge/crypto-RSA--PSS-green)
7
+ ![npm downloads](https://img.shields.io/npm/dm/json-seal)
2
8
 
3
9
  Cryptographically signed, tamper‑proof JSON backups for apps - zero dependencies and a tiny footprint under 5 kB.
4
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-seal",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Cryptographically signed, tamper‑proof JSON backups with deterministic canonicalization and RSA‑PSS signatures.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -54,4 +54,4 @@
54
54
  "typescript": "^5.9.3",
55
55
  "vitest": "^4.0.16"
56
56
  }
57
- }
57
+ }