@triveria/wallet 0.0.201 → 0.0.202

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 +0 -6
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -357,12 +357,6 @@ export interface CredentialMetadata {
357
357
  * @memberof CredentialMetadata
358
358
  */
359
359
  'type': string;
360
- /**
361
- *
362
- * @type {string}
363
- * @memberof CredentialMetadata
364
- */
365
- 'customId'?: string;
366
360
  /**
367
361
  * In case of issued credential this is the DID of the holder wallet
368
362
  * @type {string}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.201",
4
+ "version": "0.0.202",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {