@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
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -12563,6 +12563,7 @@ var getLearnCardNetworkPlugin = /* @__PURE__ */ __name(async (learnCard, url) =>
|
|
|
12563
12563
|
if (!targetProfile)
|
|
12564
12564
|
throw new Error("Target profile not found");
|
|
12565
12565
|
const boost = data.data;
|
|
12566
|
+
boost.issuanceDate = new Date().toISOString();
|
|
12566
12567
|
boost.issuer = _learnCard.id.did();
|
|
12567
12568
|
if (Array.isArray(boost.credentialSubject)) {
|
|
12568
12569
|
boost.credentialSubject = boost.credentialSubject.map((subject) => ({
|