Skip to content

Commit

Permalink
maj package + version ol 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Jan 17, 2022
1 parent 43ef6ee commit fa5f6b9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
Binary file not shown.
54 changes: 27 additions & 27 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"scripts" : {},
"main" : "dist/GpPluginOpenLayers-src.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"license" : "CECILL-B",
"peerDependencies" : {},
"module" : "src/OpenLayers/index.js",
"devDependencies" : {},
"date" : "17/12/2021",
"version" : "3.2.6",
"peerDependencies" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"date" : "17/01/2022",
"directories" : {},
"version" : "3.2.5",
"description" : "French Geoportal Extensions for OpenLayers",
"dependencies" : {
"eventbusjs" : "0.2.0",
"xmldom" : "^0.1.27",
"loglevel" : "1.6.6",
"ol-mapbox-style" : "6.7.0",
"eventbusjs" : "0.2.0",
"node-fetch" : "^2.6.1",
"proj4" : "2.7.2",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"ol-mapbox-style" : "6.7.0",
"geoportal-access-lib" : "3.0.5",
"xmldom" : "^0.1.27",
"proj4" : "2.7.2",
"ol" : "6.9.0",
"sortablejs" : "1.8.4",
"node-fetch" : "^2.6.1"
"sortablejs" : "1.8.4"
},
"bugs" : {},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-openlayers.html",
"module" : "src/OpenLayers/index.js",
"scripts" : {},
"bundleDependencies" : [],
"name" : "geoportal-extensions-openlayers",
"main" : "dist/GpPluginOpenLayers-src.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"author" : "IGNF",
"description" : "French Geoportal Extensions for OpenLayers",
"bundleDependencies" : [],
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
]
"bugs" : {}
}
2 changes: 1 addition & 1 deletion doc/README-openlayers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extension Géoportail pour OpenLayers

[![release](https://img.shields.io/badge/release%20-ol%203.2.5-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/ol-3.2.5)
[![release](https://img.shields.io/badge/release%20-ol%203.2.6-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/ol-3.2.6)

<!-- toc -->

Expand Down

0 comments on commit fa5f6b9

Please sign in to comment.