From 63b60f63bf42e6a8aa4a34db3fc325ab0327e5e9 Mon Sep 17 00:00:00 2001 From: John Kaster Date: Thu, 7 Apr 2022 17:15:58 +0000 Subject: [PATCH] fix: encodeParam doc tweak to republish Release-please versioning was incorrect so the most critical package to get published didn't get published. Updating the source comment header which should meet the criteria for republishing --- packages/sdk-rtl/src/transport.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/sdk-rtl/src/transport.ts b/packages/sdk-rtl/src/transport.ts index 4c4e84e03..54589bdcb 100644 --- a/packages/sdk-rtl/src/transport.ts +++ b/packages/sdk-rtl/src/transport.ts @@ -374,6 +374,9 @@ export type Values = { [key: string]: any } | null | undefined /** * Encode parameter if not already encoded + * + * Note: this includes recognition of Date, DelimArray, and default objects for special handling + * * @param value value of parameter * @returns URI encoded value */