Skip to content

Commit cac2268

Browse files
Update dist folder [skip ci] (#434)
Co-authored-by: William French <[email protected]>
1 parent b644a87 commit cac2268

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dist/samples/add-map/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_add_map]
8-
// Initialize and add the map
8+
// Initialize and add the map.
99
let map;
1010
async function initMap(): Promise<void> {
1111
// [START maps_add_map_instantiate_map]

dist/samples/add-map/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_add_map]
8-
// Initialize and add the map
8+
// Initialize and add the map.
99
let map;
1010
async function initMap() {
1111
// [START maps_add_map_instantiate_map]

dist/samples/add-map/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_add_map]
8-
// Initialize and add the map
8+
// Initialize and add the map.
99
let map;
1010
async function initMap(): Promise<void> {
1111
// [START maps_add_map_instantiate_map]

dist/samples/add-map/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-
// Initialize and add the map
8+
// Initialize and add the map.
99
let map;
1010
async function initMap() {
1111

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": "^19.0.1"
15+
"apache-arrow": "^20.0.0"
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": "^19.0.1"
15+
"apache-arrow": "^20.0.0"
1616
}
1717
}

0 commit comments

Comments
 (0)