@learncard/network-plugin 1.4.0 → 1.4.1
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 +2 -2
- 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 +3 -3
- package/dist/lcn-plugin.esm.js +2 -2
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -12587,10 +12587,10 @@ var getLearnCardNetworkPlugin = /* @__PURE__ */ __name(async (learnCard, url) =>
|
|
|
12587
12587
|
throw new Error("Please make an account first!");
|
|
12588
12588
|
return client.profile.signingAuthority.query({ endpoint, name: name3 });
|
|
12589
12589
|
},
|
|
12590
|
-
generateClaimLink: async (_learnCard, boostUri, claimLinkSA, challenge) => {
|
|
12590
|
+
generateClaimLink: async (_learnCard, boostUri, claimLinkSA, options, challenge) => {
|
|
12591
12591
|
if (!userData)
|
|
12592
12592
|
throw new Error("Please make an account first!");
|
|
12593
|
-
return client.boost.generateClaimLink.mutate({ boostUri, claimLinkSA, challenge });
|
|
12593
|
+
return client.boost.generateClaimLink.mutate({ boostUri, claimLinkSA, options, challenge });
|
|
12594
12594
|
},
|
|
12595
12595
|
claimBoostWithLink: async (_learnCard, boostUri, challenge) => {
|
|
12596
12596
|
if (!userData)
|