Skip to content

Commit

Permalink
Fix sur les definitions des constructeurs (private -> public)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Apr 23, 2024
1 parent d6249d7 commit 140878f
Show file tree
Hide file tree
Showing 10 changed files with 3,347 additions and 3,388 deletions.
Binary file not shown.
48 changes: 24 additions & 24 deletions build/scripts/release/package-openlayers.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
{
"keywords" : [
"geoportail",
"geoplateforme",
"plugin",
"javascript",
"OpenLayers"
],
"version" : "3.4.2",
"types" : "src/OpenLayers/index.d.ts",
"license" : "CECILL-B",
"date" : "17/04/2024",
"devDependencies" : {},
"dependencies" : {
"loglevel" : "1.6.6",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"node-fetch" : "^2.6.1",
"eventbusjs" : "0.2.0",
"proj4" : "2.7.5",
"ol" : "6.9.0",
"sortablejs" : "1.14.0",
"geoportal-access-lib" : "3.4.1",
"xmldom" : "^0.1.27"
},
"bugs" : {},
"scripts" : {},
"files" : [
"dist/",
"src/",
Expand All @@ -14,29 +34,9 @@
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"directories" : {},
"module" : "src/OpenLayers/index.js",
"peerDependencies" : {},
"dependencies" : {
"loglevel" : "1.6.6",
"ol" : "6.9.0",
"sortablejs" : "1.14.0",
"node-fetch" : "^2.6.1",
"xmldom" : "^0.1.27",
"@mapbox/mapbox-gl-style-spec" : "13.20.1",
"proj4" : "2.7.5",
"eventbusjs" : "0.2.0",
"geoportal-access-lib" : "3.4.1"
},
"name" : "geoportal-extensions-openlayers",
"version" : "3.4.2",
"bugs" : {},
"scripts" : {},
"keywords" : [
"geoportail",
"geoplateforme",
"plugin",
"javascript",
"OpenLayers"
],
"directories" : {}
"devDependencies" : {},
"name" : "geoportal-extensions-openlayers"
}
Loading

0 comments on commit 140878f

Please sign in to comment.