@triveria/wallet 0.0.105 → 0.0.107

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
@@ -1258,12 +1258,6 @@ export interface Wallet {
1258
1258
  * @memberof Wallet
1259
1259
  */
1260
1260
  'role'?: WalletRoleEnum;
1261
- /**
1262
- *
1263
- * @type {string}
1264
- * @memberof Wallet
1265
- */
1266
- 'did'?: string;
1267
1261
  /**
1268
1262
  * Wallet metadata is a key value container for any custom data a client may want
1269
1263
  * @type {{ [key: string]: any; }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.105",
4
+ "version": "0.0.107",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {