@loginid/websdk3 3.0.0 → 3.0.1

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.
package/dist/index.d.cts CHANGED
@@ -1572,7 +1572,7 @@ declare class Passkeys extends OTP {
1572
1572
  * @param {RegInit} regInitResponseBody The response body from registration initialization.
1573
1573
  * @returns {Promise<RegRegCompleteRequestBody>} Completion request body for registration.
1574
1574
  */
1575
- createNavigatorCredential(regInitResponseBody: RegInit): Promise<RegCompleteRequestBody>;
1575
+ private createNavigatorCredential;
1576
1576
  /**
1577
1577
  * This method helps to create a passkey. The only required parameter is the username, but additional attributes can be provided in the options parameter.
1578
1578
  * Note: While the authorization token is optional, it must always be used in a production environment. You can skip it during development by adjusting
@@ -1628,7 +1628,7 @@ declare class Passkeys extends OTP {
1628
1628
  * @param {AuthenticateWithPasskeysOptions} options Additional options for authentication.
1629
1629
  * @returns {Promise<AuthAuthCompleteRequestBody>} Completion request body for authentication.
1630
1630
  */
1631
- getNavigatorCredential(authInitResponseBody: AuthInit, options?: AuthenticateWithPasskeysOptions): Promise<AuthCompleteRequestBody>;
1631
+ private getNavigatorCredential;
1632
1632
  /**
1633
1633
  * This method authenticates a user with a passkey and may trigger additional browser dialogs to guide the user through the process.
1634
1634
  *
package/dist/index.d.ts CHANGED
@@ -1572,7 +1572,7 @@ declare class Passkeys extends OTP {
1572
1572
  * @param {RegInit} regInitResponseBody The response body from registration initialization.
1573
1573
  * @returns {Promise<RegRegCompleteRequestBody>} Completion request body for registration.
1574
1574
  */
1575
- createNavigatorCredential(regInitResponseBody: RegInit): Promise<RegCompleteRequestBody>;
1575
+ private createNavigatorCredential;
1576
1576
  /**
1577
1577
  * This method helps to create a passkey. The only required parameter is the username, but additional attributes can be provided in the options parameter.
1578
1578
  * Note: While the authorization token is optional, it must always be used in a production environment. You can skip it during development by adjusting
@@ -1628,7 +1628,7 @@ declare class Passkeys extends OTP {
1628
1628
  * @param {AuthenticateWithPasskeysOptions} options Additional options for authentication.
1629
1629
  * @returns {Promise<AuthAuthCompleteRequestBody>} Completion request body for authentication.
1630
1630
  */
1631
- getNavigatorCredential(authInitResponseBody: AuthInit, options?: AuthenticateWithPasskeysOptions): Promise<AuthCompleteRequestBody>;
1631
+ private getNavigatorCredential;
1632
1632
  /**
1633
1633
  * This method authenticates a user with a passkey and may trigger additional browser dialogs to guide the user through the process.
1634
1634
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loginid/websdk3",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -61,6 +61,7 @@
61
61
  "ts-node": "^10.9.2",
62
62
  "tsup": "^8.0.1",
63
63
  "typedoc": "^0.26.7",
64
+ "typedoc-plugin-markdown": "^4.2.7",
64
65
  "typedoc-plugin-missing-exports": "^3.0.0",
65
66
  "typedoc-plugin-rename-defaults": "^0.7.1",
66
67
  "typescript": "^5.3.3"