From d81eeb1c374b2c1f2b0efa4da10a447a04ec983e Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Fri, 24 May 2024 08:55:22 -1000 Subject: [PATCH 1/2] Typo fix in v6 migration guide --- docs/sdk/migrations/6.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/migrations/6.0.0.md b/docs/sdk/migrations/6.0.0.md index c4da8cd5..345f4e4d 100644 --- a/docs/sdk/migrations/6.0.0.md +++ b/docs/sdk/migrations/6.0.0.md @@ -289,7 +289,7 @@ In the `signSessionKey` parameters, we've added three extra optional arguments f For simplicity, we introduced `getPkpSessionSigs`, which uses `signSessionKey` under the hood. -Here's the (AuthCalbackParams)[https://github.com/LIT-Protocol/js-sdk/blob/635ec8da948103f3ce14271ccfc00393bc9e02a2/packages/types/src/lib/interfaces.ts#L45] interface for the `props` +Here's the [AuthCalbackParams](https://github.com/LIT-Protocol/js-sdk/blob/635ec8da948103f3ce14271ccfc00393bc9e02a2/packages/types/src/lib/interfaces.ts#L45) interface for the `props` ```tsx // v5 From b477bb81cb7b2f2b1b2208bf6e13fe602ee7e27d Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Fri, 24 May 2024 15:08:37 -1000 Subject: [PATCH 2/2] Update docs/sdk/migrations/6.0.0.md Co-authored-by: Anson --- docs/sdk/migrations/6.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/migrations/6.0.0.md b/docs/sdk/migrations/6.0.0.md index 345f4e4d..5358eba2 100644 --- a/docs/sdk/migrations/6.0.0.md +++ b/docs/sdk/migrations/6.0.0.md @@ -289,7 +289,7 @@ In the `signSessionKey` parameters, we've added three extra optional arguments f For simplicity, we introduced `getPkpSessionSigs`, which uses `signSessionKey` under the hood. -Here's the [AuthCalbackParams](https://github.com/LIT-Protocol/js-sdk/blob/635ec8da948103f3ce14271ccfc00393bc9e02a2/packages/types/src/lib/interfaces.ts#L45) interface for the `props` +Here's the [AuthCallbackParams](https://github.com/LIT-Protocol/js-sdk/blob/635ec8da948103f3ce14271ccfc00393bc9e02a2/packages/types/src/lib/interfaces.ts#L45) interface for the `props` ```tsx // v5