@triveria/wallet 0.0.257 → 0.0.258

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 -4
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -171,10 +171,6 @@ export interface CredentialMetadata {
171
171
  'interaction': CredentialMetadataInteractionEnum;
172
172
  'message'?: string;
173
173
  'type': string;
174
- /**
175
- * In case of issued credential this is the DID of the holder wallet
176
- */
177
- 'offeredToClientId'?: string;
178
174
  'created': string;
179
175
  'updated': string;
180
176
  'issuanceDate': string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.257",
4
+ "version": "0.0.258",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {