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

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -229,7 +229,7 @@ export const makeSymetricKey = (sub) => {
229
229
  }
230
230
 
231
231
  // sub add context to encryption
232
- export const symetricEncryptFields = (
232
+ export const symmetricEncryptFields = (
233
233
  values,
234
234
  { encryptedKey, encryptionKey, sub },
235
235
  fields = []
@@ -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.44",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "engines": {