Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@195d10ad90f31d8cd6ea1efd6ecc12969ddbe73f # v0.5.1
uses: zizmorcore/zizmor-action@195d10ad90f31d8cd6ea1efd6ecc12969ddbe73f # v0.5.1
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
.geminicli
__pycache__
dist
node_modules
node_modules
4 changes: 2 additions & 2 deletions client/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/a2ui",
"version": "0.1.4",
"version": "0.1.5",
"description": "Maps Agentic UI Toolkit Library",
"main": "./dist/src/lit/index.js",
"types": "./dist/src/lit/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion client/web/src/lit/custom-components/google_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export class GoogleMap extends A2uiLitElement<typeof GoogleMapApi> {
max-tilt=${mode === "roadmap" ? "0" : nothing}
heading="${heading}"
map-id="2d6e1a27a57efe3c9479f6fc"
internal-usage-attribution-ids="gmp_aikit_ai_kit_v0.0.1_exp"
internal-usage-attribution-ids="gmp_web_a2ui_v0.0.2_exp"
>${routes.map((route: any) => html`
<gmp-route-3d
origin="${route.origin.lat},${route.origin.lng}"
Expand Down
Loading