@peac/crypto 0.9.31 → 0.10.0

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/jws.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * JWS compact serialization with Ed25519 (RFC 8032)
3
- * Implements peac.receipt/0.9 wire format
3
+ * Implements peac-receipt/0.1 wire format
4
4
  */
5
5
  import { PEAC_WIRE_TYP, PEAC_ALG } from '@peac/schema';
6
6
  /**
package/dist/jws.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * JWS compact serialization with Ed25519 (RFC 8032)
4
- * Implements peac.receipt/0.9 wire format
4
+ * Implements peac-receipt/0.1 wire format
5
5
  */
6
6
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
7
  if (k2 === undefined) k2 = k;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peac/crypto",
3
- "version": "0.9.31",
3
+ "version": "0.10.0",
4
4
  "description": "Ed25519 JWS signing and verification for PEAC protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@noble/ed25519": "^2.0.0",
41
- "@peac/schema": "0.9.31"
41
+ "@peac/schema": "0.10.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^20.10.0",