@1auth/authn 0.0.0-alpha.59 → 0.0.0-alpha.60

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 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -162,8 +162,7 @@ export const update = async (
162
162
  options.table,
163
163
  { sub, id },
164
164
  {
165
- ...values,
166
- value: encryptedValues,
165
+ ...encryptedValues,
167
166
  update: now
168
167
  }
169
168
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1auth/authn",
3
- "version": "0.0.0-alpha.59",
3
+ "version": "0.0.0-alpha.60",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "engines": {
@@ -50,6 +50,6 @@
50
50
  "homepage": "https://github.com/willfarrell/1auth",
51
51
  "gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
52
52
  "dependencies": {
53
- "@1auth/crypto": "0.0.0-alpha.59"
53
+ "@1auth/crypto": "0.0.0-alpha.60"
54
54
  }
55
55
  }