vestauth 0.5.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.
package/CHANGELOG.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- [Unreleased](https://github.com/vestauth/vestauth/compare/v0.1.0...main)
5
+ [Unreleased](https://github.com/vestauth/vestauth/compare/v0.5.0...main)
6
6
 
7
- ## [0.1.3](https://github.com/vestauth/vestauth/compare/v0.1.0...v0.1.1) (2026-01-17)
7
+ ## [0.5.0](https://github.com/vestauth/vestauth/compare/v0.4.9...v0.5.0) (2026-02-02)
8
8
 
9
- ### Changed
9
+ ### Added
10
10
 
11
- * TBD
11
+ * Initial release. `vestauth agent` commands largely functional.
package/README.md CHANGED
@@ -29,3 +29,8 @@ npm install vestauth --save
29
29
   
30
30
 
31
31
  </details>
32
+
33
+ ## Technical
34
+
35
+ * `vestauth` implements [RFC 9421 HTTP Message Signatures](https://datatracker.ietf.org/doc/rfc9421/)
36
+ * `vestauth` implements [Web-Bot-Auth](https://datatracker.ietf.org/doc/html/draft-meunier-web-bot-auth-architecture)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vestauth",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "auth for agents–from the creator of dotenvx",
5
5
  "keywords": [
6
6
  "vestauth"