@sphereon/ssi-types 0.34.1-fix.167 → 0.34.1-fix.170

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/package.json +2 -2
  2. package/src/types/vc.ts +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-types",
3
3
  "description": "SSI Common Types",
4
- "version": "0.34.1-fix.167+4619eee0",
4
+ "version": "0.34.1-fix.170+4049c8c7",
5
5
  "source": "./src/index.ts",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -59,5 +59,5 @@
59
59
  "Verifiable Credentials",
60
60
  "DIDs"
61
61
  ],
62
- "gitHead": "4619eee052d4e3201e9a974acb5f7e8194add7ec"
62
+ "gitHead": "4049c8c7de4357ef6a5772807aec15769ce714cf"
63
63
  }
package/src/types/vc.ts CHANGED
@@ -63,7 +63,6 @@ export type OriginalVerifiablePresentation =
63
63
  | SdJwtDecodedVerifiableCredential
64
64
  | MdocOid4vpMdocVpToken
65
65
  | MdocDeviceResponse
66
- //| DcqlPresentation
67
66
  export type Original = OriginalVerifiablePresentation | OriginalVerifiableCredential
68
67
 
69
68
  export type JwtObject = {