aquaman-core 0.4.0 → 0.5.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,8 @@ Core credential storage, audit logging, and crypto utilities for [aquaman](https
12
12
 
13
13
  ## Installation
14
14
 
15
+ Installed automatically as a dependency of [`aquaman-proxy`](https://www.npmjs.com/package/aquaman-proxy). For direct use:
16
+
15
17
  ```bash
16
18
  npm install aquaman-core
17
19
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aquaman-core",
3
- "version": "0.4.0",
3
+ "version": "0.5.1",
4
4
  "description": "Core credential storage, audit logging, and utilities for aquaman",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",