Skip to content

Commit 5f0c888

Browse files
Update dist folder [skip ci] (#1434)
Co-authored-by: William French <wfrench@google.com>
1 parent 6a09c38 commit 5f0c888

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

dist/samples/test-example/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function init() {
4444
// [END maps_test_example_instantiate_marker]
4545

4646
// [START maps_test_example_why_me]
47-
console.log('Hello! Today we are doing good things!');
47+
console.log('Hello! I hope you are doing well.');
4848
// [END maps_test_example_why_me]
4949
}
5050
void init();

dist/samples/test-example/dist/assets/index-DelfNKq5.js renamed to dist/samples/test-example/dist/assets/index-BHMbHgdW.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/test-example/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8"
1818
});
1919
</script>
20-
<script type="module" crossorigin src="./assets/index-DelfNKq5.js"></script>
20+
<script type="module" crossorigin src="./assets/index-BHMbHgdW.js"></script>
2121
<link rel="stylesheet" crossorigin href="./assets/index-BZDSROJH.css">
2222
</head>
2323
<body>

dist/samples/test-example/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function init() {
4545
// [END maps_test_example_instantiate_marker]
4646

4747
// [START maps_test_example_why_me]
48-
console.log('Hello! Today we are doing good things!');
48+
console.log('Hello! I hope you are doing well.');
4949
// [END maps_test_example_why_me]
5050
}
5151
void init();

dist/samples/test-example/docs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function init() {
4444
// [END maps_test_example_instantiate_marker]
4545

4646
// [START maps_test_example_why_me]
47-
console.log('Hello! Today we are doing good things!');
47+
console.log('Hello! I hope you are doing well.');
4848
// [END maps_test_example_why_me]
4949
}
5050
void init();

dist/samples/test-example/jsfiddle/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ async function init() {
3939
title: 'Uluru',
4040
});
4141

42-
console.log('Hello! Today we are doing good things!');
42+
console.log('Hello! I hope you are doing well.');
4343
}
4444
void init();

0 commit comments

Comments
 (0)