@triveria/wallet 0.0.195 → 0.0.196

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
@@ -877,6 +877,12 @@ export interface IdTokenReceivedNotification {
877
877
  * @memberof IdTokenReceivedNotification
878
878
  */
879
879
  'idTokenRequestId': string;
880
+ /**
881
+ *
882
+ * @type {string}
883
+ * @memberof IdTokenReceivedNotification
884
+ */
885
+ 'clientId': string;
880
886
  }
881
887
  /**
882
888
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.195",
4
+ "version": "0.0.196",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {