@learncard/network-plugin 1.4.32 → 1.5.0
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 +2 -2
- package/dist/lcn-plugin.esm.js +2 -2
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -5034,8 +5034,8 @@ var getVerifyBoostPlugin = /* @__PURE__ */ __name(async (learnCard, trustedBoost
|
|
|
5034
5034
|
displayName: "Verify Boost Extension",
|
|
5035
5035
|
description: "Adds a check for validating Boost Credentials.",
|
|
5036
5036
|
methods: {
|
|
5037
|
-
verifyCredential: async (_learnCard, credential) => {
|
|
5038
|
-
const verificationCheck = await learnCard.invoke.verifyCredential(credential);
|
|
5037
|
+
verifyCredential: async (_learnCard, credential, options) => {
|
|
5038
|
+
const verificationCheck = await learnCard.invoke.verifyCredential(credential, options);
|
|
5039
5039
|
const boostCredential = credential?.boostCredential;
|
|
5040
5040
|
try {
|
|
5041
5041
|
if (boostCredential) {
|