ns-auth-sdk 1.13.0 → 1.14.1

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/README.md CHANGED
@@ -777,7 +777,7 @@ The SDK supports optional "root of trust" verification through multiple credenti
777
777
  VerificationStatus
778
778
  ├── verified: boolean // true = any trust established
779
779
  ├── individual: {
780
- │ ├── eudi?: EUDIClaims // EUDI Wallet PID
780
+ │ ├── eudi?: EUDIClaims // EUDI PID
781
781
  │ └── zkp?: ZKPClaims // ZKPassport (zero-knowledge)
782
782
  └── organization: {
783
783
  ├── vlei?: RootOfTrustInfo // vLEI credentials
@@ -819,7 +819,7 @@ const relayService = new RelayService({ relayUrls: ['wss://relay.io'] });
819
819
 
820
820
  ## Individual Trust (EUDI + ZKPassport)
821
821
 
822
- ### EUDI Wallet (PID)
822
+ ### EUDI (PID)
823
823
 
824
824
  EUDI provides cryptographic verification of individual identity through the European Digital Identity Wallet.
825
825