@1auth/crypto 0.0.0-alpha.42 → 0.0.0-alpha.43

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -283,7 +283,7 @@ export const symetricEncrypt = (
283
283
  return encryptedDataPacket
284
284
  }
285
285
 
286
- export const symetricDecryptFields = (
286
+ export const symmetricDecryptFields = (
287
287
  encryptedValues,
288
288
  { encryptedKey, encryptionKey, sub },
289
289
  fields = []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1auth/crypto",
3
- "version": "0.0.0-alpha.42",
3
+ "version": "0.0.0-alpha.43",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "engines": {