@sphereon/ssi-sdk.oid4vci-issuer-store 0.32.1-feature.SPRIND.89.51 → 0.32.1-feature.SPRIND.89.53
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.oid4vci-issuer-store",
|
|
3
|
-
"version": "0.32.1-feature.SPRIND.89.
|
|
3
|
+
"version": "0.32.1-feature.SPRIND.89.53+4b0cd7ed",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"build:clean": "tsc --build --clean && tsc --build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@sphereon/oid4vci-common": "0.16.1-
|
|
17
|
+
"@sphereon/oid4vci-common": "0.16.1-next.339",
|
|
18
18
|
"@sphereon/ssi-sdk-ext.did-utils": "0.27.0",
|
|
19
19
|
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.27.0",
|
|
20
|
-
"@sphereon/ssi-sdk.kv-store-temp": "0.32.1-feature.SPRIND.89.
|
|
20
|
+
"@sphereon/ssi-sdk.kv-store-temp": "0.32.1-feature.SPRIND.89.53+4b0cd7ed",
|
|
21
21
|
"@veramo/core": "4.2.0",
|
|
22
22
|
"@veramo/credential-w3c": "4.2.0",
|
|
23
23
|
"cross-fetch": "^3.1.8",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"Authenticator"
|
|
61
61
|
],
|
|
62
62
|
"nx": {},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "4b0cd7ed5f57103a902698e310591181d3b998ce"
|
|
64
64
|
}
|
|
@@ -69,7 +69,7 @@ export interface IIssuerOptions {
|
|
|
69
69
|
/**
|
|
70
70
|
* Used in the callbacks for the first party flow
|
|
71
71
|
*/
|
|
72
|
-
// FIXME we need to start supporting a map with a definition id per credential, we can use the credential offer session to check which credential is being issued and then look it up in this map
|
|
72
|
+
// FIXME SPRIND-151 we need to start supporting a map with a definition id per credential, we can use the credential offer session to check which credential is being issued and then look it up in this map
|
|
73
73
|
presentationDefinitionId?: string
|
|
74
74
|
}
|
|
75
75
|
|