Skip to content

Commit

Permalink
update(package): release ol-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Aug 4, 2023
1 parent feaf245 commit 610ccc9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
Binary file not shown.
50 changes: 25 additions & 25 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"peerDependencies" : {},
"bugs" : {},
"date" : "21/07/2023",
"devDependencies" : {},
"types" : "src/OpenLayers/index.d.ts",
"license" : "CECILL-B",
"dependencies" : {
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1",
"ol" : "6.9.0",
"proj4" : "2.7.5",
"loglevel" : "1.6.6",
"eventbusjs" : "0.2.0",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"sortablejs" : "1.14.0",
"geoportal-access-lib" : "3.3.3"
},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"OpenLayers"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"version" : "3.3.2",
"scripts" : {},
"directories" : {},
"date" : "04/08/2023",
"name" : "geoportal-extensions-openlayers",
"dependencies" : {
"proj4" : "2.7.5",
"node-fetch" : "^2.6.1",
"sortablejs" : "1.14.0",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"ol" : "6.9.0",
"eventbusjs" : "0.2.0",
"loglevel" : "1.6.6",
"geoportal-access-lib" : "3.3.3",
"xmldom" : "^0.1.27"
},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"module" : "src/OpenLayers/index.js"
"peerDependencies" : {},
"module" : "src/OpenLayers/index.js",
"types" : "src/OpenLayers/index.d.ts",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"devDependencies" : {},
"bugs" : {},
"license" : "CECILL-B",
"directories" : {},
"scripts" : {},
"version" : "3.3.3"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "geoportal-extensions",
"description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries",
"version": "2.8.3",
"date": "21/07/2023",
"version": "2.8.4",
"date": "04/08/2023",
"leafletExtName": "French Geoportal Extension for Leaflet",
"leafletExtVersion": "2.3.3",
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.3.2",
"olExtVersion": "3.3.3",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.4.2",
"main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",
Expand Down

0 comments on commit 610ccc9

Please sign in to comment.