@magic-ext/webauthn 24.0.0-canary.879.15766542943.0 → 24.0.0-canary.879.17443815749.0

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.
@@ -20,7 +20,7 @@ export interface UpdateWebAuthnInfoConfiguration {
20
20
  */
21
21
  id: string;
22
22
  /**
23
- * nickname that user attempts to update to the webauth device associate to the id.
23
+ * nickname that user attempts to update to the webauthn device associate to the id.
24
24
  */
25
25
  nickname: string;
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/webauthn",
3
- "version": "24.0.0-canary.879.15766542943.0",
3
+ "version": "24.0.0-canary.879.17443815749.0",
4
4
  "description": "Magic SDK WabAuthn Extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  ]
29
29
  },
30
30
  "devDependencies": {
31
- "@magic-sdk/commons": "26.0.0-canary.879.15766542943.0"
31
+ "@magic-sdk/commons": "26.0.0-canary.879.17443815749.0"
32
32
  },
33
- "gitHead": "ce2552228b63e6ce17d819d07b9d180c99ff4e53"
33
+ "gitHead": "ea05e246b7c86a575da06b96bbc35ae313a7080e"
34
34
  }