@peac/protocol 0.10.12 → 0.10.14

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.
@@ -81,7 +81,7 @@ export declare function parseHeaderProfile(headerValue: string | string[] | unde
81
81
  * Parse PEAC-Receipt-Pointer header
82
82
  *
83
83
  * Per TRANSPORT-PROFILES.md:
84
- * - Format: RFC 8941 dictionary with sha256 and url parameters
84
+ * - Format: RFC 9651 dictionary with sha256 and url parameters
85
85
  * - Multiple headers MUST be rejected
86
86
  * - URL MUST be HTTPS
87
87
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peac/protocol",
3
- "version": "0.10.12",
3
+ "version": "0.10.14",
4
4
  "description": "PEAC protocol implementation - receipt issuance and verification",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.ts",
@@ -39,12 +39,12 @@
39
39
  "dependencies": {
40
40
  "uuidv7": "^0.6.3",
41
41
  "zod": "^3.22.4",
42
- "@peac/kernel": "0.10.12",
43
- "@peac/schema": "0.10.12",
44
- "@peac/crypto": "0.10.12"
42
+ "@peac/kernel": "0.10.14",
43
+ "@peac/schema": "0.10.14",
44
+ "@peac/crypto": "0.10.14"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/node": "^20.19.33",
47
+ "@types/node": "^22.19.11",
48
48
  "typescript": "^5.3.3",
49
49
  "vitest": "^4.0.0",
50
50
  "tsup": "^8.0.0"