Skip to content

Commit

Permalink
Preparation release-3.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Mar 31, 2022
1 parent 7e6ae6e commit c3ed60a
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 58 deletions.
12 changes: 6 additions & 6 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# DEPENDENCIES (17/01/2022)
# DEPENDENCIES (31/03/2022)

* [email protected].8
└── geoportal-access-lib@3.0.5
* [email protected].11
└── geoportal-access-lib@3.1.0

* [email protected].5
└── geoportal-access-lib@3.0.5
* [email protected].6
└── geoportal-access-lib@3.1.0

* "itowns"
└── "itowns@2.33.0"
└── "itowns@2.37.0"

* "openlayers"
└── "[email protected]
2 changes: 2 additions & 0 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
## Summary

Mise à jour du package des Extensions OpenLayers en 3.2.11 ([release notes](https://github.com/IGNF/geoportal-extensions/releases/tag/ol-3.2.11))

## Changelog

* [Added]
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "geoportal-sdk",
"version": "3.3.11",
"date": "23/03/2022",
"SDK2DVersion": "3.3.11",
"SDK3DVersion": "3.3.11",
"version": "3.3.12",
"date": "31/03/2022",
"SDK2DVersion": "3.3.12",
"SDK3DVersion": "3.3.12",
"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 @@ -73,7 +73,7 @@
"expose-loader": "^0.7.5",
"fs-extra": "^9.0.0",
"geoportal-extensions-itowns": "2.3.6",
"geoportal-extensions-openlayers": "3.2.10",
"geoportal-extensions-openlayers": "3.2.11",
"handlebars": "^4.7.5",
"handlebars-layouts": "^3.1.4",
"html-webpack-plugin": "^4.0.4",
Expand Down
50 changes: 25 additions & 25 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"license" : "CECILL-B",
"directories" : {},
"scripts" : {},
"module" : "src/SDK2D.js",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
"main" : "dist/GpSDK2D-src.js",
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"version" : "3.3.12",
"date" : "31/03/2022",
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"dependencies" : {
"node-fetch" : "^2.6.1",
"geoportal-extensions-openlayers" : "3.2.11",
"ol" : "6.9.0",
"xmldom" : "^0.1.27"
},
"author" : "IGNF",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"name" : "@ignf-geoportal/sdk-2d",
"date" : "11/02/2022",
"version" : "3.3.8",
"scripts" : {},
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"author" : "IGNF",
"dependencies" : {
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "3.2.8"
},
"directories" : {},
"keywords" : [
"openlayers",
"geoportail",
"webservice",
"javascript"
],
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"module" : "src/SDK2D.js",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"main" : "dist/GpSDK2D-src.js",
"license" : "CECILL-B"
]
}
44 changes: 22 additions & 22 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"license" : "CECILL-B",
"name" : "@ignf-geoportal/sdk-3d",
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"scripts" : {},
"module" : "src/SDK3D.js",
"dependencies" : {
"itowns" : "2.33.0",
"geoportal-extensions-openlayers" : "3.2.8",
"geoportal-extensions-itowns" : "2.3.5",
"geoportal-extensions-itowns" : "2.3.6",
"ol" : "6.9.0",
"itowns" : "2.37.0",
"xmldom" : "^0.1.27",
"node-fetch" : "^2.6.1",
"ol" : "6.9.0"
"geoportal-extensions-openlayers" : "3.2.11"
},
"author" : "IGNF",
"main" : "dist/GpSDK3D-src.js",
"date" : "31/03/2022",
"directories" : {},
"version" : "3.3.12",
"keywords" : [
"openlayers",
"itowns",
"geoportail",
"webservice",
"javascript"
],
"version" : "3.3.8",
"files" : [
"dist/",
"src/",
"LICENCE.md",
"README.md",
"package.json"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/IGNF/geoportal-sdk.git"
},
"main" : "dist/GpSDK3D-src.js",
"homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html",
"scripts" : {},
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
"module" : "src/SDK3D.js",
"author" : "IGNF",
"directories" : {},
"license" : "CECILL-B",
"date" : "11/02/2022",
"name" : "@ignf-geoportal/sdk-3d"
"description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries"
}

0 comments on commit c3ed60a

Please sign in to comment.