@develit-io/backend-sdk 5.40.0 → 5.40.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -511,7 +511,7 @@ const verify = async ({
511
511
  (c) => c.charCodeAt(0)
512
512
  );
513
513
  const isValid = await crypto.subtle.verify(
514
- { name: algorithm },
514
+ algParams[algorithm],
515
515
  importedPublicKey,
516
516
  decodedSignature,
517
517
  encodedPayload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "5.40.0",
3
+ "version": "5.40.1",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",