Skip to content

Commit

Permalink
Merge branch 'release-itowns-2.4.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Aug 4, 2023
2 parents 9189be3 + 27836eb commit 9834fab
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
Binary file not shown.
Binary file not shown.
54 changes: 27 additions & 27 deletions build/scripts/release/package-itowns.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"peerDependencies" : {},
"author" : "IGNF",
"bugs" : {},
"main" : "dist/GpPluginItowns-src.js",
"description" : "French Geoportal Extensions for iTowns",
"date" : "21/07/2023",
"bundleDependencies" : [],
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"devDependencies" : {},
"name" : "geoportal-extensions-itowns",
"version" : "2.4.2",
"bundleDependencies" : [],
"version" : "2.4.3",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"module" : "src/Itowns/index.js",
"peerDependencies" : {},
"devDependencies" : {},
"bugs" : {},
"directories" : {},
"main" : "dist/GpPluginItowns-src.js",
"dependencies" : {
"xmldom" : "^0.1.27",
"three" : "0.137.5",
"loglevel" : "1.6.7",
"node-fetch" : "^2.6.1",
"itowns" : "2.38.2",
"sortablejs" : "1.14.0",
"three" : "0.137.5",
"geoportal-access-lib" : "3.3.3",
"loglevel" : "1.6.7",
"xmldom" : "^0.1.27",
"proj4" : "2.7.5",
"geoportal-access-lib" : "3.3.3"
"node-fetch" : "^2.6.1"
},
"license" : "CECILL-B",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"description" : "French Geoportal Extensions for iTowns",
"types" : "src/Itowns/index.d.ts",
"scripts" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"directories" : {}
"date" : "04/08/2023",
"license" : "CECILL-B",
"name" : "geoportal-extensions-itowns",
"module" : "src/Itowns/index.js"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"olExtName": "French Geoportal Extension for OpenLayers",
"olExtVersion": "3.3.3",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.4.2",
"itownsExtVersion": "2.4.3",
"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",
Expand Down

0 comments on commit 9834fab

Please sign in to comment.