From 35039bb1d16801b23af95e33f8152f9ef2dbaad2 Mon Sep 17 00:00:00 2001 From: elias couppe Date: Thu, 16 May 2024 14:44:08 +0200 Subject: [PATCH] release ext-itowns-2.5.1 --- DRAFT_CHANGELOG.md | 3 +++ build/scripts/release/package-itowns.json | 6 +++--- package.json | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index fe848391..691b42da 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -59,6 +59,8 @@ ## Summary +Corrections mineures sur le Helper et les exemples + ## Changelog * [Added] @@ -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] diff --git a/build/scripts/release/package-itowns.json b/build/scripts/release/package-itowns.json index 3a721012..8840daae 100644 --- a/build/scripts/release/package-itowns.json +++ b/build/scripts/release/package-itowns.json @@ -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", @@ -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" : [ @@ -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", diff --git a/package.json b/package.json index 3da1a864..7117c963 100644 --- a/package.json +++ b/package.json @@ -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",