Skip to content

Commit

Permalink
update: script build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Aug 4, 2023
1 parent b5bb8eb commit 24aa00b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
34 changes: 17 additions & 17 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"main" : "dist/GpSDK2D-src.js",
"scripts" : {},
"directories" : {},
"version" : "3.4.0",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
},
"author" : "IGNF",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"license" : "CECILL-B",
"name" : "@ignf-geoportal/sdk-2d",
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"date" : "04/08/2023",
"scripts" : {},
"module" : "src/SDK2D.js",
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"module" : "src/SDK2D.js",
"date" : "07/06/2023",
"name" : "@ignf-geoportal/sdk-2d",
"directories" : {},
"main" : "dist/GpSDK2D-src.js",
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"dependencies" : {
"xmldom" : "^0.1.27",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "3.3.3",
"node-fetch" : "^2.6.1",
"geoportal-extensions-openlayers" : "3.3.1"
"xmldom" : "^0.1.27",
"ol" : "6.9.0"
},
"license" : "CECILL-B",
"version" : "3.4.2",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
}
}
58 changes: 29 additions & 29 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name" : "@ignf-geoportal/sdk-3d",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"dependencies" : {
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "3.3.1",
"itowns" : "2.38.2",
"geoportal-extensions-itowns" : "2.4.1",
"node-fetch" : "^2.6.1",
"xmldom" : "^0.1.27"
},
"directories" : {},
"module" : "src/SDK3D.js",
"keywords" : [
"openlayers",
"itowns",
"geoportail",
"webservice",
"javascript"
],
"scripts" : {},
"date" : "04/08/2023",
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"main" : "dist/GpSDK3D-src.js",
"author" : "IGNF",
"module" : "src/SDK3D.js",
"directories" : {},
"license" : "CECILL-B",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"version" : "3.4.0",
"scripts" : {},
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"keywords" : [
"openlayers",
"itowns",
"geoportail",
"webservice",
"javascript"
],
"license" : "CECILL-B",
"date" : "07/06/2023"
"version" : "3.4.2",
"dependencies" : {
"geoportal-extensions-openlayers" : "3.3.3",
"ol" : "6.9.0",
"node-fetch" : "^2.6.1",
"geoportal-extensions-itowns" : "2.4.3",
"itowns" : "2.38.2",
"xmldom" : "^0.1.27"
},
"name" : "@ignf-geoportal/sdk-3d",
"repository" : {
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
},
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html"
}

0 comments on commit 24aa00b

Please sign in to comment.