@vess-id/ai-identity 0.3.1 → 0.3.2

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.js CHANGED
@@ -1605,6 +1605,7 @@ var VPManager = class {
1605
1605
  presentationFrame[key] = true;
1606
1606
  });
1607
1607
  const kbJwtPayload = {
1608
+ iss: options.holderDid,
1608
1609
  aud: options.domain,
1609
1610
  nonce: options.challenge,
1610
1611
  iat: Math.floor(Date.now() / 1e3)