@learncard/network-plugin 1.4.6 → 1.4.7
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/dist/lcn-plugin.cjs.development.js +1 -0
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +1 -0
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +1 -1
|
@@ -12567,6 +12567,7 @@ var getLearnCardNetworkPlugin = /* @__PURE__ */ __name(async (learnCard, url) =>
|
|
|
12567
12567
|
if (!targetProfile)
|
|
12568
12568
|
throw new Error("Target profile not found");
|
|
12569
12569
|
const boost = data.data;
|
|
12570
|
+
boost.issuanceDate = new Date().toISOString();
|
|
12570
12571
|
boost.issuer = _learnCard.id.did();
|
|
12571
12572
|
if (Array.isArray(boost.credentialSubject)) {
|
|
12572
12573
|
boost.credentialSubject = boost.credentialSubject.map((subject) => ({
|