From 6cb0b8ab9de77b331650563287e45f6e26adf485 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 5 Aug 2024 05:22:56 +0000 Subject: [PATCH] chore(deps-dev): bump core-js from 3.37.1 to 3.38.0 (#603) Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.37.1 to 3.38.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.38.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 43d840799d258d26cda6f2781e082f3bc89866b4 --- 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 00b4471..f458388 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 b06a105..0c829fc 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 dca087f..b2de55e 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.

-
+