@triveria/wallet 0.0.221 → 0.0.222

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
@@ -2068,7 +2068,7 @@ export interface VpVerifiedNotification {
2068
2068
  * @type {string}
2069
2069
  * @memberof VpVerifiedNotification
2070
2070
  */
2071
- 'verifierScope': string;
2071
+ 'verifierId': string;
2072
2072
  }
2073
2073
  /**
2074
2074
  * Wallet details
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.221",
4
+ "version": "0.0.222",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {