diff --git a/build/scripts/release/geoportal-extensions-itowns-2.5.0.tgz b/build/scripts/release/geoportal-extensions-itowns-2.5.0.tgz index 876fbbf9..2927fe15 100644 Binary files a/build/scripts/release/geoportal-extensions-itowns-2.5.0.tgz and b/build/scripts/release/geoportal-extensions-itowns-2.5.0.tgz differ diff --git a/build/scripts/release/geoportal-extensions-leaflet-2.4.0.tgz b/build/scripts/release/geoportal-extensions-leaflet-2.4.0.tgz index 0dc80d22..318e3e6a 100644 Binary files a/build/scripts/release/geoportal-extensions-leaflet-2.4.0.tgz and b/build/scripts/release/geoportal-extensions-leaflet-2.4.0.tgz differ diff --git a/build/scripts/release/geoportal-extensions-openlayers-3.4.1.tgz b/build/scripts/release/geoportal-extensions-openlayers-3.4.1.tgz index 1374c381..c80eaab1 100644 Binary files a/build/scripts/release/geoportal-extensions-openlayers-3.4.1.tgz and b/build/scripts/release/geoportal-extensions-openlayers-3.4.1.tgz differ diff --git a/build/scripts/release/package-itowns.json b/build/scripts/release/package-itowns.json index f6f5c041..3a721012 100644 --- a/build/scripts/release/package-itowns.json +++ b/build/scripts/release/package-itowns.json @@ -1,7 +1,8 @@ { + "module" : "src/Itowns/index.js", "description" : "French Geoportal Extensions for iTowns", - "author" : "IGNF", - "license" : "CECILL-B", + "devDependencies" : {}, + "types" : "src/Itowns/index.d.ts", "keywords" : [ "geoportail", "geoplateforme", @@ -9,38 +10,37 @@ "javascript", "Itowns" ], - "files" : [ - "dist/", - "src/", - "LICENCE.md", - "README.md", - "package.json" - ], - "date" : "04/04/2024", - "repository" : { - "type" : "git", - "url" : "https://github.com/IGNF/geoportal-extensions.git" - }, + "license" : "CECILL-B", + "bugs" : {}, "dependencies" : { - "xmldom" : "^0.1.27", - "three" : "0.137.5", "geoportal-access-lib" : "3.4.1", "itowns" : "2.38.2", "node-fetch" : "^2.6.1", - "loglevel" : "1.6.7", + "proj4" : "2.7.5", + "three" : "0.137.5", "sortablejs" : "1.14.0", - "proj4" : "2.7.5" + "xmldom" : "^0.1.27", + "loglevel" : "1.6.7" }, - "devDependencies" : {}, - "types" : "src/Itowns/index.d.ts", + "name" : "geoportal-extensions-itowns", + "author" : "IGNF", + "peerDependencies" : {}, + "main" : "dist/GpPluginItowns-src.js", + "date" : "04/04/2024", + "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html", "scripts" : {}, + "files" : [ + "dist/", + "src/", + "LICENCE.md", + "README.md", + "package.json" + ], "bundleDependencies" : [], "version" : "2.5.0", - "main" : "dist/GpPluginItowns-src.js", "directories" : {}, - "bugs" : {}, - "module" : "src/Itowns/index.js", - "name" : "geoportal-extensions-itowns", - "peerDependencies" : {}, - "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-itowns.html" + "repository" : { + "url" : "https://github.com/IGNF/geoportal-extensions.git", + "type" : "git" + } } diff --git a/build/scripts/release/package-leaflet.json b/build/scripts/release/package-leaflet.json index 7f05806c..efa40f13 100644 --- a/build/scripts/release/package-leaflet.json +++ b/build/scripts/release/package-leaflet.json @@ -1,16 +1,9 @@ { - "description" : "French Geoportal Extension for Leaflet", "types" : "src/Leaflet/index.d.ts", - "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html", - "version" : "2.4.0", - "keywords" : [ - "geoportail", - "plugin", - "javascript", - "leaflet", - "publish" - ], + "devDependencies" : {}, + "date" : "04/04/2024", "license" : "CECILL-B", + "module" : "src/Leaflet/index.js", "files" : [ "dist/", "src/", @@ -18,29 +11,36 @@ "README.md", "package.json" ], - "date" : "04/04/2024", - "bundleDependencies" : [], - "bugs" : {}, + "peerDependencies" : {}, "scripts" : {}, - "module" : "src/Leaflet/index.js", - "name" : "geoportal-extensions-leaflet", - "directories" : {}, + "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/extension-leaflet.html", + "bugs" : {}, + "repository" : { + "url" : "https://github.com/IGNF/geoportal-extensions.git", + "type" : "git" + }, + "bundleDependencies" : [], + "description" : "French Geoportal Extension for Leaflet", + "version" : "2.4.0", "main" : "dist/GpPluginLeaflet-src.js", + "directories" : {}, + "name" : "geoportal-extensions-leaflet", + "keywords" : [ + "geoportail", + "plugin", + "javascript", + "leaflet", + "publish" + ], "dependencies" : { - "loglevel" : "1.6.6", - "proj4" : "2.7.5", "sortablejs" : "1.8.4", "node-fetch" : "^2.6.1", + "loglevel" : "1.6.6", "geoportal-access-lib" : "3.4.1", - "leaflet-draw" : "1.0.4", + "proj4leaflet" : "1.0.2", "leaflet" : "1.7.1", - "xmldom" : "^0.1.27", - "proj4leaflet" : "1.0.2" - }, - "devDependencies" : {}, - "peerDependencies" : {}, - "repository" : { - "type" : "git", - "url" : "https://github.com/IGNF/geoportal-extensions.git" + "proj4" : "2.7.5", + "leaflet-draw" : "1.0.4", + "xmldom" : "^0.1.27" } } diff --git a/build/scripts/release/package-openlayers.json b/build/scripts/release/package-openlayers.json index 6cc72026..0ebe099a 100644 --- a/build/scripts/release/package-openlayers.json +++ b/build/scripts/release/package-openlayers.json @@ -1,6 +1,8 @@ { + "types" : "src/OpenLayers/index.d.ts", + "license" : "CECILL-B", "date" : "04/04/2024", - "scripts" : {}, + "devDependencies" : {}, "files" : [ "dist/", "src/", @@ -8,15 +10,27 @@ "README.md", "package.json" ], - "name" : "geoportal-extensions-openlayers", - "module" : "src/OpenLayers/index.js", - "license" : "CECILL-B", - "types" : "src/OpenLayers/index.d.ts", "repository" : { - "url" : "https://github.com/IGNF/geoportal-extensions.git", - "type" : "git" + "type" : "git", + "url" : "https://github.com/IGNF/geoportal-extensions.git" + }, + "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.1", "bugs" : {}, + "scripts" : {}, "keywords" : [ "geoportail", "geoplateforme", @@ -24,19 +38,5 @@ "javascript", "OpenLayers" ], - "dependencies" : { - "sortablejs" : "1.14.0", - "node-fetch" : "^2.6.1", - "xmldom" : "^0.1.27", - "ol" : "6.9.0", - "eventbusjs" : "0.2.0", - "proj4" : "2.7.5", - "@mapbox/mapbox-gl-style-spec" : "13.20.1", - "loglevel" : "1.6.6", - "geoportal-access-lib" : "3.4.1" - }, - "peerDependencies" : {}, - "directories" : {}, - "devDependencies" : {}, - "version" : "3.4.1" + "directories" : {} }