@cedarjs/auth-dbauth-api 1.0.0-canary.12739 → 1.0.0-canary.12741

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.
@@ -571,7 +571,7 @@ class DbAuthHandler {
571
571
  data: {
572
572
  [this.options.webAuthn.credentialFields.id]: plainCredentialId,
573
573
  [this.options.webAuthn.credentialFields.userId]: user[this.options.authFields.id],
574
- [this.options.webAuthn.credentialFields.publicKey]: Buffer.from(credentialPublicKey),
574
+ [this.options.webAuthn.credentialFields.publicKey]: credentialPublicKey,
575
575
  [this.options.webAuthn.credentialFields.transports]: transports ? JSON.stringify(transports) : null,
576
576
  [this.options.webAuthn.credentialFields.counter]: counter
577
577
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-dbauth-api",
3
- "version": "1.0.0-canary.12739+a290be3d1",
3
+ "version": "1.0.0-canary.12741+5891fafb6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -57,15 +57,15 @@
57
57
  "test:watch": "vitest watch"
58
58
  },
59
59
  "dependencies": {
60
- "@cedarjs/project-config": "1.0.0-canary.12739",
60
+ "@cedarjs/project-config": "1.0.0-canary.12741",
61
61
  "base64url": "3.0.1",
62
62
  "md5": "2.3.0",
63
63
  "uuid": "10.0.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@arethetypeswrong/cli": "0.18.2",
67
- "@cedarjs/api": "1.0.0-canary.12739",
68
- "@cedarjs/framework-tools": "1.0.0-canary.12739",
67
+ "@cedarjs/api": "1.0.0-canary.12741",
68
+ "@cedarjs/framework-tools": "1.0.0-canary.12741",
69
69
  "@simplewebauthn/server": "9.0.3",
70
70
  "@types/md5": "2.3.5",
71
71
  "@types/uuid": "10.0.0",
@@ -78,5 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "a290be3d1287535acee71623cdec431f1613886b"
81
+ "gitHead": "5891fafb6da8e09fb2b78b11bd054e571f5a0b04"
82
82
  }