@1auth/crypto 0.0.0-alpha.43 → 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 +1 -1
  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 = []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1auth/crypto",
3
- "version": "0.0.0-alpha.43",
3
+ "version": "0.0.0-alpha.44",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "engines": {