@triveria/wallet 0.0.187 → 0.0.188

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 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -62,6 +62,7 @@ export interface AuthOffer {
62
62
  * @interface Credential
63
63
  */
64
64
  export interface Credential {
65
+ [key: string]: any;
65
66
  /**
66
67
  * The value of the @context property MUST be an ordered set where the first item is a URL with the value https://www.w3.org/ns/credentials/v2. Subsequent items in the array MUST express context information and be composed of any combination of URLs or objects. It is RECOMMENDED that each URL in the @context be one which, if dereferenced, results in a document containing machine-readable information about the @context. https://www.w3.org/TR/vc-data-model-2.0/#contexts
67
68
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.187",
4
+ "version": "0.0.188",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {