From 9a6472fd3ebc39690d39fefe0b96cdf98f9606d9 Mon Sep 17 00:00:00 2001 From: Elias Couppe Date: Fri, 24 Jan 2020 12:04:04 +0100 Subject: [PATCH] MaJ package.json : releases 3.0.7 ol et 2.2.6 itowns --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5b7765f0c..d0e034d16 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "geoportal-extensions", "description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries", - "version": "2.2.8", - "date": "17/12/2019", + "version": "2.2.9", + "date": "24/01/2020", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.1.5", "olExtName": "French Geoportal Extension for OpenLayers", - "olExtVersion": "3.0.6", + "olExtVersion": "3.0.7", "itownsExtName": "French Geoportal Extension for Itowns", - "itownsExtVersion": "2.2.5", + "itownsExtVersion": "2.2.6", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js", "module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js", "directories": {}, @@ -73,6 +73,7 @@ "dependencies": { "eventbusjs": "^0.2.0", "geoportal-access-lib": "^2.1.6", + "handlebars": "^4.7.2", "itowns": "2.17.0", "leaflet": "1.5.1", "leaflet-draw": "1.0.4",