Skip to content

Commit

Permalink
release ext-itowns-2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed May 16, 2024
1 parent f8a14ce commit 35039bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
## Summary

Corrections mineures sur le Helper et les exemples

## Changelog

* [Added]
Expand All @@ -73,6 +75,7 @@

- corrige couche json itowns, mauvaise url (77c6eb1b75c68a348c215c0fb0f2ee86cc80bd52)
- Correction du logger par définiton de la variable process (e0e3b9b5ad3e1f8c92086891564f04f792e24280)
- mise à jour bibliothèque d'accès en version 3.4.2

* [Security]

Expand Down
6 changes: 3 additions & 3 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license" : "CECILL-B",
"bugs" : {},
"dependencies" : {
"geoportal-access-lib" : "3.4.1",
"geoportal-access-lib" : "3.4.2",
"itowns" : "2.38.2",
"node-fetch" : "^2.6.1",
"proj4" : "2.7.5",
Expand All @@ -26,7 +26,7 @@
"author" : "IGNF",
"peerDependencies" : {},
"main" : "dist/GpPluginItowns-src.js",
"date" : "04/04/2024",
"date" : "16/05/2024",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"scripts" : {},
"files" : [
Expand All @@ -37,7 +37,7 @@
"package.json"
],
"bundleDependencies" : [],
"version" : "2.5.0",
"version" : "2.5.1",
"directories" : {},
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "3.0.3",
"date": "14/05/2024",
"date": "16/05/2024",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.4.0",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.4.3",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.5.0",
"itownsExtVersion": "2.5.1",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
"types": "dist/leaflet/index.d.ts, dist/openlayers/index.d.ts, dist/itowns/index.d.ts",
"module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js",
Expand Down

0 comments on commit 35039bb

Please sign in to comment.