@kya-os/mcp-i-core 1.4.11 → 1.4.13

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.
@@ -38,8 +38,8 @@ export interface VCJWTPayload {
38
38
  iss: string;
39
39
  /** Subject DID (from vc.credentialSubject.id) */
40
40
  sub?: string;
41
- /** Audience (e.g., project ID the credential is scoped to) */
42
- aud?: string;
41
+ /** Audience (e.g., project ID the credential is scoped to). Per RFC 7519, can be string or array. */
42
+ aud?: string | string[];
43
43
  /** Expiration time (from vc.expirationDate) */
44
44
  exp?: number;
45
45
  /** Issued at time (from vc.issuanceDate) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/mcp-i-core",
3
- "version": "1.4.11",
3
+ "version": "1.4.13",
4
4
  "description": "Core runtime and types for MCP-I framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",