@tinytars/vault 0.1.19 → 0.1.21

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ Maintained by the [Tiny Tars Foundation](https://tinytars.foundation), a 501(c)(
14
14
 
15
15
  ## Why
16
16
 
17
- ### The HIPAA-adjacent deployment's vault
17
+ ### The HIPAA-adjacent vault
18
18
 
19
19
  This package was extracted from a health-records app built against HIPAA-adjacent constraints,
20
20
  and that origin is worth stating plainly: it's a real, fully worked use case, not a footnote.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinytars/vault",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "Runtime-agnostic key derivation, authenticated envelope encryption, and storage-agnostic access-control contracts for per-user encrypted data.",
5
5
  "license": "MIT",
6
6
  "type": "module",