Skip to content

Commit

Permalink
release ext-gp-itowns 2.5.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Sep 21, 2023
1 parent e3e6fb8 commit 3a03c87
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 @@
{
"date" : "30/08/2023",
"bundleDependencies" : [],
"module" : "src/Itowns/index.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-extensions.git"
},
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"version" : "2.5.0-beta",
"license" : "CECILL-B",
"dependencies" : {
"three" : "0.137.5",
"xmldom" : "^0.1.27",
"loglevel" : "1.6.7",
"itowns" : "2.38.2",
"node-fetch" : "^2.6.1",
"geoportal-access-lib" : "https://raw.githubusercontent.com/IGNF/geoportal-access-lib/release-3.4.0-beta/geoportal-access-lib-3.4.0-beta.tgz",
"proj4" : "2.7.5",
"loglevel" : "1.6.7",
"sortablejs" : "1.14.0",
"geoportal-access-lib" : "https://raw.githubusercontent.com/IGNF/geoportal-access-lib/feature/new-gpf-url/geoportal-access-lib-3.3.3.tgz",
"three" : "0.137.5"
},
"description" : "French Geoportal Extensions for iTowns",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-extensions.git",
"type" : "git"
"node-fetch" : "^2.6.1",
"itowns" : "2.38.2"
},
"module" : "src/Itowns/index.js",
"author" : "IGNF",
"date" : "21/09/2023",
"peerDependencies" : {},
"bugs" : {},
"name" : "geoportal-extensions-itowns",
"types" : "src/Itowns/index.d.ts",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"peerDependencies" : {},
"types" : "src/Itowns/index.d.ts",
"bugs" : {},
"name" : "geoportal-extensions-itowns",
"author" : "IGNF",
"devDependencies" : {},
"directories" : {},
"version" : "2.4.3",
"scripts" : {},
"description" : "French Geoportal Extensions for iTowns",
"main" : "dist/GpPluginItowns-src.js",
"license" : "CECILL-B",
"keywords" : [
"geoportail",
"plugin",
"javascript",
"Itowns"
],
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html"
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html",
"bundleDependencies" : []
}
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.4.0-beta",
"itownsExtName": "French Geoportal Extension for Itowns",
"itownsExtVersion": "2.4.3",
"itownsExtVersion": "2.5.0-beta",
"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 3a03c87

Please sign in to comment.