From 78e1f01b18533ca195f0048b9eec2eec7d2c7eb2 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 11 Nov 2024 05:34:35 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.26.10 to 0.26.11 (#650) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.10 to 0.26.11. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.26.10...v0.26.11) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25d4e2d554bd287f2204533be42c931b32f2d0a9 --- functions/createSignature.html | 2 +- functions/createSignatureForPathAndQuery.html | 2 +- functions/signUrl.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/createSignature.html b/functions/createSignature.html index d950bfc..471332c 100644 --- a/functions/createSignature.html +++ b/functions/createSignature.html @@ -5,4 +5,4 @@

Parameters

  • unsignedUrl: string | URL

    The URL to sign.

  • secret: string

    The secret to use for signing.

Returns string

The signature of the signed url.

-
+
diff --git a/functions/createSignatureForPathAndQuery.html b/functions/createSignatureForPathAndQuery.html index 6632cc9..ebdc3f6 100644 --- a/functions/createSignatureForPathAndQuery.html +++ b/functions/createSignatureForPathAndQuery.html @@ -4,4 +4,4 @@

Parameters

  • pathAndQuery: string
  • secret: string

    The secret to use for signing.

Returns string

The signature of the signed url.

-
+
diff --git a/functions/signUrl.html b/functions/signUrl.html index 855a2e3..2bd2475 100644 --- a/functions/signUrl.html +++ b/functions/signUrl.html @@ -5,4 +5,4 @@

Parameters

  • unsignedUrl: string | URL

    The URL to sign.

  • secret: string

    The secret to use for signing.

Returns URL

The signature of the signed url.

-
+