Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 04e2edc

Browse files
author
Cole J Calamos
committed
Re-alpha
1 parent 4e784e5 commit 04e2edc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccalamos/gatsby-source-googlemaps-static",
33
"description": "Gatsby source plugin for Google Maps Static API",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"author": "Cole Calamos <cole@colejcalamos.com>",
66
"bugs": {
77
"url": "https://github.com/ccalamos/gatsby-source-googlemaps-static/issues"
@@ -60,6 +60,6 @@
6060
],
6161
"types": "index.d.ts",
6262
"engines": {
63-
"node": ">=10.13.0"
63+
"node": ">=12.19.0"
6464
}
6565
}

src/static-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ class StaticMap
9595
clientID: this.clientID ?? "",
9696
format: this.format,
9797
hasSecret: this.hasSecret ?? false,
98-
map_id: this.mapID,
9998
mapType: this.mapType,
99+
map_id: this.mapID,
100100
markers: this.mapArray(this.markers ?? []),
101101
paths: this.mapArray(this.paths ?? []),
102102
scale: this.scale,

0 commit comments

Comments
 (0)