@triveria/wallet 0.0.147 → 0.0.148

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.
Files changed (2) hide show
  1. package/api.d.ts +1 -1
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -429,7 +429,7 @@ export interface CredentialStatus {
429
429
  }
430
430
  /**
431
431
  * @type CredentialSubject
432
- * Set of objects that MUST contain one or more claims that are each related to a subject of the verifiable credential https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialSubject
432
+ * Set of objects that MUST contain one or more claims that are each related to a subject of the verifiable credential https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialSubject. Currently we support only one subject in the verifiable credential because there is no consensus about \"vc-jwt\" encoding of multi-subject verifiable credentials
433
433
  * @export
434
434
  */
435
435
  export type CredentialSubject = Array<CredentialSubjectItem> | CredentialSubjectItem;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.147",
4
+ "version": "0.0.148",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {