@triveria/wallet 0.0.89 → 0.0.91

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 +6 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -264,6 +264,12 @@ export interface CredentialMetadata {
264
264
  * @memberof CredentialMetadata
265
265
  */
266
266
  'name': string;
267
+ /**
268
+ *
269
+ * @type {string}
270
+ * @memberof CredentialMetadata
271
+ */
272
+ 'type': string;
267
273
  /**
268
274
  *
269
275
  * @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.89",
4
+ "version": "0.0.91",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {