@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.
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/transport-profiles.d.ts +1 -1
- package/package.json +5 -5
|
@@ -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
|
|
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.
|
|
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.
|
|
43
|
-
"@peac/schema": "0.10.
|
|
44
|
-
"@peac/crypto": "0.10.
|
|
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": "^
|
|
47
|
+
"@types/node": "^22.19.11",
|
|
48
48
|
"typescript": "^5.3.3",
|
|
49
49
|
"vitest": "^4.0.0",
|
|
50
50
|
"tsup": "^8.0.0"
|