@sphereon/ssi-sdk.oid4vci-issuer-store 0.32.1-feature.SPRIND.89.50 → 0.32.1-feature.SPRIND.89.52

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.50+6200d5de",
3
+ "version": "0.32.1-feature.SPRIND.89.52+432128a0",
4
4
  "source": "src/index.ts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "@sphereon/oid4vci-common": "0.16.1-feature.SPRIND.89.257",
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.50+6200d5de",
20
+ "@sphereon/ssi-sdk.kv-store-temp": "0.32.1-feature.SPRIND.89.52+432128a0",
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": "6200d5deb8396f63dbed26bff6341d17b5bf26e8"
63
+ "gitHead": "432128a0ed47b1277eece33b4214069b1765ba17"
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