Skip to content

Commit f4ea5a0

Browse files
Update dist folder [skip ci] (#389)
Co-authored-by: googlemaps-bot <[email protected]>
1 parent c560916 commit f4ea5a0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dist/samples/address-validation/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// [START maps_address_validation]
8-
// --- DOM Refs
8+
// DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

dist/samples/address-validation/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77
// [START maps_address_validation]
8-
// --- DOM Refs
8+
// DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

dist/samples/address-validation/docs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// [START maps_address_validation]
8-
// --- DOM Refs
8+
// DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

dist/samples/address-validation/jsfiddle/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8-
// --- DOM Refs
8+
// DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

dist/samples/deckgl-kml-updated/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@loaders.gl/kml": "^4.0.0"
1313
},
1414
"devDependencies": {
15-
"apache-arrow": "^15.0.0"
15+
"apache-arrow": "^19.0.1"
1616
}
1717
}

dist/samples/deckgl-kml/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@loaders.gl/kml": "^4.0.0"
1313
},
1414
"devDependencies": {
15-
"apache-arrow": "^15.0.0"
15+
"apache-arrow": "^19.0.1"
1616
}
1717
}

0 commit comments

Comments
 (0)