@1auth/crypto 0.0.0-alpha.45 → 0.0.0-alpha.46

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 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -408,6 +408,7 @@ export const symmetricSignatureSign = (
408
408
  .update(data)
409
409
  .digest(options.signatureEncoding)
410
410
  .replace(/=+$/, '')
411
+
411
412
  const signedData = data + '.' + signature
412
413
  return signedData
413
414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1auth/crypto",
3
- "version": "0.0.0-alpha.45",
3
+ "version": "0.0.0-alpha.46",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "engines": {
@@ -46,6 +46,6 @@
46
46
  "homepage": "https://github.com/willfarrell/1auth",
47
47
  "gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
48
48
  "dependencies": {
49
- "@node-rs/argon2": "2.0.0"
49
+ "@node-rs/argon2": "2.0.2"
50
50
  }
51
51
  }