From 82e99c8c9f1edb612436882f793c2eba32219cd2 Mon Sep 17 00:00:00 2001
From: googlemaps-bot
Date: Tue, 17 Sep 2024 19:52:43 +0000
Subject: [PATCH] chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13
(#658)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: "@types/jest"
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> 2a8187aaf3169936f33c84e2b83e8d59935a0f1b
---
functions/isCircleLiteral.html | 2 +-
functions/isCircleOrCircleLiteral.html | 2 +-
functions/isLatLngBoundsLiteral.html | 2 +-
functions/isLatLngBoundsOrLatLngBoundsLiteral.html | 2 +-
functions/isLatLngLiteral.html | 2 +-
functions/isLatLngOrLatLngLiteral.html | 2 +-
functions/localContext.isMapDirectionsOptionsLiteral.html | 2 +-
modules/localContext.html | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/functions/isCircleLiteral.html b/functions/isCircleLiteral.html
index 6808a639..610a4ab4 100644
--- a/functions/isCircleLiteral.html
+++ b/functions/isCircleLiteral.html
@@ -1 +1 @@
-isCircleLiteral | @googlemaps/typescript-guards is Circle Literal ( obj ) : obj is CircleLiteral Returns obj is CircleLiteral
+isCircleLiteral | @googlemaps/typescript-guards is Circle Literal ( obj ) : obj is CircleLiteral Returns obj is CircleLiteral
diff --git a/functions/isCircleOrCircleLiteral.html b/functions/isCircleOrCircleLiteral.html
index 844e6061..24a9dfa0 100644
--- a/functions/isCircleOrCircleLiteral.html
+++ b/functions/isCircleOrCircleLiteral.html
@@ -1 +1 @@
-isCircleOrCircleLiteral | @googlemaps/typescript-guards Function isCircleOrCircleLiteral is Circle Or Circle Literal ( obj ) : obj is CircleLiteral | Circle Returns obj is CircleLiteral | Circle
+isCircleOrCircleLiteral | @googlemaps/typescript-guards Function isCircleOrCircleLiteral is Circle Or Circle Literal ( obj ) : obj is CircleLiteral | Circle Returns obj is CircleLiteral | Circle
diff --git a/functions/isLatLngBoundsLiteral.html b/functions/isLatLngBoundsLiteral.html
index bfa28fe5..c2db57e3 100644
--- a/functions/isLatLngBoundsLiteral.html
+++ b/functions/isLatLngBoundsLiteral.html
@@ -9,4 +9,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-is Lat Lng Bounds Literal ( obj ) : obj is LatLngBoundsLiteral Returns obj is LatLngBoundsLiteral