@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
|
@@ -12591,10 +12591,10 @@ var getLearnCardNetworkPlugin = /* @__PURE__ */ __name(async (learnCard, url) =>
|
|
|
12591
12591
|
throw new Error("Please make an account first!");
|
|
12592
12592
|
return client.profile.signingAuthority.query({ endpoint, name: name3 });
|
|
12593
12593
|
},
|
|
12594
|
-
generateClaimLink: async (_learnCard, boostUri, claimLinkSA, challenge) => {
|
|
12594
|
+
generateClaimLink: async (_learnCard, boostUri, claimLinkSA, options, challenge) => {
|
|
12595
12595
|
if (!userData)
|
|
12596
12596
|
throw new Error("Please make an account first!");
|
|
12597
|
-
return client.boost.generateClaimLink.mutate({ boostUri, claimLinkSA, challenge });
|
|
12597
|
+
return client.boost.generateClaimLink.mutate({ boostUri, claimLinkSA, options, challenge });
|
|
12598
12598
|
},
|
|
12599
12599
|
claimBoostWithLink: async (_learnCard, boostUri, challenge) => {
|
|
12600
12600
|
if (!userData)
|