From 1465de3712de7fb524c29faa329783cf15de00ca Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 6 May 2024 05:38:35 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/preset-env from 7.24.4 to 7.24.5 (#547) Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.4 to 7.24.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" 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> 1f334ce2ae67d394f20b946de8b2cc4d2b141aee --- 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 7b776e8..456ed1b 100644 --- a/functions/createSignature.html +++ b/functions/createSignature.html @@ -4,4 +4,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.

-
\ No newline at end of file +
\ No newline at end of file diff --git a/functions/createSignatureForPathAndQuery.html b/functions/createSignatureForPathAndQuery.html index 1741240..7e446b8 100644 --- a/functions/createSignatureForPathAndQuery.html +++ b/functions/createSignatureForPathAndQuery.html @@ -3,4 +3,4 @@

Parameters

  • pathAndQuery: string
  • secret: string

    The secret to use for signing.

Returns string

The signature of the signed url.

-
\ No newline at end of file +
\ No newline at end of file diff --git a/functions/signUrl.html b/functions/signUrl.html index aa76158..842b0a4 100644 --- a/functions/signUrl.html +++ b/functions/signUrl.html @@ -4,4 +4,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.

-
\ No newline at end of file +
\ No newline at end of file