@bitblit/ratchet-warden-server 5.0.529-alpha → 5.0.532-alpha

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.
@@ -481,7 +481,7 @@ export class WardenService {
481
481
  counter: auth.counter,
482
482
  id: auth.credentialIdBase64,
483
483
  publicKey: Base64Ratchet.base64UrlStringToBytes(auth.credentialPublicKeyBase64),
484
- }
484
+ },
485
485
  };
486
486
  const verification = await verifyAuthenticationResponse(vrOpts);
487
487
  if (verification.verified) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-warden-server",
3
- "version": "5.0.529-alpha",
3
+ "version": "5.0.532-alpha",
4
4
  "description": "Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -48,10 +48,10 @@
48
48
  "dependencies": {
49
49
  "@aws-sdk/client-s3": "3.679.0",
50
50
  "@aws-sdk/client-ses": "3.679.0",
51
- "@bitblit/ratchet-aws": "5.0.529-alpha",
52
- "@bitblit/ratchet-common": "5.0.529-alpha",
53
- "@bitblit/ratchet-node-only": "5.0.529-alpha",
54
- "@bitblit/ratchet-warden-common": "5.0.529-alpha",
51
+ "@bitblit/ratchet-aws": "5.0.532-alpha",
52
+ "@bitblit/ratchet-common": "5.0.532-alpha",
53
+ "@bitblit/ratchet-node-only": "5.0.532-alpha",
54
+ "@bitblit/ratchet-warden-common": "5.0.532-alpha",
55
55
  "@simplewebauthn/browser": "11.0.0",
56
56
  "@simplewebauthn/server": "11.0.0",
57
57
  "jsonwebtoken": "9.0.2"
@@ -59,9 +59,9 @@
59
59
  "peerDependencies": {
60
60
  "@aws-sdk/client-s3": "^3.679.0",
61
61
  "@aws-sdk/client-ses": "^3.679.0",
62
- "@bitblit/ratchet-aws": "5.0.529-alpha",
63
- "@bitblit/ratchet-common": "5.0.529-alpha",
64
- "@bitblit/ratchet-warden-common": "5.0.529-alpha",
62
+ "@bitblit/ratchet-aws": "5.0.532-alpha",
63
+ "@bitblit/ratchet-common": "5.0.532-alpha",
64
+ "@bitblit/ratchet-warden-common": "5.0.532-alpha",
65
65
  "@simplewebauthn/browser": "^11.0.0",
66
66
  "@simplewebauthn/server": "^11.0.0",
67
67
  "@simplewebauthn/types": "^11.0.0",