@learncard/network-plugin 1.4.33 → 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 +4 -4
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -5010,8 +5010,8 @@ var getVerifyBoostPlugin = /* @__PURE__ */ __name(async (learnCard, trustedBoost
|
|
|
5010
5010
|
displayName: "Verify Boost Extension",
|
|
5011
5011
|
description: "Adds a check for validating Boost Credentials.",
|
|
5012
5012
|
methods: {
|
|
5013
|
-
verifyCredential: async (_learnCard, credential) => {
|
|
5014
|
-
const verificationCheck = await learnCard.invoke.verifyCredential(credential);
|
|
5013
|
+
verifyCredential: async (_learnCard, credential, options) => {
|
|
5014
|
+
const verificationCheck = await learnCard.invoke.verifyCredential(credential, options);
|
|
5015
5015
|
const boostCredential = credential?.boostCredential;
|
|
5016
5016
|
try {
|
|
5017
5017
|
if (boostCredential) {
|