Skip to content

Commit

Permalink
build release sdk 3.5.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Sep 21, 2023
1 parent a622ab8 commit 90a7272
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
44 changes: 22 additions & 22 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
{
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"name" : "@ignf-geoportal/sdk-2d",
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"license" : "CECILL-B",
"date" : "21/09/2023",
"main" : "dist/GpSDK2D-src.js",
"version" : "3.5.0-beta",
"directories" : {},
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"license" : "CECILL-B",
"module" : "src/SDK2D.js",
"dependencies" : {
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/releases-gpf-beta/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta.tgz",
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1"
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
},
"date" : "21/09/2023",
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"version" : "3.5.0-beta",
"files" : [
"dist/",
"src/",
Expand All @@ -34,6 +22,18 @@
"package.json"
],
"scripts" : {},
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"name" : "@ignf-geoportal/sdk-2d"
"dependencies" : {
"xmldom" : "^0.1.27",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/releases-gpf-beta/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta.tgz",
"node-fetch" : "^2.6.1"
},
"author" : "IGNF",
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"module" : "src/SDK2D.js"
}
30 changes: 15 additions & 15 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"directories" : {},
"module" : "src/SDK3D.js",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"author" : "IGNF",
"directories" : {},
"dependencies" : {
"geoportal-extensions-itowns" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/releases-gpf-beta/build/scripts/release/geoportal-extensions-itowns-2.5.0-beta.tgz",
"xmldom" : "^0.1.27",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/releases-gpf-beta/build/scripts/release/geoportal-extensions-openlayers-3.4.0-beta.tgz",
"geoportal-extensions-itowns" : "https://raw.githubusercontent.com/IGNF/geoportal-extensions/releases-gpf-beta/build/scripts/release/geoportal-extensions-itowns-2.5.0-beta.tgz",
"itowns" : "2.38.2",
"node-fetch" : "^2.6.1",
"xmldom" : "^0.1.27"
"node-fetch" : "^2.6.1"
},
"version" : "3.5.0-beta",
"date" : "21/09/2023",
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"name" : "@ignf-geoportal/sdk-3d",
"main" : "dist/GpSDK3D-src.js",
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"version" : "3.5.0-beta",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
},
"date" : "21/09/2023",
"license" : "CECILL-B",
"keywords" : [
"openlayers",
"itowns",
"geoportail",
"webservice",
"javascript"
],
"main" : "dist/GpSDK3D-src.js",
"scripts" : {},
"name" : "@ignf-geoportal/sdk-3d",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"license" : "CECILL-B",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
}
"author" : "IGNF"
}

0 comments on commit 90a7272

Please sign in to comment.