@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.
@@ -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) {