cpace-ts 0.1.1 → 0.1.2

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 +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![types](https://img.shields.io/badge/types-.d.ts-blue.svg)](#)
6
6
  [![license](https://img.shields.io/badge/license-MIT-green.svg)](#)
7
7
 
8
- **What is it?** Minimal, audit-friendly implementation in strict accordance with version 15 of the [IETF draft](https://datatracker.ietf.org/doc/draft-irtf-cfrg-cpace/) CPace for TS
8
+ **What is it?** Minimal, audit-friendly implementation in strict accordance with version 18 of the [IETF draft](https://datatracker.ietf.org/doc/draft-irtf-cfrg-cpace/) CPace for TS
9
9
  **Why?** Clean API, strict validation, audit hooks, test-driven.
10
10
 
11
11
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cpace-ts",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CPace for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,4 +56,4 @@
56
56
  "dependencies": {
57
57
  "@noble/curves": "^2.0.1"
58
58
  }
59
- }
59
+ }