From 83e463290b0cc541e4f596d8ea9b62fad55fe153 Mon Sep 17 00:00:00 2001
From: googlemaps-bot
Date: Mon, 2 Dec 2024 23:42:10 +0000
Subject: [PATCH] chore(deps-dev): bump rollup from 4.27.4 to 4.28.0 (#694)
Bumps [rollup](https://github.com/rollup/rollup) from 4.27.4 to 4.28.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.27.4...v4.28.0)
---
updated-dependencies:
- dependency-name: rollup
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> f87413438c45897fc3f94a79aed661a30d45cdad
---
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 33cf73f3..19d420d7 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 771be7ce..b4d70b29 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 e6809301..d7052d30 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