generated from p-j/typescript-monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from p-j/changeset-release/main
Publish next versions
- Loading branch information
Showing
9 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@p-j/geocodejson-ban", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "GeocodeJSON adapter for the French Base Adresse Nationale (api-adresse.data.gouv.fr)", | ||
"author": "Jérémie Parker <[email protected]>", | ||
"homepage": "https://github.com/p-j/geocodejson#readme", | ||
|
@@ -19,7 +19,7 @@ | |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@p-j/geocodejson-types": "4.1.1", | ||
"@p-j/geocodejson-types": "4.1.2", | ||
"@turf/helpers": "^6.4.0", | ||
"cross-fetch": "^4.0.0", | ||
"geojson": "^0.5.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@p-j/geocodejson-googleapis", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "GeocodeJSON adapter for Google Maps Geocoding API", | ||
"author": "Jérémie Parker <[email protected]>", | ||
"homepage": "https://github.com/p-j/geocodejson#readme", | ||
|
@@ -16,7 +16,7 @@ | |
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@googlemaps/google-maps-services-js": "^3.3.26", | ||
"@p-j/geocodejson-types": "4.1.1", | ||
"@p-j/geocodejson-types": "4.1.2", | ||
"@turf/helpers": "^6.4.0", | ||
"cross-fetch": "^4.0.0", | ||
"geojson": "^0.5.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@p-j/geocodejson-opencage", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "GeocodeJSON adapter for OpenCage Geocoding API", | ||
"author": "Jérémie Parker <[email protected]>", | ||
"homepage": "https://github.com/p-j/geocodejson#readme", | ||
|
@@ -19,7 +19,7 @@ | |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@p-j/geocodejson-types": "4.1.1", | ||
"@p-j/geocodejson-types": "4.1.2", | ||
"@turf/helpers": "^6.4.0", | ||
"cross-fetch": "^4.0.0", | ||
"geojson": "^0.5.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@p-j/geocodejson-types", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"author": "Jérémie Parker <[email protected]>", | ||
"homepage": "https://github.com/p-j/geocodejson#readme", | ||
"license": "MIT", | ||
|