diff --git a/dist/samples/test-example/app/index.ts b/dist/samples/test-example/app/index.ts index 33b9f598..eba9c3b8 100644 --- a/dist/samples/test-example/app/index.ts +++ b/dist/samples/test-example/app/index.ts @@ -3,7 +3,7 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -// TEST COMMENT 006 +// TEST COMMENT 007 // [START maps_test_example] // Initialize and add the map. let map; diff --git a/dist/samples/test-example/docs/index.js b/dist/samples/test-example/docs/index.js index 9811947f..5598979e 100644 --- a/dist/samples/test-example/docs/index.js +++ b/dist/samples/test-example/docs/index.js @@ -4,7 +4,7 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -// TEST COMMENT 006 +// TEST COMMENT 007 // [START maps_test_example] // Initialize and add the map. let map; diff --git a/dist/samples/test-example/docs/index.ts b/dist/samples/test-example/docs/index.ts index 33b9f598..eba9c3b8 100644 --- a/dist/samples/test-example/docs/index.ts +++ b/dist/samples/test-example/docs/index.ts @@ -3,7 +3,7 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -// TEST COMMENT 006 +// TEST COMMENT 007 // [START maps_test_example] // Initialize and add the map. let map; diff --git a/dist/samples/test-example/jsfiddle/demo.js b/dist/samples/test-example/jsfiddle/demo.js index 3123f175..4627a693 100644 --- a/dist/samples/test-example/jsfiddle/demo.js +++ b/dist/samples/test-example/jsfiddle/demo.js @@ -4,7 +4,7 @@ * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ -// TEST COMMENT 006 +// TEST COMMENT 007 // Initialize and add the map. let map; diff --git a/package-lock.json b/package-lock.json index 03b241f0..b7c36d66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5236,11 +5236,11 @@ "version": "1.0.0", "dependencies": { "@googlemaps/js-api-loader": "^1.16.8", - "terra-draw": "*", - "terra-draw-google-maps-adapter": "*" + "terra-draw": "latest", + "terra-draw-google-maps-adapter": "latest" }, "devDependencies": { - "@types/google.maps": "*", + "@types/google.maps": "latest", "typescript": "^5.9.2", "vite": "^7.1.2" }