Skip to content

Commit

Permalink
release 3.5.0-beta3 : update package
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Nov 23, 2023
1 parent d327c37 commit 3a5b883
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
44 changes: 22 additions & 22 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"main" : "dist/GpSDK2D-src.js",
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"date" : "23/11/2023",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"module" : "src/SDK2D.js",
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"scripts" : {},
"license" : "CECILL-B",
"version" : "3.5.0-beta3",
"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" : "23/11/2023",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"directories" : {},
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"dependencies" : {
"xmldom" : "^0.1.27",
"geoportal-extensions-openlayers" : "3.4.0-beta2",
"node-fetch" : "^2.6.1",
"ol" : "6.9.0"
"xmldom" : "^0.1.27",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "3.4.0-beta3"
},
"main" : "dist/GpSDK2D-src.js",
"version" : "3.5.0-beta3",
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"directories" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"name" : "@ignf-geoportal/sdk-2d"
"scripts" : {}
}
46 changes: 23 additions & 23 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"date" : "23/11/2023",
"author" : "IGNF",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"scripts" : {},
"main" : "dist/GpSDK3D-src.js",
"dependencies" : {
"itowns" : "2.38.2",
"ol" : "6.9.0",
"xmldom" : "^0.1.27",
"geoportal-extensions-openlayers" : "3.4.0-beta3",
"geoportal-extensions-itowns" : "2.5.0-beta3",
"node-fetch" : "^2.6.1"
},
"license" : "CECILL-B",
"module" : "src/SDK3D.js",
"name" : "@ignf-geoportal/sdk-3d",
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"directories" : {},
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
"url" : "https://github.com/IGNF/geoportal-sdk.git",
"type" : "git"
},
"main" : "dist/GpSDK3D-src.js",
"version" : "3.5.0-beta3",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"author" : "IGNF",
"date" : "23/11/2023",
"version" : "3.5.0-beta3",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"keywords" : [
"openlayers",
"itowns",
"geoportail",
"webservice",
"javascript"
],
"dependencies" : {
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1",
"geoportal-extensions-itowns" : "2.5.0-beta2",
"itowns" : "2.38.2",
"geoportal-extensions-openlayers" : "3.4.0-beta2",
"ol" : "6.9.0"
},
"license" : "CECILL-B",
"module" : "src/SDK3D.js",
"name" : "@ignf-geoportal/sdk-3d",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"scripts" : {}
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html"
}

0 comments on commit 3a5b883

Please sign in to comment.