Skip to content

Commit

Permalink
update(package): release 3.5.0 pour GPF
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Mar 19, 2024
1 parent d149586 commit 3dcc6b1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "geoportal-sdk",
"version": "3.5.0-beta4",
"date": "15/12/2023",
"SDK2DVersion": "3.5.0-beta4",
"SDK3DVersion": "3.5.0-beta4",
"version": "3.5.0",
"date": "19/03/2024",
"SDK2DVersion": "3.5.0",
"SDK3DVersion": "3.5.0",
"description": "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"main": "dist/2d/GpSDK2D-src.js, dist/3d/GpSDK3d-src.js",
"module": "src/SDK2D.js, src/SDK3D.js",
Expand Down Expand Up @@ -39,6 +39,7 @@
"openlayers",
"itowns",
"geoportail",
"geoplateforme",
"webservice",
"javascript"
],
Expand Down Expand Up @@ -72,8 +73,8 @@
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"fs-extra": "^9.0.0",
"geoportal-extensions-itowns": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-itowns-2.5.0-beta4.tgz",
"geoportal-extensions-openlayers": "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta4.tgz",
"geoportal-extensions-itowns": "2.5.0",
"geoportal-extensions-openlayers": "3.4.0",
"handlebars": "^4.7.5",
"handlebars-layouts": "^3.1.4",
"html-webpack-plugin": "^4.0.4",
Expand Down
7 changes: 4 additions & 3 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"keywords" : [
"openlayers",
"geoportail",
"geoplateforme",
"webservice",
"javascript"
],
Expand All @@ -15,15 +16,15 @@
],
"module" : "src/SDK2D.js",
"author" : "IGNF",
"version" : "3.5.0-beta4",
"version" : "3.5.0",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"name" : "@ignf-geoportal/sdk-2d",
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"license" : "CECILL-B",
"date" : "15/12/2023",
"date" : "19/03/2024",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"directories" : {},
"bugs" : {
Expand All @@ -33,7 +34,7 @@
"node-fetch" : "^2.6.1",
"xmldom" : "^0.1.27",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta4.tgz"
"geoportal-extensions-openlayers" : "3.4.0"
},
"scripts" : {}
}
9 changes: 5 additions & 4 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date" : "15/12/2023",
"date" : "19/03/2024",
"author" : "IGNF",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
Expand All @@ -10,8 +10,8 @@
"itowns" : "2.38.2",
"ol" : "6.9.0",
"xmldom" : "^0.1.27",
"geoportal-extensions-openlayers" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta4.tgz",
"geoportal-extensions-itowns" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/develop/build/scripts/release/geoportal-extensions-itowns-2.5.0-beta4.tgz",
"geoportal-extensions-openlayers" : "3.4.0",
"geoportal-extensions-itowns" : "2.5.0",
"node-fetch" : "^2.6.1"
},
"license" : "CECILL-B",
Expand All @@ -23,7 +23,7 @@
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
},
"version" : "3.5.0-beta4",
"version" : "3.5.0",
"files" : [
"dist/",
"src/",
Expand All @@ -35,6 +35,7 @@
"openlayers",
"itowns",
"geoportail",
"geoplateforme",
"webservice",
"javascript"
],
Expand Down

0 comments on commit 3dcc6b1

Please sign in to comment.