@agentcash/router 1.11.0 → 1.12.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/index.d.cts CHANGED
@@ -410,6 +410,7 @@ interface DiscoveryConfig {
410
410
  contact?: {
411
411
  name?: string;
412
412
  url?: string;
413
+ email?: string;
413
414
  };
414
415
  ownershipProofs?: string[];
415
416
  methodHints?: 'off' | 'non-default' | 'always';
package/dist/index.d.ts CHANGED
@@ -410,6 +410,7 @@ interface DiscoveryConfig {
410
410
  contact?: {
411
411
  name?: string;
412
412
  url?: string;
413
+ email?: string;
413
414
  };
414
415
  ownershipProofs?: string[];
415
416
  methodHints?: 'off' | 'non-default' | 'always';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentcash/router",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "Unified route builder for Next.js App Router APIs with x402, MPP, SIWX, and API key auth",
5
5
  "type": "module",
6
6
  "exports": {